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.