Joomla 6?
11 Nov 2025 21:33 - 11 Nov 2025 21:35 #8430
by Mishaël
Now I have this error when I call index.php?option=com_sermonspeaker&view=sermons: 0 Class "SermonspeakerHelperSermonspeaker" not found
And this error when I try to add a sermon: 0 Call to undefined method Joomla\Database\Mysqli\MysqliQuery::castAsChar()
And this error when I try to add a sermon: 0 Call to undefined method Joomla\Database\Mysqli\MysqliQuery::castAsChar()
Last edit: 11 Nov 2025 21:35 by Mishaël .
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
11 Nov 2025 21:36 #8431
by Thomas Hunziker
Replied by Thomas Hunziker on topic Joomla 6?
Do you have a custom layout? Then you need to adjust that classname in it. It would be called "Sermonspeaker\Component\Sermonspeaker\Site\Helper\SermonspeakerHelper" now.
If it's not a custom layout, which one are you using?
If it's not a custom layout, which one are you using?
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
11 Nov 2025 21:40 - 11 Nov 2025 21:41 #8432
by Thomas Hunziker
Replied by Thomas Hunziker on topic Joomla 6?
"->castAsChar" was removed in Joomla 6. You have to change it to "->castAs('CHAR', ...)".
But I never used that in SermonSpeaker, so that would be some custom code somewhere. Wait, I found it. It is in the finder plugin which I haven't converted to Joomla 6 yet. So you can disable the sermonspeaker finder plugin for now and the error should be gone.
Last edit: 11 Nov 2025 21:41 by Thomas Hunziker.
Please Log in or Create an account to join the conversation.
11 Nov 2025 21:41 #8434
by Mishaël
I'll have to look it up because I don't know what it is or where it might be."->castAsChar" was removed in Joomla 6. You have to change it to "->castAs('CHAR', ...)".
But I never used that in SermonSpeaker, so that would be some custom code somewhere.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
11 Nov 2025 21:45 #8435
by Thomas Hunziker
Replied by Thomas Hunziker on topic Joomla 6?
Which Layout are you using for the sermons list? Table, list, blog, tiles or columns.
What happens if you choose a different layout in the SermonSpeaker options?
Maybe you also once accidentaly created an override in the Joomla Override manager. Then you can just delete that one there.
What happens if you choose a different layout in the SermonSpeaker options?
Maybe you also once accidentaly created an override in the Joomla Override manager. Then you can just delete that one there.
Please Log in or Create an account to join the conversation.
Time to create page: 0.234 seconds