I've followed all the istructions, tutorials, original istructions but I can't resolve a big (and that make all unusefull) problem.
Inclusion of other scripts.
If in a script there is a :
require_once(./admin.php)
it doesn't runs ok.
and i get an error:
PHP Warning: require_once(./admin.php): failed to open stream: No such file or directory in C:\Inetpub\wwwroot\heels\wp\wp-admin\plugins.php on line 10 PHP Fatal error: require_once(): Failed opening required './admin.php' (include_path='.;c:\php\includes') in C:\Inetpub\wwwroot\heels\wp\wp-admin\plugins.php on line 10
if I change it to:
require_once(admin.php)
it runs ok.
So is not a rights problem.
I've found tons of pople with the same problem but without solution.
The solution could be to change all the include but I can't do it for every script (think about at wpress or phpmyadmin) every time I make an upgrade.... or simply I add a plugin.
Any idea how to solve it? I'm pretty desperate on that!



