I checked my php logs and got this error: ?DISALLOW_FILE_EDIT?
I learned that error was being caused by this line of code being repeated in my WordPress file system define( ‘DISALLOW_FILE_EDIT’, true );
I found it in wp-config.php and functions.php and removed it from functions.php.
I thought this would fix it but now I’m getting this error: “Unexpected response from the server. The file may have been uploaded successfully. Check in the Media Library or reload the page.”