config.inc.php issue ANY HELP !?

Ray

New member
THIS IS WHAT I HAVE ON MY config.inc.php file on the bottom of the script:

require_once('{path_escape}ipblock.inc.php');
require_once('{path_escape}common.inc.php');
require_once('{path_escape}calendar.cls.php');

When i go and test it on my browser, i get this message:

Warning: require_once({path_escape}ipblock.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/c/a/n/mysitename/html/fclass/config.inc.php on line 317

Fatal error: require_once() [function.require]: Failed opening required '{path_escape}ipblock.inc.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/c/a/n/mysitename/html/fclass/config.inc.php on line 317

HELP PLEASE !
 
Back
Top