• Resolved metate

    (@metate)


    Hi,
    I’m having a problem with a single blog post.
    I start the post and add text and several images (14 images). I publish it and go to the live page and it’s empty – but all the content still shows in the backend.
    I removed all of the images, republished and the post was correct on the live site. I put in 5-6 images and republished and the post becomes empty againt. I tried adding all of the images as a gallery and that worked. But the thing is, I have other posts that have this many images and I’ve not had this problem – just this one post. I tried creating the post again from scratch and ran into the same issue with the same content.
    Would it be something to do with the php limit?? Or am I way off base?
    http://codex.ww.wp.xz.cn/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    Any ideas??
    Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator James Huff

    (@macmanx)

    Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, try switching to the Twenty Fifteen theme to rule-out a theme-specific issue.

    Thread Starter metate

    (@metate)

    The plugins didn’t affect it, but….changing the theme to twenty fourteen did. The post and all it’s pictures showed up on the live site. So, I report this to the person who developed my theme, correct? I do find it weird that I’ve had the same theme and have older posts with the same # of pictures and it’s just happening recently….
    Thanks!

    Moderator James Huff

    (@macmanx)

    Yes, you’ll need to report that to the person who developed the theme for you.

    Thread Starter metate

    (@metate)

    FYI – it was NOT the theme. Adding this to wp-config.php fixed the issue:

    /** Trick for long posts */
    ini_set('pcre.recursion_limit',20000000);
    ini_set('pcre.backtrack_limit',10000000);

    http://dreamthemedesign.com/u-design-support/discussion/comment/6058#Comment_6058

    I’m excited this got fixed! 🙂

    Moderator James Huff

    (@macmanx)

    Or rather, it was the theme, but they had a work-around for you. 😉

    I a normal setup, that shouldn’t be necessary.

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

The topic ‘Single post shows as empty page’ is closed to new replies.