PDA

View Full Version : php error message (include)


cullmann
11-18-2006, 09:59 AM
I receive this error message in my script-I can't seem to hit the path to the ini file correctly. Can anyone shed a little light on the issue?

Thanks,

Warning: main() [function.include]: Failed opening 'include_path' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*bluehost url*/public_html/*subdomain*/client/test/dev/index.php on line 15

Mat
11-18-2006, 10:25 AM
Are you just trying to include the php.ini file? If that's the case bluehost allows you to make custom ones. Just create one and configure it to your sepcs and upload to the directory that you want it to apply to, no need for manual inclusion.

cullmann
11-18-2006, 02:51 PM
Thank you. It's always the simple solutions you overlook.

-C