System recording upload error

Hello,

I try to upload a 25 MB mp3 file with the “Add New System Recording” dialog. After I pressed submit, after some processing time I get this error message:
“There was an error, See the console for more details”
But I can’t find any error message. Nothing at the asterisk console, nothing on the apache2 logs.
What is going wrong?
Where I can find some hints?

When I upload a short mp3 file, it’s work fine.

I use the raspbx image with the PBX Version 15.0.16.81.

Thanks!
Best regards
Maik

check your memory and file sizesettings in the php.ini file used by your webserver

I’m not familiar with raspbx but see
https://wiki.freepbx.org/pages/viewpage.action?pageId=28770966

Hello,

thanks for the quick response.
This config already checked. The values are:

; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 120M

max_execution_time = 300
max_input_time = 600
memory_limit = 256M

There are other ideas?

Did you edit the right one ?

updatedb
locate php.ini

Sorry for my delayed answer. I miss the mail notification.

@dicko: yes I edit the right one. I checked the output of phpinfo(). updatedb & locate wasn’t install.

The php resources limit is not the problem.

After I browse to the mp3, I can see in the apache log, that the file is uploaded.
In the good case, I see after I press submit at the add form, I see also a data request in the apache log. But in the case, where I get a error message, I can’t see a data request to the apache log.
It’s look like there are going something wrong at the local JavaScript on the browser (I use firefox) …

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.