Page 1 of 1

[solved] Error Message

Posted: 04 Nov 2008, 15:54
by Arni
Hi,

if I use the plugin with the view parameter "categories" {phocagallery view=categories ...}, i got a the following error message:

Code: Select all

Fatal error: Call to undefined method PhocaGalleryHelperFront::categorytree() in /var/www/html/web575/html/plugins/content/phocagallery.php on line 333
I tried plugin 1.81 an 1.99, both same effekt but on 1.81 its line 331
The other view parameters "category" works fine.
I tested it on two different webpages, on both are the same error message.

Any ideas?

Ralf

Joomla 1.57
Phoca Gallery 2.10RC
Plugin 1.99 Alpha

Re: Error Message

Posted: 04 Nov 2008, 16:50
by Jan
1.8 and 1.99 doesn't work with 2.1 component

you can change the code:
from:
PhocaGalleryHelperFront::categorytree()
to:
PhocaGalleryHelper::CategoryTreeOption()

or wait until I will do the Plugin for 2.1, I am working on it yet...

Jan

BTW: If you cannot wait, just upgrade (downgrade) to 2.0.2 version of component...

Jan

Re: Error Message

Posted: 04 Nov 2008, 19:45
by Arni
ok, thx for this info !!

Re: Error Message

Posted: 05 Nov 2008, 00:11
by Jan
ok