• kchasarik

    (@kchasarik)


    The media editor in wordpress has not been loading since I’ve updated wordpress. The page for editing images loads when going directly to wp-admin/upload.php but will not load when trying to edit a featured image.

    Tried deactivating all plugins
    Checked .htaccess for any restrictions/rules that could affect the visual editor.
    Used different browsers (Chrome, Firefox, Internet Explorer, Safari etc…)
    Added define(‘CONCATENATE_SCRIPTS’, false ); to wp-config.php
    Changed PHP versions to 5.6.27, then to 7.1.0 RC

    In console it is showing that it has failed to load resource.

    POST /wp-admin/admin-ajax.php 500 (Internal Server Error)
    (anonymous) @ VM1328:1
    send @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.7.5:4
    ajax @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.7.5:4
    (anonymous) @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,heartbeat,autosave,suggest,wp-ajax-respons…:445
    a.Deferred @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.7.5:9
    send @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,heartbeat,autosave,suggest,wp-ajax-respons…:445
    sync @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,heartbeat,autosave,suggest,wp-ajax-respons…:447
    fetch @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,heartbeat,autosave,suggest,wp-ajax-respons…:443
    updateSelection @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,heartbeat,autosave,suggest,wp-ajax-respons…:478
    _ @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,heartbeat,autosave,suggest,wp-ajax-respons…:443
    m @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,heartbeat,autosave,suggest,wp-ajax-respons…:443
    f @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,heartbeat,autosave,suggest,wp-ajax-respons…:443
    u.trigger @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,heartbeat,autosave,suggest,wp-ajax-respons…:443
    d.(anonymous function) @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,heartbeat,autosave,suggest,wp-ajax-respons…:478
    propagate @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,heartbeat,autosave,suggest,wp-ajax-respons…:480
    open @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,heartbeat,autosave,suggest,wp-ajax-respons…:480
    d.(anonymous function) @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,heartbeat,autosave,suggest,wp-ajax-respons…:480
    (anonymous) @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,heartbeat,autosave,suggest,wp-ajax-respons…:482
    dispatch @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.7.5:3
    r.handle @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.7.5:3

    This is definitely causing the issue for why the editor is not working, however I cannot figure out a solution and nothing I have tried has worked thus far.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Rajesh Soni

    (@rajeshsoni)

    Try enabling WP debug mode and investigate why admin-ajax.php is returning a 500 error.

    POST /wp-admin/admin-ajax.php 500 (Internal Server Error)

    Thread Starter kchasarik

    (@kchasarik)

    Enabled debug mode, in the image editor the only error displaying was:

    Notice: automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead.

    Which I’ve fixed.

    The media editor is still having the same error and not loading. No other errors are displaying for debug mode.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Image Editor Error’ is closed to new replies.