Page 1 of 1

php error call to undefined errror in Phoca Gallery

Posted: 14 Jun 2010, 23:29
by tess63
Hi Jan

Need your assistance please. After uploading pictures my front end went blank. Turning on the error reporting i get this message: Fatal error: Call to undefined method PhocaGalleryImageFront::displayImageOrNoImage() in /home/sites/the-crosbies.com/public_html/modules/mod_phocagallery_random_image/mod_phocagallery_random_image.php on line 410
I know why...I accidently uploaded two or three really large photos (over 2500 x 2000) which made the system throw a wobbly. I have deleted the offending photos but still cannot get my front end back. Don't know much about php so could do with some advice.
On the plus side, I love Phoca and use it in every site I've got.

Re: php error call to undefined errror in Phoca Gallery

Posted: 18 Jun 2010, 12:20
by Jan
Hi, do you run the latest module, I see no such row in latest module version.

And there is loaded the library:
phocagalleryimport('phocagallery.image.imagefront');
so there should not be a problem with not finding the class or method :idea:

Jan