dressina
Member
Posted 1 year ago #
Hello all! I'm stumped as to why my images are broken only in my administration console, when editing / creating posts. The images end up displaying fine on my actual blog. Please see the image at this link for an example of how it appears. I *think* that this happened when I attempted to change my permalink structure, although I never actually got it working right, so I reverted:
broken image
Thanks so much in advance for any suggestions,
Aaron
-First try adding this to the wp-config.php: define('CONCATENATE_SCRIPTS', false); before this line: require_once. First, make sure that your browser has JavaScript enabled.
Documentation: http://codex.wordpress.org/Editing_wp-config.php#Disable_Javascript_Concatenation
dressina
Member
Posted 11 months ago #
I tried that but it didn't work. Thank you for the suggestion. Here is what I have found, when I inspect a broken image in the browser, I see that the relative URL to the images are incorrect. For example, the image URL is:
src="wp-content/uploads/p2/flashheader1_1247349667.jpg?92"
when I change it to the following, the image shows up correctly:
src="../wp-content/uploads/p2/flashheader1_1247349667.jpg?92"
Ideas?
Thanks,
Aaron