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