Warning Message for media entry in post

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
zephyr
Posts: 3
Joined: Fri Dec 25, 2009 3:53 pm

Warning Message for media entry in post

Post by zephyr »

Hello:

I loaded an image from my hard disk to the media manager base directory and then inserted it into a new
entry. The image displays ok, but the following warning message is displayed on the bottom of the page:

Warning: Wrong value for parameter 4 in call to preg_match_all()

Can anyone tell me how to get rid of this warning message?

Thanks.
zephyr
Posts: 3
Joined: Fri Dec 25, 2009 3:53 pm

Re: Warning Message for media entry in post

Post by zephyr »

Sorry, the full warning reads:

Warning: Wrong value for parameter 4 in call to preg_match_all() in /home/a/axxxxxxx.org/html/serendipity/plugins/serendipity_event_imageselectorplus/serendipity_event_imageselectorplus.php on line 1008
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Warning Message for media entry in post

Post by garvinhicking »

Hi!

Which PHP version do you use? It seems it is outdated, and does not support a fourth parameter - so the plugin cannot use it.

However that should not be a vital functionality for the plugin, so you might be able to ignore that warning without influence.

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/
zephyr
Posts: 3
Joined: Fri Dec 25, 2009 3:53 pm

Re: Warning Message for media entry in post

Post by zephyr »

I just uninstalled the plugin, since it was not necessary for the functionality of the blog. It probably is an older version of PHP since this site has been on the same server for many years,
Post Reply