Page 1 of 1

Anyone else with header logo issues?

Posted: Wed Aug 17, 2016 8:40 am
by hutch
Is anyone else seeing this message:
[phpBB Debug] PHP Notice: in file /memberlist.php on line 1646: 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 the timezone 'UTC' for now, but please set date.timezone to select your timezone.
[phpBB Debug] PHP Notice: in file /memberlist.php on line 1646: getdate(): 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.
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4505: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4507: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4508: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4509: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
instead of a banner image at the top of the page?

I can't figure out if its an adblocker issue, it seems to work in chrome and safari for me, or if its a site-wide problem. Its not a huge pain or anything and it only happens when looking at the board index or individual threads but it distorts the size of the page I'm viewing so if theres any easy fix I'd certainly give it a shot. It talks about the time-zone settings and I've messed around with those to seemingly no avail, when I look into it a bit it seems like its not loading an eeuro image but I can't imagine why my browser has any issue with that...

Re: Anyone else with header logo issues?

Posted: Wed Aug 17, 2016 10:17 am
by RS68
It might be a problem with the PHP configuration on the web host. If nobody made any changes to the configuration on the site maybe the webhost updated PHP on the server. I found these 2 forum threads that might help.
https://www.phpbb.com/community/viewtop ... &t=2107414
https://www.phpbb.com/community/viewtop ... &t=2214116

Re: Anyone else with header logo issues?

Posted: Wed Aug 17, 2016 3:55 pm
by Krizzie
Seeing it too, but not on every page.

Re: Anyone else with header logo issues?

Posted: Thu Aug 18, 2016 7:29 am
by gmreider
Yes , has been that way on my PC for a week or maybe 2.

Re: Anyone else with header logo issues?

Posted: Thu Aug 18, 2016 2:48 pm
by swmeatball
Ditto, last couple weeks.

Re: Anyone else with header logo issues?

Posted: Fri Aug 19, 2016 6:49 am
by Jon1
I am also seeing it.

Re: Anyone else with header logo issues?

Posted: Tue Aug 23, 2016 1:08 pm
by Crazyswede
I concur

Re: Anyone else with header logo issues?

Posted: Tue Aug 23, 2016 7:06 pm
by 99Super
Same here.

John

Re: Anyone else with header logo issues?

Posted: Tue Aug 23, 2016 7:27 pm
by hutch
RS68 wrote:It might be a problem with the PHP configuration on the web host. If nobody made any changes to the configuration on the site maybe the webhost updated PHP on the server. I found these 2 forum threads that might help.
https://www.phpbb.com/community/viewtop ... &t=2107414
https://www.phpbb.com/community/viewtop ... &t=2214116
Certainly sounds like a similar issue, though unfortunately I can offer zero constructive advice on how to fix it.

Maybe Luke needs to do the old 'unplug and plug back in' routine? :lol:

Re: Anyone else with header logo issues?

Posted: Sun Aug 28, 2016 12:33 pm
by sjones
Normally php doesn't display errors, but for debugging purposes this may have been turned on at some point.

In the php.ini file set both of these variables to Off:

Code: Select all

display_errors = Off
display_startup_errors = Off