These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for php4 to php5 on the new forum.
Hi There,
I am trying to change the default php version from 4 to 5 in one of my virtual server, but after I had saved the change (sucessfuly), I access again the very same option and it still showing me that the default php version is 4.
On the other hand, If I try to change the default php version to 5 at the Server Templates Option I get an error message saying: "Failed to save server template : Missing or invalid Apache user"
Any idea on how to fix it?
BTW, is there any option where I could disable/uninstall completely the php4 in my entire server / settings?
Thank you,<br><br>Post edited by: Renato, at: 2007/09/13 05:39
Ok,
If you have the same problem,
(according to Jamie it is a bug and will
be fixed in the next release)...
You have to access /etc/apache2/sites-availables
and look for <yourdomain>.conf file
change the line:
FCGIWrapper /home/<your usename>/fcgi-bin/php4.fcgi .php
to:
FCGIWrapper /home/<your usename>/fcgi-bin/php5.fcgi .php
any ideas when it will work again?
New version is coming out within the next couple of hours.
--
Check out the forum guidelines!
FAN-TAS-TIC !
Thank you,