- Posts: 13
- Thank you received: 0
Support for SermonSpeaker 4.x is canceled as it is for Joomla 2.5. I will gladly assist you with minor issues but I will not fix any bugs anymore in this releases.
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
Joomla Cache and Sermonspeaker rss feeds
- Keith Sorbo
-
Topic Author
- Offline
- New Member
-
Less
More
31 Aug 2011 16:44 #1008
by Keith Sorbo
Joomla Cache and Sermonspeaker rss feeds was created by Keith Sorbo
I have found that when I enable any of the Joomla caches (cache via the global variables or system plugin page cache), selecting the rss feed throws an error:
I am using Joomla 1.7.0 and Sermonspeaker 4.1
Code:
PHP Fatal error: Call to undefined method JDocumentRaw::getHeadData() in <myserver>\libraries\joomla\cache\cache.php on line 502
I am using Joomla 1.7.0 and Sermonspeaker 4.1
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
31 Aug 2011 17:53 - 31 Aug 2011 17:54 #1013
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Joomla Cache and Sermonspeaker rss feeds
In my opinion that's a bug in Joomla 1.7. I've opened a tracker item:
joomlacode.org/gf/project/joomla/tracker...racker_item_id=26721
You can fix it by changing line 501 in libraries/joomla/cache/cache.php from
to
But it will be overwritten with the next Joomla update (hopefully fixed, but you never know)
joomlacode.org/gf/project/joomla/tracker...racker_item_id=26721
You can fix it by changing line 501 in libraries/joomla/cache/cache.php from
Code:
if ($loptions['nohead'] != 1) {
Code:
if ($loptions['nohead'] != 1 && method_exists($document, 'getHeadData')) {
But it will be overwritten with the next Joomla update (hopefully fixed, but you never know)
Last edit: 31 Aug 2011 17:54 by Thomas Hunziker.
Please Log in or Create an account to join the conversation.
- Andrei Chernyshev
-
- Offline
- Translator
-
03 Sep 2011 13:01 #1015
by Andrei Chernyshev
Replied by Andrei Chernyshev on topic Re: Joomla Cache and Sermonspeaker rss feeds
from what I've noticed with 1.5 on various sites that i help out is that cache is useless. after a time pages become misaligned. different modules show up on different pages on different browsers. CSS does not work 100% of the time. I hope 1.7 is better at handling this.
Please Log in or Create an account to join the conversation.
Time to create page: 0.138 seconds