I have a php/mysql based website/shopping cart hosted on godaddy. It was working fine for the last year then one day I get the following errors.
Warning: require_once(DB/DataObject.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/p/h/r/phrazecrazy/html/cart/lib/classes/Font.php on line 5
Fatal error: require_once() [function.require]: Failed opening required 'DB/DataObject.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/p/h/r/phrazecrazy/html/cart/lib/classes/Font.php on line 5
There has been absolutely no changes in my scripts etc, the only thing that could have happened is something on Godaddy's end. Any ideas on what would cause this? The files that it is asking for are there.
Thanks!
Warning: require_once(DB/DataObject.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/p/h/r/phrazecrazy/html/cart/lib/classes/Font.php on line 5
Fatal error: require_once() [function.require]: Failed opening required 'DB/DataObject.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/p/h/r/phrazecrazy/html/cart/lib/classes/Font.php on line 5
There has been absolutely no changes in my scripts etc, the only thing that could have happened is something on Godaddy's end. Any ideas on what would cause this? The files that it is asking for are there.
Thanks!