Search…

X3 Photo Gallery Support Forums

Search…
 
carlplante
Topic Author
Posts: 2
Joined: 08 Oct 2013, 21:11

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

09 Oct 2013, 10:23

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.
Attachments
configurationphp5.2.jpg
configurationphp5.2.jpg (166.41 KiB) Viewed 3579 times
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

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

13 Oct 2013, 03:14

Seems to work now?
 
carlplante
Topic Author
Posts: 2
Joined: 08 Oct 2013, 21:11

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

13 Oct 2013, 07:32

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...