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.
Saving and Deleting sermons
- Andrei Chernyshev
-
Topic Author
- Offline
- Translator
-
Less
More
17 Feb 2015 15:10 - 17 Feb 2015 15:13 #5070
by Andrei Chernyshev
Saving and Deleting sermons was created by Andrei Chernyshev
Hi THomas,
On one of the sites when we save new sermon we get this error.
Notice: Undefined variable: catids in /home/zzz/public_html/plugins/content/autotweetsermonspeaker/autotweetsermonspeaker.php on line 187
Fatal error: Call to undefined method JApplicationAdministrator::getParams() in /home/zzz/public_html/components/com_sermonspeaker/helpers/sermonspeaker.php on line 38
and when we delete it we get this one. any idea what's going on?
Error
Unknown column 'a.access' in 'field list' SQL=SELECT a.id,a.state AS state, c.published AS cat_state,a.access, c.access AS cat_access FROM aatpw_sermon_sermons AS a LEFT JOIN aatpw_categories AS c ON c.id = a.catid WHERE a.id = 11116
I've updated to latest component and plugin version and still same issues.
Have a blessed day.
On one of the sites when we save new sermon we get this error.
Notice: Undefined variable: catids in /home/zzz/public_html/plugins/content/autotweetsermonspeaker/autotweetsermonspeaker.php on line 187
Fatal error: Call to undefined method JApplicationAdministrator::getParams() in /home/zzz/public_html/components/com_sermonspeaker/helpers/sermonspeaker.php on line 38
and when we delete it we get this one. any idea what's going on?
Error
Unknown column 'a.access' in 'field list' SQL=SELECT a.id,a.state AS state, c.published AS cat_state,a.access, c.access AS cat_access FROM aatpw_sermon_sermons AS a LEFT JOIN aatpw_categories AS c ON c.id = a.catid WHERE a.id = 11116
I've updated to latest component and plugin version and still same issues.
Have a blessed day.
Last edit: 17 Feb 2015 15:13 by Andrei Chernyshev.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
17 Feb 2015 15:34 #5071
by Thomas Hunziker
Replied by Thomas Hunziker on topic Saving and Deleting sermons
The notice one should be fixed with
github.com/Bakual/SermonSpeaker/commit/9...d9947ea222a013d1fac4
.
The fatal error is fixed with github.com/Bakual/SermonSpeaker/commit/f...a12dcd88423b25581abf
The last one comes from the finder plugin. Should be fixed with github.com/Bakual/SermonSpeaker/commit/f...aba70e835eaeb2436c99
I think I wanted to release a new version when 3.4.0 is released, but since that got delayed that much, I forgot about those fixes.
You can try with the attached versions if it works.
The fatal error is fixed with github.com/Bakual/SermonSpeaker/commit/f...a12dcd88423b25581abf
The last one comes from the finder plugin. Should be fixed with github.com/Bakual/SermonSpeaker/commit/f...aba70e835eaeb2436c99
I think I wanted to release a new version when 3.4.0 is released, but since that got delayed that much, I forgot about those fixes.
You can try with the attached versions if it works.
Please Log in or Create an account to join the conversation.
- Andrei Chernyshev
-
Topic Author
- Offline
- Translator
-
17 Feb 2015 15:38 - 17 Feb 2015 15:38 #5072
by Andrei Chernyshev
Replied by Andrei Chernyshev on topic Saving and Deleting sermons
thanks that fixed it. when in sermons list i click on publish unpublish button is see this sql message
but that's a different bug
Error
Unknown column 'a.access' in 'field list' SQL=SELECT a.id,a.state AS state, c.published AS cat_state,a.access, c.access AS cat_access FROM aapw_sermon_sermons AS a LEFT JOIN aatpw_categories AS c ON c.id = a.catid WHERE a.id = 11119
but that's a different bug
Error
Unknown column 'a.access' in 'field list' SQL=SELECT a.id,a.state AS state, c.published AS cat_state,a.access, c.access AS cat_access FROM aapw_sermon_sermons AS a LEFT JOIN aatpw_categories AS c ON c.id = a.catid WHERE a.id = 11119
Last edit: 17 Feb 2015 15:38 by Andrei Chernyshev.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
17 Feb 2015 15:51 #5073
by Thomas Hunziker
Replied by Thomas Hunziker on topic Saving and Deleting sermons
Should be the one fixed with the finder plugin, or not?
Can you try what happens if you disable the SermonSpeaker finder plugin?
Can you try what happens if you disable the SermonSpeaker finder plugin?
Please Log in or Create an account to join the conversation.
- Andrei Chernyshev
-
Topic Author
- Offline
- Translator
-
17 Feb 2015 15:57 #5074
by Andrei Chernyshev
Replied by Andrei Chernyshev on topic Saving and Deleting sermons
Nope it still does it. in plugins screen if you disable it or enable it along with search plugin you get same message.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
17 Feb 2015 16:11 #5075
by Thomas Hunziker
Replied by Thomas Hunziker on topic Saving and Deleting sermons
Ouch, my fault. My local branch here at work was quite old it seems.
Try this one:
Try this one:
Please Log in or Create an account to join the conversation.
Time to create page: 0.188 seconds