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.

"Upload is limited to 8M by your PHP settings"

More
16 Jun 2013 04:58 - 16 Jun 2013 04:59 #3583 by Bin Liang
I always got this message "Upload is limited to 8M by your PHP settings" even after I changed file upload limit in php.ini at the sermonspeaker mp3 folder and Joomla instance root.

Here are the code:

upload_max_filesize = 600M
post_max_size = 600M

I also updated .htaccess file at Joomla instance root

php_value upload_max_filesize 600M
php_value post_max_size 600M

Please advise what else I can do to increase the limit. I tried uploading 40+mb file; it failed.
Last edit: 16 Jun 2013 04:59 by Bin Liang.

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

More
16 Jun 2013 10:21 #3584 by Thomas Hunziker
The code checks the values of "post_max_size" and "upload_max_filesize" during runtime and show the smaller of both.

You can also check in the Joomla backend in the system informations.

Apparently there is an additional php.ini or .htaccess file that gets parsed which overwrites your settings.

It's a bit hard to troubleshoot your server configuration further from my place :-)

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

Time to create page: 0.285 seconds
Powered by Kunena Forum