[ Post made via Android ]





Funny wrote: 27 Mar 2017, 11:48 Hi
I have updated with ftp
After the update via ftp you can not activate the extension (ftp program=filezilla)
Anything is not removed from the 1.0.0 version.
mg Funny![]()






it calls the php.ini that shows in the acp and grabs info from there.Puchahawa wrote: 27 Mar 2017, 23:38 Question about v1.01. When uploading a 4mb mp3 file on my live board I get this info at the time the file hits 100% upload.
error.png
The setting for the ext are:
upload setting.png
What is it looking at on the settings page to say a 2mb limit set when the next line says php.ini has a 20mb max set? And is that setting causing the info in the first pic? I have the ext set to upload mp3 and pdf files. Mp3 and pdf are set at 8mb max upload.
Previous mp3 problem came with these settings. I edited my test board to reflect these live board settings and it worked fine.
max_execution_time 300
post_max_size 21M
Code: Select all
$max_filesize = @ini_get('upload_max_filesize');

Then why does it give the file to big error if the max size in php.ini is 20mb?martin wrote: 28 Mar 2017, 01:08it calls the php.ini that shows in the acp and grabs info from there.Puchahawa wrote: 27 Mar 2017, 23:38 Question about v1.01. When uploading a 4mb mp3 file on my live board I get this info at the time the file hits 100% upload.
error.png
The setting for the ext are:
upload setting.png
What is it looking at on the settings page to say a 2mb limit set when the next line says php.ini has a 20mb max set? And is that setting causing the info in the first pic? I have the ext set to upload mp3 and pdf files. Mp3 and pdf are set at 8mb max upload.
Previous mp3 problem came with these settings. I edited my test board to reflect these live board settings and it worked fine.
max_execution_time 300
post_max_size 21M
Code: Select all
$max_filesize = @ini_get('upload_max_filesize');



You can't you can set file size in the acp but are limited by the max file size set by your host.Funny wrote: 28 Mar 2017, 01:22 A question ?
In which file can I increase the filesize of the fileupload on e.g. 20 MB
mg Funny


That's whats got memartin wrote: 28 Mar 2017, 02:25 You can check you php.ini file size in your acp click on php info and then scroll down


Am I just being dense or having a senior moment?martin wrote: 28 Mar 2017, 02:25 You can check you php.ini file size in your acp click on php info and then scroll down