[Solved]Installing on 1and1.com server running 5.2.11. Gallery 3 requires PHP 5.2.3 or newer.

davidryman

Joined: 2008-07-23
Posts: 2
Posted: Tue, 2009-11-03 16:26

Trying to install Gallery 3. Installer reports:

Quote:
Gallery 3 requires PHP 5.2.3 or newer.

Did a phpinfo() on server which reports:

Quote:
PHP Version 5.2.11

System Linux infong 2.4 #1 SMP Thu May 28 16:09:02 UTC 2009 i686 GNU/Linux
Build Date Sep 21 2009 11:59:03

As 5.2.11 IS newer than 5.2.3, I am going to mod the version_compare in index.php.

Is this a PHP or Gallery problem? OR, am I wrong?

Login or register to post comments
davidryman

Joined: 2008-07-23
Posts: 2
Posted: Tue, 2009-11-03 16:41

Oops, I am wrong. The version it picks up is 4.4.9.
The host is 1and1.com, and they suggest either renaming all the files to .php5 or adding

Quote:
AddType x-mapp-php5 .php

to the .htaccess file in the folder.
I did this in the ../Gallery3 folder.

Login or register to post comments