Error when uploading files via manager

Summary

I can upload files via manager but it shows a popup “Error” and the message is “unknown” or the filename. I have to refresh the folder to see the new file. There is no error in the manager log. The Browser console returns a 500 server error (fileapi). I happens on each media source.

Expected behavior

Just upload without the error popup

Environment

Modx 3.0.4
PHP 8.1.26
MySQL 8.0.25
Apache

Is there an error message in the server error log?


Are there any plugins on your system that run on the event OnFileManagerUpload (or maybe OnFileManagerFileRename) and could cause the error?

1 Like

No server errors. But I found out that a plugin that I deinstalled and removed (FileSluggy) was still running on the events OnFileManager…
I reinstalled it, deinstalled and removed it again, everything works! Thanks!

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.