• Hi,

    I’m having a problem with a WordPress site, insert media not working.

    What I’ve done to replicate:

    -Downloaded WordPress 3.6 and installed the site. Add a new post and test insert media and it works.

    -Proceed to import content from another site, skip media import. The export has 20468 posts that successfully import. Attempting to insert media after the import it no longer works. The image uploads successfully but after clicking Insert into post nothing happens. Same issue if I try to set a featured image.

    I think the issue is related to the post id being very high – the last post_id is 52635820644980161.

    Please help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • hi. i had the same issue with 3.5 before and this is what i did. i added define(‘CONCATENATE_SCRIPTS’, false ); in my wp-config.php file just before require_once(ABSPATH . ‘wp-settings.php’);

    it might work in 3.6, just try it.

    Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter athalas

    (@athalas)

    Hi esmi,

    Thanks for the reply, as per my previous post it’s a blank WP 3.6 install with default theme active and the importer plugin for doing the import.

    The issue seems most likely related to the post_id being so high.

    Thread Starter athalas

    (@athalas)

    Hi JulWP,

    My apologies, didn’t see your reply. I’ve tried define(‘CONCATENATE_SCRIPTS’, false ); but unfortunately does not resolve my issue.

    However when I added this code (https://gist.github.com/brasofilo/4570587/raw/0cf52bfd7b134a1cbb69feea0d0fa68fc2981883/old-upload-method.php) which reverts back to the old media manager, add media to posts works again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Insert Media not working’ is closed to new replies.