Need Some help with installing Content Channels - Better Battlelog Forums #99362

Sitemap
Topicstarter
I followed the Directions, had to get my PHP updated on my host provider, Now running PHP 5.3.21 When I run the PHP and getting the following ??

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 'EDT/-4.0/DST' instead in file Bla Bla Bla .php (1137)

#0 Bla Bla Bla.php(47): error('date(): It is n...')
#1 [internal function]: phpErrorHandler(2, 'date(): It is n...', '/hsphere/local/...', 1137, Array)
#2 Bla Bla Bla .php(1137): date('Y')
#3 {main}

??
Really would like to see this action
Your PHP is misconfigured.
You must set in your php.ini a valid timezone.

The option is called "date.timezone" an the "[Date]" section.
Per default it's commented out.

For my case itsdate.timezone = "Europe/Berlin"
Post edited 1 x times, last by
Topicstarter
Thanks for your reply,

I'm a noob at this. Where does that go?

Im guessing here?

line 1137 2013 <?=date("Y") != 2013 ? " - ".date("Y") : NULL?> :: Powered by <a href="<?=BBLOG_URL?>" target="_blank">Better Battlelog</a> - Worldwide Leading Battlelog Browser Addon

if so what and where do I add 'America/New_York' for 'EDT/-4.0/DST'

thanks again for your reply
NL_Flat wrote:
Thanks for your reply,

I'm a noob at this. Where does that go?

Im guessing here?

line 1137 2013 <?=date("Y") != 2013 ? " - ".date("Y") : NULL?> :: Powered by <a href="<?=BBLOG_URL?>" target="_blank">Better Battlelog</a> - Worldwide Leading Battlelog Browser Addon

if so what and where do I add 'America/New_York' for 'EDT/-4.0/DST'

thanks again for your reply


No, as i said, your PHP is misconfigured.
You need to modify the global php.ini file in your PHP installation.
If you don't have access to this file you must contact your webhoster.
For normal this error don't should happen when a hoster have a good PHP setup.
Topicstarter
Yep, Thank you again, gave them a call and all is working


:D