Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Host PHP upgrade...should it reflect in Diagnostics?
A client’s host upgraded them to PHP 5.0.5 by moving them to a new server, and I do in fact now see it reflected in their cPanel and the site is accessible (suggesting new nameservers have propogated), but Txp diagnostics still show PHP 4.4.2. Shouldn’t diagnostics update when the new PHP takes affect?
Offline
Re: Host PHP upgrade...should it reflect in Diagnostics?
Yes, it would show there if the PHP version had changed. Diagnostics uses an internal php-function to query the version. You can cross check by creating a php file with <?php phpinfo(); ?> if you have any doubts.
It’s possible that your host has multiple versions of php running in parallel, and you have to take active steps to configure it to use the newer version.
Offline
Re: Host PHP upgrade...should it reflect in Diagnostics?
Sencer wrote:
It’s possible that your host has multiple versions of php running in parallel, and you have to take active steps to configure it to use the newer version.
Did the check, it is indeed 4.4.2 that’s running.
So, what are these “active steps to configure it” you speak of, exactly?
Offline
#4 2006-06-24 18:22:00
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Host PHP upgrade...should it reflect in Diagnostics?
You’d have to ask your host.
Offline
Re: Host PHP upgrade...should it reflect in Diagnostics?
OK, thanks, I’ll pass that on.
Offline