php - Executing a shell in CakePHP -
i executing shell on fedora 8 32 bit server php 5.2.6 , cakephp 2. getting these errors :
php notice: undefined index: tag in path/lib/cake/console/consoleoutput.php on line 202 php notice: undefined index: emergency in path/lib/cake/console/consoleoutput.php on line 217 php notice: undefined index: alert in path/lib/cake/console/consoleoutput.php on line 217 php notice: undefined index: critical in path/lib/cake/console/consoleoutput.php on line 217 php notice: undefined index: error in path/lib/cake/console/consoleoutput.php on line 217 php notice: undefined index: warning in path/lib/cake/console/consoleoutput.php on line 217 php notice: undefined index: info in path/lib/cake/console/consoleoutput.php on line 217 php notice: undefined index: debug in path/lib/cake/console/consoleoutput.php on line 217 php notice: undefined index: success in path/lib/cake/console/consoleoutput.php on line 217 php notice: undefined index: comment in path/lib/cake/console/consoleoutput.php on line 217 php notice: undefined index: question in path/lib/cake/console/consoleoutput.php on line 217
and on.
this works fine when try locally. idea ?
it because use old php version. cakephp 2 requires @ least php 5.2.8, see http://book.cakephp.org/2.0/en/installation.html#requirements
Comments
Post a Comment