Log in

View Full Version : help pleaseee


Tushi
06-29-2009, 10:03 PM
i am getin this error

Fatal error: Call to undefined function start() in /home/tirana/public_html/vbulletin/includes/init.php(298) : eval()'d code on line 7

after i get this i reuploaded files again and tryin to upgrate and i get same think

i replacet init.php btu still nathing

what can i do guys

please help

Lynne
06-29-2009, 10:35 PM
Disable your plugins and see if you have the same problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Tushi
06-30-2009, 03:42 AM
lynne u are the best u know that :)

thanx for u help

is one more think i need to ask

how can i find out witch plugin makes this problem on my website

i have this problem now in index in
wbadvanced :S
Fatal error: Call to undefined function print_portal_output() in /home/tirana/public_html/index.php on line 44


regard

Lynne
06-30-2009, 03:17 PM
If you have a problem and don't know which product/modification is causing the problem, turn them all off and then turn them on one by one. As soon as you see the problem again, turn off the last modification you just turned on and see if it goes away. If that is the case, then that is the modification causing the problem.