Fork me on GitHub

PHP version trouble  Bottom

  • Checked out todays SVN and got the following message while trying to install:

    Code

    Your php version is 5.1.2 which doesn't meet our system requirement of php version 5.1.2


    Any ideas?
  • Seems to be caused by the following check in the installer_requirements template:

    Code

    <!--[if $phpversion gt '5.1.2']-->
        <li class="passed"><!--[$smarty.const._INSTALLERPHPVEROK|replace:"%v":$phpversion]--></li>
    <!--[else]-->
        <li class="failed"><!--[$smarty.const._INSTALLERPHPVERNOTOK|replace:"%v":$phpversion]--></li><!--[assign var=checkfailed value=true]-->
    <!--[/if]-->


    If 5.1.2 is the minimum the check should be greater than or equal (gte). What is the minimum requirement?

    P.S. The title should be referring to PHP in stead of MySQL of course



    edited by: dits, Mar 25, 2008 - 02:37 PM
  • The installer for .9x in SVN currently isn't supported - please use the .8 installer the get a database up and running and then drop in the .9x files. Having said that, I have just fixed that particular error in SVN.

    --
    itbegins.co.uk - Zikula Consulting

    birtwistle.me.uk - Personal Blog


    Please read the Support Guide
  • 0 users

This list is based on users active over the last 60 minutes.