Page 1 of 1

Sorry, Imagevue requires PHP 5.1.3 to run. You have PHP inst

Posted: 09 Oct 2013, 10:23
by carlplante
Hi,I just transfer my website to a new server...and I've got these message:
Sorry, Imagevue requires PHP 5.1.3 to run. You have PHP installed.

http://www.zonesismique.com/portfolio_2012/

I've try several thing...
Add the .htaccess in my file and write:
AddType x-mapp-php5 .php

I've change the index.php:
Code
if (version_compare('5.1.3', phpversion()) > 0) {
to
Code
if (false) {

I can change the php on my server to 5.2, 5.3, 5.4 or 5.5! none of them work.
but I can check some setting (I upload the image) it could be that??
I don't really know php!

If someone could help me!
Thanks.

Re: Sorry, Imagevue requires PHP 5.1.3 to run. You have PHP

Posted: 13 Oct 2013, 03:14
by mjau-mjau
Seems to work now?

Re: Sorry, Imagevue requires PHP 5.1.3 to run. You have PHP

Posted: 13 Oct 2013, 07:32
by carlplante
Yeah, thanks.
I have reupload my folder, and it's work.
I think they have done something from their side (the server), but I don't know what...