View Single Post
  #5 (permalink)  
Old 10-30-2008, 02:56 PM
Kamen Kamen is offline
Registered User
 
Join Date: Apr 2008
Posts: 6
As far as i understand it finds the dbconnector.php.
It cannot find the 'SystemComponent.php' supposed to be part of
.:/usr/local/share/pear'

Are you supposed to install some package like PEAR?


Quote:
Originally Posted by robeysan
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