Viewing 12 replies - 1 through 12 (of 12 total)
  • Hey man,

    Sorry to hear this! I am able to replicate the issue and the posts are returning a 500 server error. I would first recommend that you check your .htaccess file to ensure its set up with the proper WordPress rules as seen here:

    http://codex.wordpress.org/htaccess

    If that is all good to go, then I would recommend disabling your plugins and see if that helps at all. It could just be a memory issue in which case you can try adding the following define to your wp-config.php file:

    define(‘WP_MEMORY_LIMIT’, ‘256M’);

    Let me know how that works out!

    Thread Starter Night Wizard

    (@bendah)

    .htaccess checks out, and I tried adding that to the config. No resolution yet. Slowly disabling plugins

    Thread Starter Night Wizard

    (@bendah)

    I have tried disabling all plugins.

    This is very strange. Posts just stopped working quite randomly.. Everything was working fine until yesterday..

    Moderator James Huff

    (@macmanx)

    Internal server errors (error 500) are often caused by plugin or theme function conflicts, so if you have access to your admin panel, try deactivating all plugins. If you don’t have access to your admin panel, try manually resetting your plugins (no Dashboard access required). 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 Fourteen theme to rule-out a theme-specific issue. If you don’t have access to your admin panel, access your server via FTP or SFTP, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue.

    If that does not resolve the issue, it’s possible that a .htaccess rule could be the source of the problem. To check for this, access your server via FTP or SFTP and rename the .htaccess file. If you can’t find a .htaccess file, make sure that you have set your FTP or SFTP client to view invisible files.

    If you weren’t able to resolve the issue by either resetting your plugins and theme or renaming your .htaccess file, we may be able to help, but we’ll need a more detailed error message. Internal server errors are usually described in more detail in the server error log. If you have access to your server error log, generate the error again, note the date and time, then immediately check your server error log for any errors that occurred during that time period. If you don’t have access to your server error log, ask your hosting provider to look for you.

    Thread Starter Night Wizard

    (@bendah)

    Hmm. I disabled all plugins, and it still didn’t work. But when I tried changing to Twenty Fourteen – it DID work.

    Hmm.

    Any ideas?

    Moderator James Huff

    (@macmanx)

    What is the name of the theme you were using, and where did you get it from?

    Thread Starter Night Wizard

    (@bendah)

    Hazen, from WordPress admin panel – “Add New”

    Thread Starter Night Wizard

    (@bendah)

    Going to try reinstalling the theme.

    Moderator James Huff

    (@macmanx)

    Ok, something in the theme, probably the theme’s functions, is causing your site to fail.

    I recommend using a different theme for now, and asking at https://wordpress.org/support/theme/hazen so the theme’s developers and support community can help you with this.

    Moderator James Huff

    (@macmanx)

    Sorry, I missed your last reply. It’s entirely possible that reinstalling the theme might help. I don’t think it’s very likely, but it’s worth a try. πŸ™‚

    Thread Starter Night Wizard

    (@bendah)

    Installed new theme – fixed the issue.

    Moderator James Huff

    (@macmanx)

    Excellent, I’m glad that worked! πŸ™‚

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

The topic ‘Blog posts aren't loading’ is closed to new replies.