By Ronen Eliyahu on Monday, 28 December 2020
Posted in General Issues
Likes 0
Views 1.6K
Votes 0
Hi, after investigation i found out that when the "Komento - Content" plugin is enabled, the rss head link on k2 categories (https://www.forhair.com/blog/) is returning an error:

0 - Call to undefined method Joomla\CMS\Document\FeedDocument::addCustomTag()

you can see the error on this link: https://www.forhair.com/blog/?format=feed

when i disable the plugin the rss feed is working properly, please advise!!
Can you update your site FTP access by editing your first post so we can troubleshoot this issue on your site directly?
·
Monday, 28 December 2020 10:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you update your site FTP access by editing your first post so we can troubleshoot this issue on your site directly?


I updated the FTP info
·
Monday, 28 December 2020 21:02
·
0 Likes
·
0 Votes
·
0 Comments
·
I've applied some fix into this file JoomlaFolder//administrator/components/com_komento/includes/stylesheet/stylesheet.php on your site, it should work fine now.

And we will include this fix into next release version as well.
·
Tuesday, 29 December 2020 11:18
·
0 Likes
·
0 Votes
·
0 Comments
·
I need this fix, too. Please help! Can you post the revised file for me:

administrator/components/com_komento/includes/stylesheet/stylesheet.php
·
Tuesday, 16 February 2021 20:59
·
0 Likes
·
0 Votes
·
0 Comments
·
(Update)

I disabled the Komento - Content plugin, browsed the site, then re-enabled it... and that seems to have resolved the issue. Strange!
·
Tuesday, 16 February 2021 22:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Nathan,

You can find this code


if ($this->config->get('enable_backgrounds')) {


Then replace with


if ($this->config->get('enable_backgrounds') && $this->doc->getType() == 'html') {


If the issue still persists, perhaps you can start a new thread on our forums regarding this so we can assist you on this.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Wednesday, 17 February 2021 10:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post