- Posts: 1
- Thank you received: 0
Support for SermonSpeaker 5.x is in bugfix mode only, the same as it is for Joomla 3.10.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.
warning on all sermon page
26 Sep 2013 18:11 - 26 Sep 2013 18:35 #3903
by Dave
warning on all sermon page was created by Dave
I am using Joomla! version, 3.1.5 and sermon speaker 5
on the all sermons page I get the following warning
Warning: reset() expects parameter 1 to be array, boolean given in /.../components/com_sermonspeaker/helpers/route.php on line 351
on the all sermons page I get the following warning
Warning: reset() expects parameter 1 to be array, boolean given in /.../components/com_sermonspeaker/helpers/route.php on line 351
Last edit: 26 Sep 2013 18:35 by Thomas Hunziker.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
26 Sep 2013 18:26 #3905
by Thomas Hunziker
Replied by Thomas Hunziker on topic warning on all sermon page
Just to verify. Did you create a menu item for SermonSpeaker yet?
So far I can reproduce the error, but only if there is no menu item created.
So far I can reproduce the error, but only if there is no menu item created.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
26 Sep 2013 18:36 #3906
by Thomas Hunziker
Replied by Thomas Hunziker on topic warning on all sermon page
Can you edit the file /components/com_sermonspeaker/helpers/route.php. Change the line 350 from
to
That should fix it I think.
Code:
$first = reset(self::$lookup[$language]);
to
Code:
$first = self::$lookup[$language];
That should fix it I think.
Please Log in or Create an account to join the conversation.
Time to create page: 0.112 seconds