Hi,
sorry but this error message is only in your languages files and source code.
As I said in my first post, no problem whem I use the wordpress media library.
I can tell you, that when I upload a file, it calls admin-ajax.php and it answer is “-3”.
Loonking up your source code, seems to come from :
AuthorDashboard.php
341: die(‘-3’);
348: die(‘-3’);
Or maybe :
Admin/Menu/Packages.php
145: if(WPDM()->fileSystem->isBlocked($name, $_FILES[‘package_file’][‘tmp_name’])) die(‘-3’);
199: die(‘-3’);
206: die(‘-3’.$destFilePath);
Hope it can help.