View Single Post
  #1 (permalink)  
Old 10-22-2008, 12:05 PM
robeysan robeysan is offline
Registered User
 
Join Date: Oct 2008
Posts: 4
CMS Tutoial, article three

I get this error whent I try to add an article to the database.
Code:
Warning: require_once() [function.require-once]: Unable to access ../include/DbConnector.php in /data/www/net.athost.vhosts/r/robeysan.athost.net/public_html/cmsadmin/newArticle.php on line 3

Warning: require_once(../include/DbConnector.php) [function.require-once]: failed to open stream: Invalid argument in /data/www/net.athost.vhosts/r/robeysan.athost.net/public_html/cmsadmin/newArticle.php on line 3

Fatal error: require_once() [function.require]: Failed opening required '../include/DbConnector.php' (include_path='.:/usr/local/share/pear') in /data/www/net.athost.vhosts/r/robeysan.athost.net/public_html/cmsadmin/newArticle.php on line 3
the browser is pointing to newArticle.php when this happens

Any help you can provide would be greatly aprectiated.

Last edited by robeysan; 11-04-2008 at 12:14 PM.
Reply With Quote