php 5.3.0 spamblock plugin warnings

Creating and modifying plugins.
Post Reply
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

php 5.3.0 spamblock plugin warnings

Post by Don Chambers »

Have not really paid attention to any logs in very long time, but I was trying to set up a new s9y site today and saw these warnings in the error logs:
[22-Oct-2009 20:29:13] PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/www/site/htdocs/include/plugin_api.inc.php on line 560
[22-Oct-2009 20:29:14] PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/www/site/htdocs/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php on line 469
[22-Oct-2009 20:29:14] PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/www/site/htdocs/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php on line 494
[22-Oct-2009 20:29:14] PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/www/site/htdocs/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php on line 538
[22-Oct-2009 20:29:14] PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/www/site/htdocs/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php on line 902
I am having problems with this site, and think they are not related to the above warnings or my php version, but is anyone successfully running s9y with php 5.3.0, and if so, what version of s9y? I am trying to install 1.4.1.
=Don=
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: php 5.3.0 spamblock plugin warnings

Post by garvinhicking »

Hi!

Yes this is PHP 5.3.0. related and you must upgrade to s9y 1.5, see blog.s9y.org - 1.4.1 is not fully compatible with a vanilla PHP 5.3. because of its error reporting.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: php 5.3.0 spamblock plugin warnings

Post by Don Chambers »

garvinhicking wrote:Hi!

Yes this is PHP 5.3.0. related and you must upgrade to s9y 1.5, see blog.s9y.org - 1.4.1 is not fully compatible with a vanilla PHP 5.3. because of its error reporting.

Regards,
Garvin
Yeah, I found that out the hard way! :wink: I thought I had read something about 5.3.0 here on the forum, but could not find anything so I just updated my trunk copy from svn and read the NEWS..

When do you think 1.5 will be finalized? I don't want to upgrade some sites to beta 2 just to upgrade them again to the full 1.5.
=Don=
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: php 5.3.0 spamblock plugin warnings

Post by garvinhicking »

Hi!

Well, now you've opened that can of worms with the fallback CSS which I have to get my head wrapped around again... so that pushes back the release date ;)

I was hoping for October, but I don't seem to be able to meet that. But hopefully not too far away.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: php 5.3.0 spamblock plugin warnings

Post by Don Chambers »

Me? Open a can of worms? :lol: :lol: :lol:
=Don=
Post Reply