PHP gone bad
Posted by: pdg
Posted on: 2005-08-08 20:04:00
All of a sudden all of my PHP scripts which "require_once('DB.php');" have broken! All they return is the following
Warning: main(DB.php) [function.main]: failed to open stream: No such file or directory in /home/.waddlesheater/pdg/sbox.net/wine/new_member_2.php on line 19
Fatal error: main() [function.require]: Failed opening required 'DB.php' (include_path='.:/usr/local/php5/lib') in /home/.waddlesheater/pdg/sbox.net/wine/new_member_2.php on line 19
Line 19 is
require_once('DB.php');
They worked this morning!
Anyone have any clues?
Thanks for your time,
Paul