Recent Topics

1 Nov 18, 2015 18:17    

I am receiving two multiple errors on my blog homepage.

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 the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home2/highasa1/public_html/thecoloursofblack.com/blogs/inc/sessions/model/_session.class.php on line 226

Cannot modify header information - headers already sent by (output started at /home2/highasa1/public_html/thecoloursofblack.com/blogs/inc/sessions/model/_session.class.php:226) in /home2/highasa1/public_html/thecoloursofblack.com/blogs/inc/sessions/model/_session.class.php on line 233

Warning: Cannot modify header information - headers already sent by (output started at /home2/highasa1/public_html/thecoloursofblack.com/blogs/inc/sessions/model/_session.class.php:226) in /home2/highasa1/public_html/thecoloursofblack.com/blogs/inc/_core/_template.funcs.php on line 310

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 the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home2/highasa1/public_html/thecoloursofblack.com/blogs/inc/_core/_misc.funcs.php on line 1240

Warning: Cannot modify header information - headers already sent by (output started at /home2/highasa1/public_html/thecoloursofblack.com/blogs/inc/sessions/model/_session.class.php:226) in /home2/highasa1/public_html/thecoloursofblack.com/blogs/inc/_core/_template.funcs.php on line 59

Warning: Cannot modify header information - headers already sent by (output started at /home2/highasa1/public_html/thecoloursofblack.com/blogs/inc/sessions/model/_session.class.php:226) in /home2/highasa1/public_html/thecoloursofblack.com/blogs/inc/_core/_template.funcs.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at /home2/highasa1/public_html/thecoloursofblack.com/blogs/inc/sessions/model/_session.class.php:226) in /home2/highasa1/public_html/thecoloursofblack.com/blogs/inc/_core/_template.funcs.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at /home2/highasa1/public_html/thecoloursofblack.com/blogs/inc/sessions/model/_session.class.php:226) in /home2/highasa1/public_html/thecoloursofblack.com/blogs/inc/_core/_template.funcs.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at /home2/highasa1/public_html/thecoloursofblack.com/blogs/inc/sessions/model/_session.class.php:226) in /home2/highasa1/public_html/thecoloursofblack.com/blogs/inc/_core/_template.funcs.php on line 251

I noted that there was previous issues with this and the solution then was to add the line <date.timezone = "America/New_York"> to the php.ini. This I have done and the results are the same.

I have also added the line <SetEnv TZ America/New_York> to my .htaccess file but I still have the error messages.

My blog can be found at "http://thecoloursofblack.com/blogs/mattblack.php" - I am unsure of the actual version of b2evolution that is installed on my system as I am unable to log into the dashboard. I have scanned through the .php files but cannot find a version number.

2 Nov 18, 2015 21:18

Just checked the database and <evonet_last_version_checked> has the entry <b2evo b2evolution 4.1.7 2013-04-27> I would assume then 4.1.7 is my version.

3 Nov 20, 2015 02:42

I guess you got that after a system upgrade (maybe a PHP upgrade).

b2evo v4.1 is no longer compatible with your PHP version. Please upgrade to b2evolution v6.6.

4 Nov 20, 2015 05:49

Thanks for that - I had a sneaky feeling that a compatability issue was the cause. Though I did check another blog of mine that is running version 3.3.1 and that is still operational and is hosted on the same platform/account as the site that is broken. Looks like I have a lot of updating to do which I was putting off as I stupidly didn't use a child theme when customising the sites layout.


Form is loading...