You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: demos/login-system/protected/modules/setup/controllers/SetupController.php
+2-2
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,8 @@ public function indexAction()
72
72
73
73
$this->_view->notifyMessage = '';
74
74
75
-
if(version_compare(phpversion(), '5.1.0', '<')){
76
-
$this->_view->notifyMessage = CWidget::create('CMessage', array('error', 'This program requires at least <b>PHP version 5.1.0</b> installed. You cannot proceed the installation.'));
75
+
if(version_compare(phpversion(), '5.2.3', '<')){
76
+
$this->_view->notifyMessage = CWidget::create('CMessage', array('error', 'This program requires at least <b>PHP version 5.2.3</b> installed. You cannot proceed the installation.'));
$this->_view->notifyMessage = CWidget::create('CMessage', array('error', 'The directory <b>'.APPHP_PATH.'/protected/config/</b> is not writable! You must grant "write" permissions (access rights 0755 or 777, depending on your system settings) to this directory before you start the installation!'));
Copy file name to clipboardexpand all lines: demos/simple-blog/protected/modules/setup/controllers/SetupController.php
+2-2
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,8 @@ public function indexAction()
55
55
56
56
$this->_view->notifyMessage = '';
57
57
58
-
if(version_compare(phpversion(), '5.1.0', '<')){
59
-
$this->_view->notifyMessage = CWidget::create('CMessage', array('error', 'This program requires at least <b>PHP version 5.1.0</b> installed. You cannot proceed the installation.'));
58
+
if(version_compare(phpversion(), '5.2.3', '<')){
59
+
$this->_view->notifyMessage = CWidget::create('CMessage', array('error', 'This program requires at least <b>PHP version 5.2.3</b> installed. You cannot proceed the installation.'));
$this->_view->notifyMessage = CWidget::create('CMessage', array('error', 'The directory <b>'.APPHP_PATH.'/protected/config/</b> is not writable! You must grant "write" permissions (access rights 0755 or 777, depending on your system settings) to this directory before you start the installation!'));
0 commit comments