- Posts: 14
- Thank you received: 0
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.
Upload error 302 - mp3 and additional files
- Andy Prosser
-
Topic Author
- Offline
- New Member
-
Less
More
17 May 2014 07:43 #4586
by Andy Prosser
Upload error 302 - mp3 and additional files was created by Andy Prosser
I can ftp the files to calvary.org.uk/sermons but the upload isn't working for either the sermon upload or the additional files upload I get
Upload error: 302
Help!
I've spoken to Siteground our host and they say there's no limits in .htaccess, or PHP/Joomla that should cause this.
If you email me I'll send you login details.
Upload error: 302
Help!
I've spoken to Siteground our host and they say there's no limits in .htaccess, or PHP/Joomla that should cause this.
If you email me I'll send you login details.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
17 May 2014 10:40 #4587
by Thomas Hunziker
Replied by Thomas Hunziker on topic Upload error 302 - mp3 and additional files
302 usually means that there is a redirect somehow happening.
If you want to send me the credentials, you can either use the contact form or my email bakual@bakual.ch
If you want to send me the credentials, you can either use the contact form or my email bakual@bakual.ch
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
17 May 2014 12:58 #4589
by Thomas Hunziker
Replied by Thomas Hunziker on topic Upload error 302 - mp3 and additional files
The uploading is redirected to this page:
calvary.org.uk/mod_sec.html
So it looks like a server setting. Mod Security can have various rules. It's hard to say what exactly is triggering it
So it looks like a server setting. Mod Security can have various rules. It's hard to say what exactly is triggering it
Please Log in or Create an account to join the conversation.
- Andy Prosser
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 14
- Thank you received: 0
17 May 2014 15:17 #4590
by Andy Prosser
Replied by Andy Prosser on topic Upload error 302 - mp3 and additional files
FIXED!
For info I was able to disable the re-direct by putting this into .htaccess
<IfModule mod_security.c>
# Turn the filtering engine On or Off
SecFilterEngine Off
</IfModule>
Thanks for you help
Andy
For info I was able to disable the re-direct by putting this into .htaccess
<IfModule mod_security.c>
# Turn the filtering engine On or Off
SecFilterEngine Off
</IfModule>
Thanks for you help
Andy
Please Log in or Create an account to join the conversation.
- Andy Prosser
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 14
- Thank you received: 0
17 May 2014 15:25 #4591
by Andy Prosser
Replied by Andy Prosser on topic Upload error 302 - mp3 and additional files
Now to my next problem. The file upload limit!
Most of our sermons are 50Mb - 100Mb,
I've tried putting
Max_upload_limit to 250 in php.ini in (various places!)
Any thoughts appreciated.
Andy
Most of our sermons are 50Mb - 100Mb,
I've tried putting
Max_upload_limit to 250 in php.ini in (various places!)
Any thoughts appreciated.
Andy
Please Log in or Create an account to join the conversation.
- Andrei Chernyshev
-
- Offline
- Translator
-
17 May 2014 15:33 #4592
by Andrei Chernyshev
Replied by Andrei Chernyshev on topic Upload error 302 - mp3 and additional files
Try this.
upload_max_filesize=300M
I wouldn't disable whole engine, though it it's a useful mod, i'd find out which part of it is giving you issues.
upload_max_filesize=300M
I wouldn't disable whole engine, though it it's a useful mod, i'd find out which part of it is giving you issues.
Please Log in or Create an account to join the conversation.
Time to create page: 0.160 seconds