You need to edit your php.ini file.
First go here and read this :
http://www.inmotionhosting.com/support/w...hpini-file.
It goes the same for MAMP, XAMMP, AMPPS (that i have)
Then uncomment line :
to
WORKED FOR ME!!!
Forgot to mention that you have to add your Timezone apart from uncommenting and that even though it's not required to restart Apache, do so. Just in case.
First go here and read this :
http://www.inmotionhosting.com/support/w...hpini-file.
It goes the same for MAMP, XAMMP, AMPPS (that i have)
Then uncomment line :
Code:
;date.timezone =
to
Code:
date.timezone =
WORKED FOR ME!!!
Forgot to mention that you have to add your Timezone apart from uncommenting and that even though it's not required to restart Apache, do so. Just in case.