Problem after Update

Phoca Gallery - image gallery extension
mldp
Phoca Member
Phoca Member
Posts: 16
Joined: 19 Mar 2008, 12:59
Location: Austria

Problem after Update

Post by mldp »

Hi Jan,
I have my own look and feel for showing the category page. It is saved in templates/mldp/html/com_phocagallery/category/default.php and it worked fine.
I updated the gallery on sunday and now I have the error:

[color=#FF0000][b]Fatal error: Call to undefined method PhocaGalleryHelper::getformaticon() in C:\Markus\xampp\htdocs\mldp\templates\mldp\html\com_phocagallery\category\default.php on line 178[/b][/color]

When I delete this folder and use the standard one in /components/com_phocagallery/views/category/tmpl it is working fine but with the standard look and feel. Were there changes in the coding itself on this default.php so that the old file cannot be used?

Thanks for your help
Markus
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Problem after Update

Post by Jan »

Hi, this method is stored in:

administrator\components\com_phocagallery\front\helpers\phocagallery.php

See if you have the link to this file in your front file:

components\com_phocagallery\phocagallery.php

Code: Select all

require_once( JPATH_ADMINISTRATOR.DS.'components'.DS.'com_phocagallery'.DS.'helpers'.DS.'phocagallery.php' );
If you find Phoca extensions useful, please support the project
Post Reply