• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    -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: https://codex.www.ads-software.com/Editing_wp-config.php#Disable_Javascript_Concatenation

    Thread Starter dressina

    (@dressina)

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images Broken in Admin Console’ is closed to new replies.