'.;C:\php5\pear' I cant make it work
Hello.
I have problem with this error:
Warning: include() [function.include]: Failed opening '' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\trening\index.php on line 42
This script works normaly on my other server, so tere must be a problem in my wamp config files.
First i search this forum for similar problems and i found couple of soultions, but none had fix my problem.
I saw someone saying about setting register_globals to "on", well i did that.
Then i saw ppl tallking about installing pear, so i run go-pear and followed steps.
When installed i changed:
;include_path = ".;c:\php\includes"
to
include_path = ".;c:\wamp\php\pear" in php.ini
I restart service and try again, and i get the same error:
Warning: include() [function.include]: Failed opening '' for inclusion (include_path='.;c:\wamp\php\pear') in C:\wamp\www\trening\index.php on line 42
I dont know what i'am doing wrong.
Please help!!
Post Edited (04-13-06 15:31)