T topogigio Member Jun 17, 2019 68 0 6 58 Jul 28, 2023 #1 When I upload a new file in Recordings, GUI does nothing. No entry is created, no file is saved on the server. I haven't any browser error or http error. FusionPBX 5.0.1 on debian 11 any idea? thanks
When I upload a new file in Recordings, GUI does nothing. No entry is created, no file is saved on the server. I haven't any browser error or http error. FusionPBX 5.0.1 on debian 11 any idea? thanks
A agree Member Aug 26, 2018 135 24 18 Aug 3, 2023 #2 I've seen this when the uploaded file exceeds the php upload size limit. You can configure this in the php.ini file.
I've seen this when the uploaded file exceeds the php upload size limit. You can configure this in the php.ini file.
T topogigio Member Jun 17, 2019 68 0 6 58 Aug 3, 2023 #3 It was my same idea, so I tried with a file of about 70KB and it was the same
Dast Member Nov 11, 2019 65 11 8 Aug 23, 2023 #4 It could be a file system permission issue. This one-liner should fix ownership, incase that's the issue. Bash: chown $(stat -c "%u:%g" /proc/$(pgrep -f freeswitch)/) -R /var/lib/freeswitch/recordings/
It could be a file system permission issue. This one-liner should fix ownership, incase that's the issue. Bash: chown $(stat -c "%u:%g" /proc/$(pgrep -f freeswitch)/) -R /var/lib/freeswitch/recordings/
T topogigio Member Jun 17, 2019 68 0 6 58 Aug 23, 2023 #5 Nothing however owner on subfolders was freeswitch:freeswitch also before to run the command, and after seems unchanged
Nothing however owner on subfolders was freeswitch:freeswitch also before to run the command, and after seems unchanged
T topogigio Member Jun 17, 2019 68 0 6 58 Sep 21, 2023 #6 just upgraded to 5.1, reapplied permissions, etc. still I have the problem
Dast Member Nov 11, 2019 65 11 8 Sep 26, 2023 #7 I would try checking your /var/log/nginx/error.log file, it might give you some clues.