Fatal error: Class 'PhocaGalleryImage' not found

Phoca Gallery - image gallery extension
samrocks1011
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 17 May 2016, 14:20

Fatal error: Class 'PhocaGalleryImage' not found

Post 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
christine
Phoca Hero
Phoca Hero
Posts: 2938
Joined: 28 Nov 2010, 17:20

Re: Fatal error: Class 'PhocaGalleryImage' not found

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Fatal error: Class 'PhocaGalleryImage' not found

Post by Jan »

If you find Phoca extensions useful, please support the project
Post Reply