[solved] Error Message

Phoca Gallery plugins - plugins for Phoca Gallery extension
Arni
Phoca Member
Phoca Member
Posts: 10
Joined: 04 Nov 2008, 15:47

[solved] Error Message

Post 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
Last edited by Arni on 05 Nov 2008, 08:31, edited 1 time in total.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error Message

Post 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
If you find Phoca extensions useful, please support the project
Arni
Phoca Member
Phoca Member
Posts: 10
Joined: 04 Nov 2008, 15:47

Re: Error Message

Post by Arni »

ok, thx for this info !!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error Message

Post by Jan »

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