Page 1 of 1

Fatal error: Class 'PhocaGalleryImage' not found

Posted: 17 May 2016, 14:24
by samrocks1011
Dear Sir,

I have install fresh Joomla 3.4 version on Ubuntu 14.04 Desktop. After installing Phoca gallery 4.3 on joomla i was not able to create category. The error show was "Fatal error: Class 'PhocaGalleryImage' not found /components/com_phocagallery/models/fields/phocaselectitem.php on line 42. Please help us to resolve the problem

Re: Fatal error: Class 'PhocaGalleryImage' not found

Posted: 17 May 2016, 14:45
by christine
Hi,
samrocks1011 wrote:I have install fresh Joomla 3.4 version
3.4.? > current version of Joomla is: 3.5.1
The response belongs to:
$image = PhocaGalleryImage::getImageByImageId((int)$this->value);// We don't need catid, we get all categories title
if(isset($image->id)) {
$value .= (int)$image->id . ':'. $image->title .' ('.$image->category_title.')';
}
$id = (int)$this->value;
Do you hv menue-link to Phocagallery / title in category /folder?

Kind regards, Christine

Re: Fatal error: Class 'PhocaGalleryImage' not found

Posted: 17 May 2016, 20:26
by Jan