Page 1 of 1

Problem after Update

Posted: 21 Jul 2008, 10:55
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

Re: Problem after Update

Posted: 22 Jul 2008, 20:52
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' );