CakePHP'de 1.3: alıyorum Uyarı: strtotime () konsolda

0 Cevap php

Ben konsolunu kullanarak CakePHP'de bir denetleyicisi oluşturmak için çalışıyorum. Ben bunu çalıştığınızda aşağıdaki gibi ama, benim konsol penceresinde bir uyarı alıyorum

Ben bu sorunu nasıl düzeltebilirim?

C: \ xampp \ htdocs \ kek \ apressblog \ app> kek

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 ' Asia/Calcutta' for '5.5/no DST' instead in C:\xampp\htdocs\cake\apressblog\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 ' Asia/Calcutta' for '5.5/no DST' instead in C:\xampp\htdocs\cake\apressblog\cake\ libs\cache.php on line 570 ♀ Welcome to CakePHP v1.3.4 Console --------------------------------------------------------------- Current Paths: -app: app -working: C:\xampp\htdocs\cake\apressblog\app -root: C:\xampp\htdocs\cake\apressblog -core: C:\xampp\htdocs\cake\apressblog

Changing Paths: your working path should be the same as your application path to change your path use the '-app' param. Example: -app relative/path/to/myapp or -app /absolute/path/to/myapp

Available Shells: acl [CORE]
i18n [CORE]

api [CORE]
schema [CORE]

bake [CORE]
testsuite [CORE]

konsol [CORE]

To run a command, type 'cake shell_name [args]' To get help on a specific command, type 'cake shell_name help'

C: \ xampp \ htdocs \ kek \ apressblog \ app>

Teşekkür ederim

0 Cevap