JamieKD
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to set featured image on postThe Debugging was of no use. Flagged up nothing.
I did however find the problem! 🙂
Having narrowed down my issue to changes within my custom theme, I began to revert important files to the originals and checking to see if the issue with the had been fixed.
When I replaced the functions.php with the original the problem was fixed! So it was then just a case of comparing the original file to my latest broken version and making changes to make it work again.
Forum: Fixing WordPress
In reply to: Unable to set featured image on postI just discovered this, looks like it may be the best way to troubleshoot my issue;
https://codex.ww.wp.xz.cn/Debugging_in_WordPressForum: Fixing WordPress
In reply to: Unable to set featured image on postP.s.
As mentioned before, despite recieving the error when trying to upload from the featured image popup, the image does actually upload and appears when I access the media library directly.
Forum: Fixing WordPress
In reply to: Unable to set featured image on postThanks for responding!
The error wasn’t very informative – like this;
http://www.geteverything.org/wp-content/uploads/2013/03/14.pngI would have presumed that file permissions would not be used on a local install, since the uploads folder is stored locally on my computer?