Hey,
I just fixed this, I had to make a change to the wp-admin.php file
The path to the upload directory was incorrect
I added the code:
define ('UPLOADS', 'wp-content / uploads');
This code must be inserted before the line:
require_once (ABSPATH. 'wp-settings.php');
It’s solved, I hope this can help someone with the same problem