Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. php -i | grep 'Configuration File'
  2. Configuration File (php.ini) Path => /etc
  3. Loaded Configuration File => /etc/php.ini
  4.  
  5. date.timezone = "Australia/Sydney"
  6.  
  7. Warning: strftime(): It is not safe to rely on the system's timezone settings.
  8. You are *required* to use the date.timezone setting or the date_default_timezone_set() function.
  9. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier.
  10. We selected the timezone 'UTC' for now, but please set date.
  11. timezone to select your timezone.
  12. in /Library/Smarty3.1.16/libs/sysplugins/smarty_internal_templatecompilerbase.php on line 234
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement