tboneuls
06-09-2003, 12:02 AM
I had a script that worked great in Apache(OpenSA) under Win XP. When I try the same include on a server running apache under linux, i get the following error:
Warning: Failed opening 'var/www/html/dbaty/php/countdown/countdown4.php' for inclusion (include_path='.:/var/www/html/dbaty') in /var/www/html/dbaty/index.php on line 67
As you can see, I've tried changing the include path but it still doesnt work. What am I doing wrong?
Also, I had to turn register_globals on for the script to work in XP, and I have made the same change on the Linux server. What's wrong? Thanks.
Warning: Failed opening 'var/www/html/dbaty/php/countdown/countdown4.php' for inclusion (include_path='.:/var/www/html/dbaty') in /var/www/html/dbaty/index.php on line 67
As you can see, I've tried changing the include path but it still doesnt work. What am I doing wrong?
Also, I had to turn register_globals on for the script to work in XP, and I have made the same change on the Linux server. What's wrong? Thanks.