No Code Attached Yet Information Required
avatar N6REJ
N6REJ
27 Nov 2021

Steps to reproduce the issue

Upload an .mov or .mp4 via media manager

Expected result

video uploads and displays thumbnail

Actual result

if .mov nothing happens. It never fully completes.
Breifly flashes "content uploaded" then this is as far as it gets.
tested video size was 147mb changing php.ini to > 32mb ( 320mb) did not resolve the issue. Limit set in media manager config is "0"
image

if .mp4 it creates a folder by the same name of the video but doesn't list the video itself. The tree shows folder but the list on the right says image ->videoname
image

System information (as much as possible)

systeminfo-2021-11-27T18_23_38+00_00.txt

Additional comments

avatar N6REJ N6REJ - open - 27 Nov 2021
avatar joomla-cms-bot joomla-cms-bot - change - 27 Nov 2021
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 27 Nov 2021
avatar N6REJ
N6REJ - comment - 27 Nov 2021

Just tried it with a small 5mb video ( .mp4 ) and get an unknown error.. nothing showing with debug @ max
image

avatar N6REJ
N6REJ - comment - 27 Nov 2021

checked error logs an made sure upload size in template area was set to 320mb. Couldn't find a limit other then in media

[Sat Nov 27 12:07:52.209229 2021] [php:warn] [pid 13060:tid 1676] [client 127.0.0.1:50002] PHP Warning:  Unknown: POST Content-Length of 206781315 bytes exceeds the limit of 33554432 bytes in Unknown on line 0, referer: http://joomla-cms.local/administrator/index.php?option=com_media&path=local-images:/
[Sat Nov 27 12:07:52.209229 2021] [php:warn] [pid 13060:tid 1676] [client 127.0.0.1:50002] PHP Warning:  Cannot modify header information - headers already sent in Unknown on line 0, referer: http://joomla-cms.local/administrator/index.php?option=com_media&path=local-images:/
[Sat Nov 27 12:07:52.248736 2021] [php:warn] [pid 13060:tid 1676] [client 127.0.0.1:50002] PHP Warning:  session_name(): Session name cannot be changed after headers have already been sent in E:\\Development\\neard\\www\\joomla-cms\\libraries\\vendor\\joomla\\session\\src\\Storage\\NativeStorage.php on line 405, referer: http://joomla-cms.local/administrator/index.php?option=com_media&path=local-images:/
[Sat Nov 27 12:09:58.876287 2021] [php:warn] [pid 13060:tid 1804] [client 127.0.0.1:50098] PHP Warning:  Unknown: POST Content-Length of 206781315 bytes exceeds the limit of 33554432 bytes in Unknown on line 0, referer: http://joomla-cms.local/administrator/index.php?option=com_media&path=local-images:/
[Sat Nov 27 12:09:58.876287 2021] [php:warn] [pid 13060:tid 1804] [client 127.0.0.1:50098] PHP Warning:  Cannot modify header information - headers already sent in Unknown on line 0, referer: http://joomla-cms.local/administrator/index.php?option=com_media&path=local-images:/
[Sat Nov 27 12:09:58.924795 2021] [php:warn] [pid 13060:tid 1804] [client 127.0.0.1:50098] PHP Warning:  session_name(): Session name cannot be changed after headers have already been sent in E:\\Development\\neard\\www\\joomla-cms\\libraries\\vendor\\joomla\\session\\src\\Storage\\NativeStorage.php on line 405, referer: http://joomla-cms.local/administrator/index.php?option=com_media&path=local-images:/
[Sat Nov 27 12:22:37.291531 2021] [php:warn] [pid 13060:tid 1804] [client 127.0.0.1:60626] PHP Warning:  Unknown: POST Content-Length of 206781315 bytes exceeds the limit of 33554432 bytes in Unknown on line 0, referer: http://joomla-cms.local/administrator/index.php?option=com_media&path=local-images:/
[Sat Nov 27 12:22:37.291531 2021] [php:warn] [pid 13060:tid 1804] [client 127.0.0.1:60626] PHP Warning:  Cannot modify header information - headers already sent in Unknown on line 0, referer: http://joomla-cms.local/administrator/index.php?option=com_media&path=local-images:/
[Sat Nov 27 12:22:37.340041 2021] [php:warn] [pid 13060:tid 1804] [client 127.0.0.1:60626] PHP Warning:  session_name(): Session name cannot be changed after headers have already been sent in E:\\Development\\neard\\www\\joomla-cms\\libraries\\vendor\\joomla\\session\\src\\Storage\\NativeStorage.php on line 405, referer: http://joomla-cms.local/administrator/index.php?option=com_media&path=local-images:/
[Sat Nov 27 12:27:21.121345 2021] [php:error] [pid 12676:tid 1812] [client 127.0.0.1:64385] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 206781264 bytes) in E:\\Development\\neard\\www\\joomla-cms\\administrator\\components\\com_media\\src\\Controller\\ApiController.php on line 208, referer: http://joomla-cms.local/administrator/index.php?option=com_media&path=local-images:/
[Sat Nov 27 12:34:26.573814 2021] [php:error] [pid 12676:tid 1820] [client 127.0.0.1:51311] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 206781264 bytes) in E:\\Development\\neard\\www\\joomla-cms\\administrator\\components\\com_media\\src\\Controller\\ApiController.php on line 208, referer: http://joomla-cms.local/administrator/index.php?option=com_media&path=local-images:/
[Sat Nov 27 12:35:05.148085 2021] [php:error] [pid 12676:tid 1812] [client 127.0.0.1:51326] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 206781264 bytes) in E:\\Development\\neard\\www\\joomla-cms\\administrator\\components\\com_media\\src\\Controller\\ApiController.php on line 208, referer: http://joomla-cms.local/administrator/index.php?option=com_media&path=local-images:/

avatar Quy
Quy - comment - 31 Mar 2022

POST Content-Length of 206781315 bytes exceeds the limit of 33554432 bytes

I have no issues uploading MP4, MP3 files. Per the error log, it appears you are trying to upload a 206MB file but the limit is 32MB.

avatar Quy Quy - change - 31 Mar 2022
Labels Added: Information Required
avatar Quy Quy - labeled - 31 Mar 2022
avatar brianteeman
brianteeman - comment - 15 Apr 2022

This should be closed

avatar Quy Quy - change - 15 Apr 2022
Status New Closed
Closed_Date 0000-00-00 00:00:00 2022-04-15 10:38:29
Closed_By Quy
avatar Quy Quy - close - 15 Apr 2022
avatar Quy Quy - close - 15 Apr 2022

Add a Comment

Login with GitHub to post a comment