Hi!! (i think it's better place for this thread 🙂 )
After installing of Apache2 and PHP ( it was hard!!) i had to change "register_globals = Off" to "register_globals = On" (I have some .php files with scripts witch require register_globals to be on). Everything was ok, but when i try to open some files i get this kind of error:
Warning: main(mainfile.php) [function.main]: failed to create stream: No such file or directory in C:\Programs\Internet\Server\Apache2\htdocs\nuke\ht
ml\includes\counter.php on line 25
Fatal error: Failed opening required 'mainfile.php' (include_path='C:\Programs\Internet\Server\php\inc
ludes') in C:\Programs\Internet\Server\Apache2\htdocs\nuke\ht
ml\includes\counter.php on line 25
It's from PHPNuke, but my files from the old version of PHP generates this error tooooo:
Warning: main(ksiega/form.html) [function.main]: failed to create stream: No such file or directory in C:\Programs\Internet\Server\Apache2\htdocs\www\PHP
Ksiega Gosci\ksiega\ksiega.php on line 49
Warning: Failed opening 'ksiega/form.html' for inclusion (include_path='C:\Programs\Internet\Server\php\inc
ludes') in C:\Programs\Internet\Server\Apache2\htdocs\www\PHP
Ksiega Gosci\ksiega\ksiega.php on line 49
All scripts were ok on Xitami Webserver with old PHP4.
Please help...
My configuration:
- Windows XP PRO
- Apache 2.0.43
- PHP 4.3.0-dev
- MySQL 3.23.53
- PHPNuke 6.0
FiLiPPE