Hi guys,
This is my first post so please go easy with me. I have tried searching through the forum to find an answer but im having no luck. :oops:
Ive just upgraded the gallery on my website to 1.4.4 so that i can include the random block on the homepage but it just doesnt work. I get the below error
Fatal error: Call to undefined function: canreadrecurse() in /home/ashfordr/public_html/gallery/block-random.php on line 181
Now i have no idea what i can do to fix this, but i used an example someone gave in another post of there random block and it worked fine, i must have missed something.
Kazzam
Posts: 2322
It means that not all of your files were overwritten when you upgraded Gallery.
You need to re-upload the Gallery files, and make sure that you overwrite all files, including the subdirectories.
canReadRecurse is a function of the album class, so if it's not present, there's a serious error.