• I am having a strange issue that I cannot figure out.
    My posts page is not working. It keeps on loading forever, and eventually gets a 500 error.
    The rest of the site woks just fine, but for some reason, the posts page will just not work.
    I have tried copying my index.php into page.php, to no avail. I have tried using a custom page template to include the posts loop, and still nothing.
    The page works in twentyfifteen theme, but I need to get this working in our custom theme.

    Hoping some nice friendly out there will help me figure this one out!
    Site: http://sunfestconcerts.com
    Not working posts page: http://sunfestconcerts.com/news

    Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator t-p

    (@t-p)

    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 default theme for your version of WordPress to rule-out a theme-specific issue. If you don’t have access to your admin panel, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, 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 SFTP or FTP, or a file manager in your hosting account’s control panel, and rename the .htaccess file. If you can’t find a .htaccess file, make sure that you have set your SFTP or FTP 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 mattrose

    (@mattrose)

    Hey Tara,

    Thanks for the detailed help. I disabled all plugins, still no luck. Switched to the twentyfifteen theme (default) and the posts page works. For some reason it doesn’t with the custom theme I am using.. It just tries to load until it times out: 500 read timeout
    Not sure why the theme isn’t loading a posts page… Any further help would be greatly appreciated!

    Moderator t-p

    (@t-p)

    Switched to the twentyfifteen theme (default) and the posts page works. For some reason it doesn’t with the custom theme I am using

    This suggests theme-specific issue with your custom theme.

    You may want to contact the author/developer of your custom theme with your question.

    Thread Starter mattrose

    (@mattrose)

    Yes I’m sure it is. Am looking for help figuring it out on my own though. There is something going on with the page.php and index.php, or perhaps it’s missing a file that should be in there to complete the loop. If anyone has any suggestions as to what I can try, I would be very grateful.
    Thanks!

    Moderator t-p

    (@t-p)

    Since that is a custom/commercial theme, we ask that you please go to their official support channel, so you can get support from the people who know it best.

    Forum volunteers are also not given access to commercial products, so they would not know why it is not working properly. Other community members who may have faced your issue might be able to help you but your best bet is your product’s developer. Keep in mind we encourage you to use the official support venues, as it allows the developers to be aware of issues with their code and gives back to the community in a more robust way. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products

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

The topic ‘Posts Page not working – Loading forever’ is closed to new replies.