OMG Please Help ASAP

Mr-Ice-Man

New Member
Ive just installed an addon and then i installed the plugin and i got dastabase error all over my site and cannot do a thing now...

Im getting this.

Warning: Unknown([path]/includes/vbgallery/fetch_userinfo_query.php): failed to open stream: No such file or directory in [path]/includes/functions.php(1365) : eval()'d code on line 1

Warning: Unknown([path]/includes/vbgallery/fetch_userinfo_query.php): failed to open stream: No such file or directory in [path]/includes/functions.php(1365) : eval()'d code on line 1

Fatal error: (null)() [function.require]: Failed opening required '/home/sites/mysite.org/public_html/includes/vbgallery/fetch_userinfo_query.php' (include_path='.:/usr/share/pear') in /home/sites/mysite.org/public_html/includes/functions.php(1365) : eval()'d code on line 1

Please please help i need it back online asap...
 
If you don't have a current copy of your config.php, download it from your site via ftp.

Edit your config.php placing this

Code:
define('DISABLE_HOOKS', true);
directly under the <?php line. Save it and reupload it to your site. Log into your AdminCP and uninstall the troublesome mod and remove any files you uploaded with that mod. Then remove or comment out that line in your config.php and reupload it to enable the rest of your mods.

If you still have problems after that, you may have to rebuild the db.
 
Grinderhand said:
If you don't have a current copy of your config.php, download it from your site via ftp.

Edit your config.php placing this

Code:
define('DISABLE_HOOKS', true);
directly under the <?php line. Save it and reupload it to your site. Log into your AdminCP and uninstall the troublesome mod and remove any files you uploaded with that mod. Then remove or comment out that line in your config.php and reupload it to enable the rest of your mods.

If you still have problems after that, you may have to rebuild the db.

Oh my god you are a legend thankyou so much my heart was pounding like mad then thourt i has messed the whole lot up.

Thankyou again so much...
 
Back
Top