prometheus512
Forum Replies Created
-
Thank you so much! That helped to clarify things!
Forum: Fixing WordPress
In reply to: Receiving JSON error when trying to upload imagesIt did not. One file is “pic-header-e1571304962822.png” and the other is “undraw_working_late_pukg.svg”.
Okay, I’ll take a look at that and see what warning come up. Thanks
Forum: Fixing WordPress
In reply to: Receiving JSON error when trying to upload imagesI 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.”
Forum: Fixing WordPress
In reply to: Receiving JSON error when trying to upload imagesThank you so much Ashish! This has really helped me pinpoint the problem. I’ll hopefully be able to fix it by the end of the day tomorrow.