Recent Topics

1 Dec 30, 2009 16:23    

My b2evolution Version: 3.3.1

I added this to the bottom of another topic, but since i got no response, im just starting a new topic.
I'm running b2evo 3.3.1 with php 5.3.1.and I'm getting all the deprecated errors on the bottom of my blog. I have display_errors turned off in the php.ini, and it made no difference, i also made numerous changes to the ini file to the recommended production values. I'm wondering if the simplest solution is to just downgrade php to 5.29
You can see the errors at the bottom of the screen at blog.symmetricgroup.com

2 Dec 31, 2009 06:39

Upgrade to b2evo v3.3.3

Or if you don't want to upgrade, edit the file conf/_advanced.php line 40

Replace

error_reporting( E_ALL );

With


if( ! defined( 'E_DEPRECATED' ) )
{
	error_reporting( E_ALL );
}
else
{
	error_reporting( E_ALL & ~E_DEPRECATED );
}

3 Jan 04, 2010 12:52

Just to inform all:

I had the same problem with my blog (1.10) and Sam2kb solution worked as a charm.

Actually, I have other problem about new posts (http://forums.b2evolution.net/viewtopic.php?p=99229#99229), but I wonder: why all these problems all of a sudden? My blog was working fine until mid december and suddenly a lot of problems happened.


Form is loading...