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.
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
Uploading sermon please help
- David
- Topic Author
- Visitor
21 Jan 2011 22:30 - 21 Jan 2011 22:55 #101
by David
Uploading sermon please help was created by David
Please help I am new to web site development. I get a file too large error when i try to upload sermon Im sorry i have 3.4.3 version.... Not sure where to change values for larger uploads?
Last edit: 21 Jan 2011 22:55 by David . Reason: more info
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
Less
More
22 Jan 2011 07:41 #104
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Uploading sermon please help
This is probably due to a setting in the php.ini. Look in the
Documentation
and see the second paragraph "Setting up your configuration".
If you have a hosted server, you may have to ask the hoster.
Or you have to upload the files with ftp or make them smaller
If you have a hosted server, you may have to ask the hoster.
Or you have to upload the files with ftp or make them smaller
Please Log in or Create an account to join the conversation.
- Rev. Joel A. Brondos
- Offline
- Junior Member
Less
More
- Posts: 20
- Thank you received: 0
04 Feb 2011 21:30 #227
by Rev. Joel A. Brondos
Replied by Rev. Joel A. Brondos on topic Re: Uploading sermon please help
I had the same problem. I use a Joomla site hosted on GoDaddy and their tech support helped me by sending 4 lines of code which I could add to my php.ini file.
I was frustrated at first because this wasn't working very well either -- and it turns out that there was one additional twist: GoDaddy had updated me from PHP4 to PHP5. I found out (with their guidance) that the php.ini file NOW had to be renamed php5.ini!
Here are the lines they sent me, but I changed the max file sizes to 45M instead of 10M (even though I don't think I've ever tried to upload anything larger than 20).
memory_limit = 50M
post_max_size = 10M
file_uploads = On
upload_max_filesize = 10M
Now, when I use the Sermon Speaker front end to upload sermons, it works. However, with files that are about 12 Mb, the TAB at the top says "Loading . . ." for about 3 minutes before the next Sermon Speaker page came up which allows me to enter in all the pertinent data. I had to learn to be a little patient.
I was frustrated at first because this wasn't working very well either -- and it turns out that there was one additional twist: GoDaddy had updated me from PHP4 to PHP5. I found out (with their guidance) that the php.ini file NOW had to be renamed php5.ini!
Here are the lines they sent me, but I changed the max file sizes to 45M instead of 10M (even though I don't think I've ever tried to upload anything larger than 20).
memory_limit = 50M
post_max_size = 10M
file_uploads = On
upload_max_filesize = 10M
Now, when I use the Sermon Speaker front end to upload sermons, it works. However, with files that are about 12 Mb, the TAB at the top says "Loading . . ." for about 3 minutes before the next Sermon Speaker page came up which allows me to enter in all the pertinent data. I had to learn to be a little patient.
Please Log in or Create an account to join the conversation.
Time to create page: 0.094 seconds