php 4.2.1 Install failed
Moderator: General Moderators
php 4.2.1 Install failed
First, I already read Sticky: Please, read this BEFORE posting. It help a lot but seem not my case.
I use php 4.0.6 for write code on my offline system with no any problem. Yesterday, I download the lastest version 4.2.1 and try to install many time many way it's not work. I believe that I made the mistake in some point but I can't solve it.
If anybody have some experience in config php.ini and httpd.conf(apache) and successful in this version please help.
My system is WinXP Apache 1.3.24 install php in module (I also already try CGI flavour still not work)
Now, lastest I got the error message like :
Warning: Failed Opening 'xxxxxxx/xx/xxx/myfile.php' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0
I wonder, because myfile.php didn't have any php code it's a simple html code.(I test this for won't worry about wrong coding)
Please help.
I use php 4.0.6 for write code on my offline system with no any problem. Yesterday, I download the lastest version 4.2.1 and try to install many time many way it's not work. I believe that I made the mistake in some point but I can't solve it.
If anybody have some experience in config php.ini and httpd.conf(apache) and successful in this version please help.
My system is WinXP Apache 1.3.24 install php in module (I also already try CGI flavour still not work)
Now, lastest I got the error message like :
Warning: Failed Opening 'xxxxxxx/xx/xxx/myfile.php' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0
I wonder, because myfile.php didn't have any php code it's a simple html code.(I test this for won't worry about wrong coding)
Please help.
-
danielhollands
- Forum Newbie
- Posts: 4
- Joined: Wed Jun 19, 2002 4:35 am
Hi, I don't know if this is related, or if it will help, but I had a problem using the latest verson of PHP myself - my problem is that no variables where being accepted from the URL.
My soloution to this (after getting some info from my web host) was to change register_globals to "on" in the php.ini file (from verson 4.2.0 this has been turned to off by default)
So just open up php.ini, search for register_globals, change it to "on", and with some luck you should be back in the world of PHP
Let me know how you got on with it
My soloution to this (after getting some info from my web host) was to change register_globals to "on" in the php.ini file (from verson 4.2.0 this has been turned to off by default)
So just open up php.ini, search for register_globals, change it to "on", and with some luck you should be back in the world of PHP
Let me know how you got on with it
Thank you.. Daniel, It's not that case. I already trun "On" in several directive. That's not my point of error. anyways Thank on your kind.danielhollands wrote:My soloution to this (after getting some info from my web host) was to change register_globals to "on" in the php.ini file
Let me know how you got on with it
Still need help... HELP !
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
More wonder! I just finished testing install php 4.2.1 on another xp machine. This time I installed combine with Apache 1.3.22. => It works. !That's made me confuse.
Then I go back to Apache website, wish to download old version 1.3.22 and found The lastest version today release is 1.3.26
Now, I'm downloading, and will come back to report to you here later.
PS. I hope that my first XP which the one can not run php did not got the problem because I oftenly update security fix on Micro$oft update site.
Now, I start to pray.
Then I go back to Apache website, wish to download old version 1.3.22 and found The lastest version today release is 1.3.26
Now, I'm downloading, and will come back to report to you here later.
PS. I hope that my first XP which the one can not run php did not got the problem because I oftenly update security fix on Micro$oft update site.
Now, I start to pray.
-
danielhollands
- Forum Newbie
- Posts: 4
- Joined: Wed Jun 19, 2002 4:35 am
-
danielhollands
- Forum Newbie
- Posts: 4
- Joined: Wed Jun 19, 2002 4:35 am
Just a suggestion, but if you don't have any luck on this forum, try looking at http://www.sitepointforums.com/ very good site 
-
danielhollands
- Forum Newbie
- Posts: 4
- Joined: Wed Jun 19, 2002 4:35 am