Seems to be caused by the following check in the installer_requirements template:
<!--[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