Solved FileManager upload 500 Internal Server Error

Access_Denied

Verified User
Joined
Sep 7, 2021
Messages
19
Hello. Cannot upload any files with Filemanager in 1.677.
The Internal error.
"500" error in /var/log/directadmin/access.log with POST /api/filemanager/upload.
 
Hi, please check the service logs with the following command:

Code:
# all the logs
journalctl -u directadmin

# or live log tailing
journalctl -u directadmin -f

Every time DA returns internal server error to the user it will log more details in the error log for the server admin.
 
Hello. Error:
uploading file to filemanager error=request failed, check 'journalctl -u [email protected]' for more information: Post "http://unix/FilemanagerUploadChrootHome": failed to restart userd socket: dial unix /var/run/dbus/system_bus_socket: connect: connection refused req-uri=/api/filemanager/upload?dir=%2Fdomains%2Fnooo.com%2Fpublic_html&overwrite=false req-user=admin|user1
Then i restart dbus and now there are no errors.
Maybe, we need add dbus to service monitor.
Thank you!
 
  • Like
Reactions: fln
Back
Top