PDA

View Full Version : Problem whith shoutbox


Jazzinto
05-29-2007, 11:38 AM
Please, I need urgent help.

My vBulletin forum doesn't work. It doesn't display anything in the home page. This occured after I unistalled and installed again the vbshout On All Pages, I put in shoutbox options "Can“t view the soutbox". I think the problem is about templates, buy I'm not sure. I can not access the forum admin panel, so I can not do anything this way.

How can I restore the templates table?

Thanks

Dismounted
05-29-2007, 11:48 AM
In your includes/config.php, add (before ?>):
define('DISABLE_HOOKS', true);

This will disable all plugins and you should be able to login to the Admin CP.

Jazzinto
05-29-2007, 12:29 PM
In your includes/config.php, add (before ?>):
define('DISABLE_HOOKS', true);

This will disable all plugins and you should be able to login to the Admin CP.

Thank you my friend, all ok.