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.

Backend Uploading

More
12 Sep 2011 13:16 #1049 by Andrei Chernyshev
I'm getting access denied message when i try to upload mp3 through back end.

Please Log in or Create an account to join the conversation.

More
12 Sep 2011 15:49 - 12 Sep 2011 15:50 #1050 by Thomas Hunziker
Ah I see. I more or less copied the stuff from the frontend uploader and added it to the backend. Looks like the setting "Enable Frontend Upload" is in the checks as well, which doesn't make sense for the backend.

You can either enable the Frontend Uploader or change the following code to fix it:

/administrator/components/com_sermonspeaker/controllers/file.json.php

around line #82 change
Code:
} elseif (!$params->get('fu_enable') || !$user->authorise('core.create', 'com_sermonspeaker')) {
to
Code:
} elseif (!$user->authorise('core.create', 'com_sermonspeaker')) {

You can usually safely enable the Frontend Uploader, it will still check if the logged in user is allowed to create a sermon. Which shouldn't be to many people on a standard Joomla installation (default is "Author" and higher).
Last edit: 12 Sep 2011 15:50 by Thomas Hunziker.

Please Log in or Create an account to join the conversation.

Time to create page: 0.096 seconds
Powered by Kunena Forum