PDA

View Full Version : Error Message


TheFiringLine.com
Fri 13th Apr '01, 3:54pm
On our new server, when I try to get into the forums, I receive the following error message:
Failed opening required 'global.php' (include_path='..') in /[path to forums]/index.php on line 12
Is this a PHP error message? If so, do I need to change php.ini?
Rich

Mike Sullivan
Fri 13th Apr '01, 5:16pm
Change your include_path in php.ini to just . (just a dot) You could add something like /usr/local/bin/php or something in there, but dot is the important one.

What you're telling php to do is only look for files in the directory above the current one :)

TheFiringLine.com
Fri 13th Apr '01, 5:42pm
Thanks, Ed.
Didn't help. PHP was obviously set improperly by my guy.
Rich

TheFiringLine.com
Fri 13th Apr '01, 5:58pm
OK....Got that one.
Thanks-
Rich