I'm not sure whether this is a configuration problem on my end or something within the module, but I appear to be having problems after moving one of my sites http://contemplativechristianliving.com/ over to a new server with php 5.3. I get many of the following errors:

(I have date.timezone set correctly in the php.ini file as far as I can tell)

warning: date(): 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 'America/New_York' for 'EST/-5.0/no DST' instead in /.../sites/all/modules/bible/bible.module on line 3028.
warning: date(): 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 'America/New_York' for 'EST/-5.0/no DST' instead in /.../sites/all/modules/bible/bible.module on line 3236.

Comments

Chad_Dupuis’s picture

Status: Active » Closed (fixed)

actually nevermind... a server restart seems to have fixed this even though I restarted php-fpm and the nginx a number of times...