19
Found by lionhell (frxoops.org)
In /Frameworks/moduleclasses/moduleadmin/
moduleadmin.php, line 258
replace
if (phpversion() < $this->_obj->getInfo('min_php')){
by
if (version_compare(phpversion(), $this->_obj->getInfo('min_php'), '<')) {
Trouble : PHP 5.3.7 and PHP 5.3.19 :
With old test :
Quote:
Minimal PHP version required : 5.3.7 (Your version is 5.3.19)
(5.3.19 :Released: 22 Nov 2012
5.3.7 :Released: 18 August 2011)