- Posts: 46
- 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.
Sermon Manager - missing names of files
17 Jan 2017 04:59 #6440
by Radovan
Replied by Radovan on topic Sermon Manager - missing names of files
Hi, yes, interesting way.... and working (search)
. Great job.
2 more things for version "com_sermonspeaker-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21.zip":
Radovan

2 more things for version "com_sermonspeaker-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21.zip":
- there is missing text string in the hint if you move mouse over "search" input (see attachment)
- if you want to open (detail) sermon, there is again bug "Fatal error: Call to undefined method JApplicationAdministrator::isClient() in /www/r/-/u28922/public_html/_sub/radiologos2017/administrator/components/com_sermonspeaker/models/fields/speakerlist.php on line 51"
Radovan
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
17 Jan 2017 09:40 #6443
by Thomas Hunziker
Replied by Thomas Hunziker on topic Sermon Manager - missing names of files
Looks like I attached a wrong version then. Can you try this one?
Please Log in or Create an account to join the conversation.
17 Jan 2017 16:50 #6447
by Radovan
Replied by Radovan on topic Sermon Manager - missing names of files
Hi, no, there is no change (com_sermonspeaker-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22.zip).
Still missing hint string (mose over search) and there is error: Fatal error: Call to undefined method JApplicationAdministrator::isClient() in /www/r/-/u28922/public_html/_sub/radiologos2017/administrator/components/com_sermonspeaker/models/fields/speakerlist.php on line 51
Do you need some other informations as PHP or mysql?
Radovan
Still missing hint string (mose over search) and there is error: Fatal error: Call to undefined method JApplicationAdministrator::isClient() in /www/r/-/u28922/public_html/_sub/radiologos2017/administrator/components/com_sermonspeaker/models/fields/speakerlist.php on line 51
Do you need some other informations as PHP or mysql?
Radovan
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
17 Jan 2017 17:37 #6448
by Thomas Hunziker
Replied by Thomas Hunziker on topic Sermon Manager - missing names of files
I found the issue for the fatal error. I thought I reverted the particular change but apparently it sneaked back in 
I don't know why there is no translated tooltip. It works in my case.

I don't know why there is no translated tooltip. It works in my case.
Please Log in or Create an account to join the conversation.
18 Jan 2017 05:58 #6449
by Radovan
Replied by Radovan on topic Sermon Manager - missing names of files
Hi Thomas,
- Version "com_sermonspeaker-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23" is now OK. Thanks for the fix of that error. Will be this version as an next official version (v5.5.5) of SermonSpeaker?
- the issue with missing hint over search field is simple: S.Speaker use two places for language strings. I don't why.
Joomla use "language" and "administrator/language" folders for language files. But S.Speaker use another place "administrator/components/com_sermonspeaker/language/" and "components/com_sermonspeaker/language/" too.
After copying language file from "com_sermonspeaker-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23.zip" for english in to the "administrator/language/en-GB/" - that hint is there correctly displayed. Joomla is probably using "administrator/language/en-GB/" and not "administrator/components/com_sermonspeaker/language/" folders for JQuery (language strings).
Best way will be remove language folders "administrator/components/com_sermonspeaker/language/" and "components/com_sermonspeaker/language/" and leave only joomla folders for SermonSpeaker language files. It will be also easier to edit only 1 place (joomla native language folders) for language strings and not 2 (joomla and sermonspeaker lang. folders).
Radovan
- Version "com_sermonspeaker-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23" is now OK. Thanks for the fix of that error. Will be this version as an next official version (v5.5.5) of SermonSpeaker?
- the issue with missing hint over search field is simple: S.Speaker use two places for language strings. I don't why.
Joomla use "language" and "administrator/language" folders for language files. But S.Speaker use another place "administrator/components/com_sermonspeaker/language/" and "components/com_sermonspeaker/language/" too.
After copying language file from "com_sermonspeaker-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23.zip" for english in to the "administrator/language/en-GB/" - that hint is there correctly displayed. Joomla is probably using "administrator/language/en-GB/" and not "administrator/components/com_sermonspeaker/language/" folders for JQuery (language strings).
Best way will be remove language folders "administrator/components/com_sermonspeaker/language/" and "components/com_sermonspeaker/language/" and leave only joomla folders for SermonSpeaker language files. It will be also easier to edit only 1 place (joomla native language folders) for language strings and not 2 (joomla and sermonspeaker lang. folders).
Radovan
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
18 Jan 2017 08:20 #6451
by Thomas Hunziker
Replied by Thomas Hunziker on topic Sermon Manager - missing names of files
Please delete the SermonSpeaker language files in /administrator/language/en-GB and /language/en-GB. Those are wrong.
To give a bit background: Joomla looks up different folders for existing language files. First it looks in the global language folder (language/en-GB and administrator/language/en-GB respectively), if the file isn't found there it looks in the component specific language folders (eg components/com_sermonspeaker/language/en-GB).
This has several advantages:
* It allows for overriding of the extension specific language files. Just copy it to the global folder and adjust as needed.
* It allows extensions to ship all translations instead of only those installed in the system
So basically, language files should be contained in the extension folder. Except if we're talking about language packs, those should go into the global folder.
To give a bit background: Joomla looks up different folders for existing language files. First it looks in the global language folder (language/en-GB and administrator/language/en-GB respectively), if the file isn't found there it looks in the component specific language folders (eg components/com_sermonspeaker/language/en-GB).
This has several advantages:
* It allows for overriding of the extension specific language files. Just copy it to the global folder and adjust as needed.
* It allows extensions to ship all translations instead of only those installed in the system
So basically, language files should be contained in the extension folder. Except if we're talking about language packs, those should go into the global folder.
Please Log in or Create an account to join the conversation.
Time to create page: 0.165 seconds