Page 1 of 1

error with serendipity_event_entrypaging

Posted: Mon Apr 06, 2009 11:49 am
by ju
I noticed the following error-message recently:

Warning: sprintf() [function.sprintf]: Too few arguments in /var/www/s9y/plugins/serendipity_event_entrypaging/serendipity_event_entrypaging.php on line 254

version: 1.37
Serendipity 1.4.1, PHP 5.2.6-1+lenny2

line 254 is:

Code: Select all

                $eventData[0]['add_footer'] .= sprintf('</div><div class="serendipity_entrypaging">' . $randomlink . implode(' <span class="epicon">|</span> ', $links) . '</div><div>');

Re: error with serendipity_event_entrypaging

Posted: Mon Apr 06, 2009 12:15 pm
by garvinhicking
Hi!

Thanks a lot. This should be fixed in 1.38, I just committed a fix. :)

Regards,
Garvin