View Full Version : Big error! Please help :-(
globalwin
06-08-2002, 06:30 PM
Fatal error: Call to undefined function: dooutput() in /home/comp/public_html/forum/index.php(412) : eval()'d code on line 1
Anyone know how to fix this, it occured after I installed the vBmicrostats hack.
Keyser S?ze
06-08-2002, 06:40 PM
whats on line 1?
and did u try uninstalling the hack to see if that fixes it
globalwin
06-08-2002, 06:49 PM
line 1 and 2 of index.php:
<?php
error_reporting(7);
Keyser S?ze
06-08-2002, 06:58 PM
ill tell u what i think it is, but im a newb around here so i may be wrong
when u load the board, the new hack is linked to your index.php and the new hack has the accual error and thats whats causing the error on the index.php
i recommend u first uninstall that hack so your members can use the board, and then look for the error on the hack
Admin
06-09-2002, 05:27 AM
Line 412 of index.php should be something like this:
eval("\$somethingHere = \"".gettemplate("templateHere")."\";");
templateHere is a template name, go to your Admin CP and open that template, then paste it here.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.