PHP Fatal error: Call to undefined function: htmlspecialchars_decode() in .../gallery/gallery.module on line 390

After disabled the gallery_menu the same error appears for viewed images in gallery.

It seams that the gallery module won't work for php < 5 :(

Comments

profix898’s picture

Status: Active » Fixed

Call to htmlspecialchars_decode() was introduced recently and should be the only php5-dependency I hope ;)
Bugfix committed. Thanks.

he_who_shall_not_be_named’s picture

Yes, it works very well now.

I let you know that I cannot leave without this module. You did an excellent work. Thanks a lot!

Anonymous’s picture

Status: Fixed » Closed (fixed)