View Single Post
  #4 (permalink)  
Old 10-30-2008, 02:35 PM
robeysan robeysan is offline
Registered User
 
Join Date: Oct 2008
Posts: 4
I scratched all of the code I had and started over.

Code:
Warning: require_once(SystemComponent.php) [function.require-once]: failed to open stream: No such file or directory in /data/www/net.athost.vhosts/w/www.thelocalsounds.net/public_html/includes/DbConnector.php on line 6

Fatal error: require_once() [function.require]: Failed opening required 'SystemComponent.php' (include_path='.:/usr/local/share/pear') in /data/www/net.athost.vhosts/w/www.thelocalsounds.net/public_html/includes/DbConnector.php on line 6
Above is the error I get when i access newArticle.php

Code:
require_once('../includes/DbConnector.php');
This line of code is from newArticle.php

I can't figure out why it can't find DbConnector.php

Please help
Reply With Quote