simple php problem

I recently installed a nice little php/mysql script and cannot figure out the error I am getting returned.

Warning: require(/includes/global_setup.php) [function.require]: failed to open stream: No such file or directory in /homepages/15/d104893440/htdocs/phpdraft/index.php on line 2

Fatal error: require() [function.require]: Failed opening required ‘/includes/global_setup.php’ (include_path=’.:/usr/lib/php5’) in /homepages/15/d104893440/htdocs/phpdraft/index.php on line 2

I am sure that it is a simple fix, but cannot think due to the massive banging of my head into the wall! Thanks for any help!

The error message is self explanatory. You need to check line #2 in this file: /homepages/15/d104893440/htdocs/phpdraft/index.php and correct the path to this file: /includes/global_setup.php

I guess correct path may be: includes/global_setup.php (without first slash)

Sponsor our Newsletter | Privacy Policy | Terms of Service