Page 1 of 1

Shoutbox Bug

Posted: Mon May 03, 2004 12:23 pm
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!

Posted: Mon May 03, 2004 1:56 pm
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.