• Resolved joepeterson

    (@joepeterson)


    Hi there. Thanks a ton for this plugin. I’ve used it on several sites now. I noticed that with the latest update, some conflict happened and my posts page (as set in the customizer) would suddenly fail to load the body portion of the page. I’d get the header but body would be empty tags.

    I went one-by-one, starting with theme then all plugins, deactivating and testing. When I reverted to before the update everything was fine as normal. After the update, I have to deactivate your plugin to get my posts page working again.

    All other post pages and blog taxonomy pages were still fine. The only page affected was the posts page.

    This isn’t an super urgent issue for me, but I’m sure you would like to know. Please let me know if I can help you test or provide any further data to help.

    Best wishes,
    Joe

    • This topic was modified 7 years, 1 month ago by joepeterson.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Hesham Zebida

    (@hishaman)

    Hi joe,

    Have you seen any errors? Can you check the error log file?

    This will help a lot.

    Plugin Author Hesham Zebida

    (@hishaman)

    Someone else reporting the error and I think I know now what’s causing this…

    It’s mainly happen in the Blog post list page when parsing page for images, this function use DOMDocument to parse the page HTML trying to find images.

    DOMDocument is a built in PHP class, I think it should be enabled by default in PHP7. It sounds like the PHP DOM or XML extension is disabled on your server, you will probably need to talk to your host about enabling it.

    At any how, I’ve made a change in the plugin to avoid parsing the page id required functionality isn’t available, so this error will go away.

    If you would like, you can download the updated copy of the plugin from Schema GietHub page to test it out.

    Let me know how it goes. I will push these changes in the next plugin update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Latest update broke my blog page’ is closed to new replies.