Dolibarr ERP & CRM » Bugs » bug #1004
warning avec php 5.4Latest modifications
Answer now
Snapshot Details |
Last Modified On: | 2013-07-26 23:06 | | Submitted by: | Julien Marchand (iouston) |
Submitted on: | 2013-07-26 10:22 | |
Summary: | warning avec php 5.4 |
Description: | Sur mon serveur avec php 5.4 j'ai les warnings suivants :
Warning: date_default_timezone_get(): 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 the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/ariena/www/base/core/lib/functions.lib.php on line 1010
Warning: Cannot modify header information - headers already sent by (output started at /home/ariena/www/base/core/lib/functions.lib.php:1010) in /home/ariena/www/base/main.inc.php on line 902
Je précise que mon php.ini contient bien date.timezone = Europe/Paris |
Step to reproduce bug: | |
Version: | 3.4.0 | | Category: | Other |
Severity: | 5 - Major | | OS Type/Version: | |
PHP version: | 5.4 | | Database type and version: | |
Status |
Status: | Open | | Assigned to: | None |
Resolution: | Wont Fix | |
Comments- Laurent Destailleur 2013-08-01 15:43
- This is not a bug into dolibarr.
This warning means your php installation is not complete.
You must edit your php.ini to fix it. No way to fix this into dolibarr.
- Julien Marchand 2013-07-26 23:06
- ok i'm sorry for the french language. My english is quite bad.
When i actived the 5.4php version on my server i have this message :
Warning: date_default_timezone_get(): 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 the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/ariena/www/base/core/lib/functions.lib.php on line 1010
Warning: Cannot modify header information - headers already sent by (output started at /home/ariena/www/base/core/lib/functions.lib.php:1010) in /home/ariena/www/base/main.inc.php on line 902
In my php.ini i have this setting : date.timezone = Europe/Paris but the message is already present - Marcos García 2013-07-26 19:52
- English is the only language allowed here. Please write it in English or I will close it. Thanks.
|
|
This warning means your php installation is not complete.
You must edit your php.ini to fix it. No way to fix this into dolibarr.
None→ Wont Fix