View Full Version : [fixed] Bug Or Me?
John Round
Tue 22nd Jan '02, 1:39pm
Just tried accessing the vB 2.2.2 moderator control panel...
Parse error: parse error in *MY REAL PATH*\mod\index.php on line 216
:confused:
Scott MacVicar
Tue 22nd Jan '02, 1:45pm
there is some new stuff at the bottom of /mod/index.php
</BODY></HTML>
<?php
}
?>>>>>>>> 1.17
i removed that to get my version working
eva2000
Tue 22nd Jan '02, 1:49pm
in /mod/index.php the last 5 lines should look like
just find
</BODY></HTML>
<?php
}
?></BODY></HTML>
<?php
}
?>>>>>>>> 1.17
replace with
</BODY></HTML>
<?php
}
?>
Scott MacVicar
Tue 22nd Jan '02, 1:53pm
it needs to look like this eva
// *************************************************
?>
</table>
</BODY></HTML>
<?php
}
?>
the way you have it, it will add </BODY></HTML> onto every file which relates to /mod/index.php and the closing body and html tags are already mentioned for the appropriate part so you'll end up with two sets of closing tags on some pages.
One of the developers keyboards probably got suck, thats how we got the >>>>>>>>>>>>>>
eva2000
Tue 22nd Jan '02, 1:53pm
Originally posted by PPN
it needs to look like this eva
// *************************************************
?>
</table>
</BODY></HTML>
<?php
}
?>
the way you have it, it will add </BODY></HTML> onto every file which relates to /mod/index.php and the closing body and html tags are already mentioned for the appropriate part so you'll end up with two sets of closing tags on some pages.
One of the developers keyboards probably got suck, thats how we got the >>>>>>>>>>>>>> heh i realised that edited my above post :)
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.