PDA

View Full Version : Crashed vBulletin - please help


Ozzie
12-30-2005, 06:14 PM
I inadvertently deleted a module while trying to get a paypal donation to work. Now when I try to access for forum site I get Warning: main(./modules/donate.php): failed to open stream: No such file or directory in /includes/vba_cmps_include_bottom.php on line 320

Warning: main(./modules/donate.php): failed to open stream: No such file or directory in /includes/vba_cmps_include_bottom.php on line 320

Fatal error: main(): Failed opening required './modules/donate.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/website/public_html/forums/includes/vba_cmps_include_bottom.php on line 320


I tried reloading a backup I had made by downloading the forum files by FTP without success. Can anyone help please?

/edit - I was able to get back into the forum but have lost my vba cmps. The cmps_index.php (renamed to index.php) seems damaged. Any suggestions? I guess I can just resintall the cmps.

/edit2 - had to completely uninstall then reinstall cmps to get it to work again.

Brian
12-31-2005, 01:19 PM
Just for future reference, that error means that the script can't find your 'donate.php' file that you're using for one of your modules. There was no need to reinstall, all you needed to do was disable that module or upload the file for it.

Our Sponsors
 

Ozzie
01-02-2006, 11:19 AM
Brian, thanks.