• Resolved onerock

    (@onerock)


    I am having a problem with the built-in image editor that I cannot seem to find the root cause.

    The problem is found with the following steps, click Media > Library > select any image > Edit Image. I get the broken image icon where the image that is to be edited should be.

    Error Screenshot

    Here is the permalink referenced in the screenshot. The image appears in the permalink.

    This was an issue for the site when it was at version 3.8.5. Assuming there was a corrupted core file, I thought that it would “fix” itself after updating to version 4.1, but it didn’t.

    What can I try to correct this issue?

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Thread Starter onerock

    (@onerock)

    Troubleshooting Update – I have went through the Fuctions.php as best I could to see if there were no extra blank line between back to back PHP code.

    <?php function(){ ... } ?>
    
    <?php function(){ ... } ?>

    None were found.

    I then disabled all of my plugins by changing the name of plugins folder to “plugins-disable” and verified all plugins were disabled in the admin panel. The issue was not corrected after the plugins were disabled.

    I remembered the previous site designer edited the header.php to add various items and I found the problem.

    <?php function(){ ... } ?>
    
    <?php function(){ ... } ?>

    Removed the extra blank line and the problem was solved.

Viewing 1 replies (of 1 total)
  • The topic ‘"Edit Media" image missing’ is closed to new replies.