Advertisement
Uploading Media larger than 500 MB silent fails
Moderator: General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
-
- Joomla! Apprentice
- Posts: 5
- Joined: Tue Sep 17, 2024 5:11 pm
Uploading Media larger than 500 MB silent fails
Ever since upgrading to 5x we are no longer able to upload files larger than about 500 MB. Anything larger than that the blue line goes across the top of the file area, but then it stops and the file never appears in the media folder.
It is not a space issue, as we can upload multiple 500 MB images. But cannot upload a single 800 MB image.
There is no error message.
Anyone have any suggestions?
It is not a space issue, as we can upload multiple 500 MB images. But cannot upload a single 800 MB image.
There is no error message.
Anyone have any suggestions?
Advertisement
-
- Joomla! Apprentice
- Posts: 5
- Joined: Tue Sep 17, 2024 5:11 pm
Re: Uploading Media larger than 500 MB silent fails
Followup, the same problem occurs on a fresh install of Joomla 5.1.4 on the same hosting.
Uploading files via the hosting file manager works fine.
Uploading files via the hosting file manager works fine.
-
- Joomla! Champion
- Posts: 6348
- Joined: Tue Aug 23, 2005 1:56 pm
- Location: South coast, UK
- Contact:
Re: Uploading Media larger than 500 MB silent fails
What are the upload limits in your php version?
https://gadsolutions.biz Electrical services
https://electrical-testing-safety.co.uk Testing services
https://electrical-testing-safety.co.uk Testing services
-
- Joomla! Apprentice
- Posts: 5
- Joined: Tue Sep 17, 2024 5:11 pm
Re: Uploading Media larger than 500 MB silent fails
post_max_size = 32M
upload_max_filesize = 32M
Changing those to 50M, 64M, or 5000M does not seem to allow an 800M file to upload, but the default (32M) does allow a 500M file to upload.
upload_max_filesize = 32M
Changing those to 50M, 64M, or 5000M does not seem to allow an 800M file to upload, but the default (32M) does allow a 500M file to upload.
-
- Joomla! Champion
- Posts: 6348
- Joined: Tue Aug 23, 2005 1:56 pm
- Location: South coast, UK
- Contact:
Re: Uploading Media larger than 500 MB silent fails
How are you uploading these files?
https://gadsolutions.biz Electrical services
https://electrical-testing-safety.co.uk Testing services
https://electrical-testing-safety.co.uk Testing services
-
- Joomla! Apprentice
- Posts: 5
- Joined: Tue Sep 17, 2024 5:11 pm
Re: Uploading Media larger than 500 MB silent fails
From Content -> Media -> Upload
-
- Joomla! Champion
- Posts: 6348
- Joined: Tue Aug 23, 2005 1:56 pm
- Location: South coast, UK
- Contact:
Re: Uploading Media larger than 500 MB silent fails
How you upload 5ooMB files with post_max_size = 32M , upload_max_filesize = 32M is beyond my understanding.
https://gadsolutions.biz Electrical services
https://electrical-testing-safety.co.uk Testing services
https://electrical-testing-safety.co.uk Testing services
-
- Joomla! Apprentice
- Posts: 5
- Joined: Tue Sep 17, 2024 5:11 pm
Re: Uploading Media larger than 500 MB silent fails
It would help if I double checked my posts...
Should read 500 KB, not MB.
Sorry everyone. (500 MB would be pretty ridiculous for a web image.)
I think I should probably just repost...
Should read 500 KB, not MB.
Sorry everyone. (500 MB would be pretty ridiculous for a web image.)
I think I should probably just repost...
- AMurray
- Joomla! Master
- Posts: 10196
- Joined: Sat Feb 13, 2010 7:35 am
- Location: Australia
Re: Uploading Media larger than 500 MB silent fails
No need to repost - continue the discussion here.
32M/32M has you have stated should be more than enough for your 500k files.
Note that Media Manager should have its own file upload limit option which aligns to the server's limits e.g. you can set the file size to say 10M but shouldn't be more than the server's 32M setting. Perhaps that is the problem - check the media manager setting.
The alternative, is to upload those files via another method e.g. an FTP program or the file manager in your web hosting cPanel.
If you are certain you have set the setting correctly in cPanel (PHP settings), check with your web host - they can review server logs to find any additional reason you might not be aware of for the failure to upload a 500K file where the limits are 32M (as far as you're aware). Perhaps some other global php.ini file is overriding your own settings, a file you have not access to modify.
However, it is strange the problem has occurred following your update to 5.x if it was working fine under 4.x or earlier.
32M/32M has you have stated should be more than enough for your 500k files.
Note that Media Manager should have its own file upload limit option which aligns to the server's limits e.g. you can set the file size to say 10M but shouldn't be more than the server's 32M setting. Perhaps that is the problem - check the media manager setting.
The alternative, is to upload those files via another method e.g. an FTP program or the file manager in your web hosting cPanel.
If you are certain you have set the setting correctly in cPanel (PHP settings), check with your web host - they can review server logs to find any additional reason you might not be aware of for the failure to upload a 500K file where the limits are 32M (as far as you're aware). Perhaps some other global php.ini file is overriding your own settings, a file you have not access to modify.
However, it is strange the problem has occurred following your update to 5.x if it was working fine under 4.x or earlier.
Regards - A Murray
General Support Moderator
General Support Moderator
- Webdongle
- Joomla! Master
- Posts: 44566
- Joined: Sat Apr 05, 2008 9:58 pm
Re: Uploading Media larger than 500 MB silent fails
Perhaps it's time for https://forumpostassistant.github.io/docs/
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
Advertisement