quando lancio questo comando php app/check
mi da come risposta
********************************
* *
* Symfony requirements check *
* *
********************************
php.ini used by PHP: WARNING: not using a php.ini file
** WARNING **
* The PHP CLI can use a different php.ini file
* than the one used with your web server.
* (especially on the Windows platform)
* If this is the case, please ALSO launch this
* utility from your web server.
** WARNING **
** Mandatory requirements **
OK Checking that PHP version is at least 5.3.2 (5.3.8
installed)
[[ ERROR ]] Checking that the "date.timezone" setting is set: FAILED
*** Set the "date.timezone" setting in php.ini (like
Europe/Paris) *
**
You must fix this problem before resuming the check.
come posso risolvere questi problemi??
Requisiti
PHP deve essere almeno alla versione 5.3.2
JSON deve essere abilitato
ctype deve essere abilitato
php.ini deve avere l’impostazione date.timezone
php va bene ho la versione 5.3.8
json come faccio a vedere se è abilitato?
ctype come faccio a sapere se è abilitato?
php deve avere timezone
mi da come risposta
[[ ERROR ]] Checking that the "date.timezone" setting is set: FAILED
*** Set the "date.timezone" setting in php.ini (like
Europe/Paris) *
**
sono andato avedere su php.ini e ci sta alla riga 924
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = Europe/Paris
perchè mi da errore??? cosa cavolo devo fareeeeee???? qualcuno mi puo'
aiutareee???