Hello together
I've got a problem with the Phoca Gallery Plugin. If i show picuters in a articel i can't make an rss-feed. The following error happens:
Fatal error: Call to undefined method JDocumentFeed::addCustomTag() in /var/www/web520/html/bogboo/plugins/content/phocagallery/phocagallery.php on line 464
If i delet de pictures form the articel, generate an rss feed is no problem. Can anyone say me a solution for this problem?
My website is: http://www.bogboo.ch
[Solved] Picture in Content + Zoo ==> no RSS
-
- Phoca Newbie
- Posts: 4
- Joined: 06 Mar 2012, 12:13
[Solved] Picture in Content + Zoo ==> no RSS
Last edited by chelski on 08 Mar 2012, 13:02, edited 1 time in total.
- Jan
- Phoca Hero
- Posts: 48676
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Picture in Content + Zoo ==> no RSS
Hi, which version of Phoca Gallery component and plugin you are running?
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 4
- Joined: 06 Mar 2012, 12:13
Re: Picture in Content + Zoo ==> no RSS
Phoca Gallery: 3.1.5
Phoca Gallery Plugin: 3.1.2
Joomla: 2.5.2
Phoca Gallery Plugin: 3.1.2
Joomla: 2.5.2
- Jan
- Phoca Hero
- Posts: 48676
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Picture in Content + Zoo ==> no RSS
Hi, Phoca Gallery Plugin is standard content plugin, this code:
$document->addCustomTag ...
is standard but cannot be used in feed
So I think, there needs to be done some protection (if clause) to not load the plugin in feed.
I am testing it but get no such problem and have no experiences with Zoo
so I think my advices in this area are limited 
Jan
$document->addCustomTag ...
is standard but cannot be used in feed

So I think, there needs to be done some protection (if clause) to not load the plugin in feed.
I am testing it but get no such problem and have no experiences with Zoo


Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 4
- Joined: 06 Mar 2012, 12:13
Re: Picture in Content + Zoo ==> no RSS
thanks for your help. I looks like a problem with the zoo component. If i use the phocacode in the "normal" joomla content the feed is ok. The pictures wehre disabled.
i will look althought by zoo.
i will look althought by zoo.
-
- Phoca Newbie
- Posts: 4
- Joined: 06 Mar 2012, 12:13
Re: Picture in Content + Zoo ==> no RSS
Hello Jan
I found a solution wich works for me. I made a new Textare in the Zoo componet in which i show de pictures. This area i don't show in the feed. Now everything works fine.
Thanks for the great work.
I found a solution wich works for me. I made a new Textare in the Zoo componet in which i show de pictures. This area i don't show in the feed. Now everything works fine.
Thanks for the great work.
- Jan
- Phoca Hero
- Posts: 48676
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: [Solved] Picture in Content + Zoo ==> no RSS
Ok
If you find Phoca extensions useful, please support the project