undefined function specialchars()

Found a bug? Tell us!!
Post Reply
tliitts
Regular
Posts: 8
Joined: Thu Aug 04, 2011 8:03 am
Location: Portland, OR USA
Contact:

undefined function specialchars()

Post by tliitts »

I installed the shoutbox sidebar plugin. However, when used it gives:

Call to undefined function specialchars() in /home/overnake/public_html/s9y/plugins/serendipity_plugin_shoutbox/serendipity_plugin_shoutbox.php:203

I took a look at the plugin code, but it's beyond my minimal javascript knowledge. Where can I get specialchars()?
onli
Regular
Posts: 2825
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Re: undefined function specialchars()

Post by onli »

Thanks for the report. specialchars() does not exist, the last patch author surely wanted to write htmlspecialchars(). I pushed a patch for that, with it the plugin worked in my test blog - should be tomorrow in Spartacus.
Post Reply