Я пытаюсь сгенерировать .po файлы для сайта, с которым я работаю.Когда я запускаю эту команду из каталога консоли:
Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /Users/bkelly/Development/[redacted]/www/trunk/about/trunk/cake/libs/cache.php on line 570
Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /Users/bkelly/Development/[redacted]/www/trunk/about/trunk/cake/libs/cache.php on line 570
Error: Class Il8nShell could not be loaded.
Это также происходит, если я запускаю ./cake il8n help
.Консоль bake
вроде бы нормально загружается (без ошибок, выводит меня в ожидаемое меню).Я использую CakePHP 1.3.0 под Mac OSX 10.6 (используя MAMP).В противном случае торт работает нормально.
Спасибо!