Shoutbox Bug

Found a bug? Tell us!!
Post Reply
dasouljah
Posts: 1
Joined: Mon May 03, 2004 12:18 pm

Shoutbox Bug

Post by dasouljah »

Hi all,
Please help with this bug:

Warning: printf(): Too few arguments in /home/idleplay/public_html/display/weblog/plugins/serendipity_plugin_shoutbox/serendipity_plugin_shoutbox.php on line 193

Warning: printf(): Too few arguments in /home/idleplay/public_html/display/weblog/plugins/serendipity_plugin_shoutbox/serendipity_plugin_shoutbox.php on line 193

which is displayed on the shoutbox.
Thanks in advance!
Cheers!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

I guess that you entered a "%" character into the shout?

The plugin uses a printf() function in line 193. Please replace that with echo() and everything should work fine. I also put this fix into CVS now, but that may take a while to propagate.
# 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/
Post Reply