...if i find an answer to your problem, i'll mail it here
so long,
Duncan McLord
Einen Kommentar schreiben:
antwortet
Hi,
include_path is a directive in php.ini
Before I worked with linux,Apache and have not encountered such a problem.
Einen Kommentar schreiben:
antwortet
hey,
one question pls...
i recently had a problem:
i tried to include s.th. on an W2k Server, BUT it doesent work the way, it should be!
so,
if you write
include("http://test.test/test.php");
on a linux OS you will include the site, but on a W2k OS, you will get the following:
Warning: Failed opening 'http://test.test/test.php' for inclusion (include_path='') in ...
...so i was looking for that include_path='' command or entry, or whatever!
but... couldnt find it anywhere.
now, because you mentioned it, where does that include_path='' appear?
I tried to use a different location but nothing helped. When I start the webserver it respond warning popups that it can not load "d:\services\php4\extentions\php_ldap.dll" but the
files are located there for sure and all rights are granted for this file.
Furthermore I can start a webside by qualifing the domain only, but if I also qualify the
script domain/index.php I get the Warning: Failed opening path/index.php for inclusion
(include_path = ' ....). Here is the include_path-directive from php.ini:
include_path = ".;d:\data\inetpub\DealerPortalroot\uk;"
The script includes only phpinfo()
Einen Kommentar schreiben: