Blog posts aren't loading
-
None of my blog posts are loading for some reason =/
I set blog posts page to be: http://pathofthemagus.elementfx.com/blog-posts/
If you click on any specific post, you’ll see it just doesn’t load.
-
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!
.htaccess checks out, and I tried adding that to the config. No resolution yet. Slowly disabling plugins
I have tried disabling all plugins.
This is very strange. Posts just stopped working quite randomly.. Everything was working fine until yesterday..
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
.htaccessrule could be the source of the problem. To check for this, access your server via FTP or SFTP and rename the.htaccessfile. If you can’t find a.htaccessfile, 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.
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?
What is the name of the theme you were using, and where did you get it from?
Hazen, from WordPress admin panel – “Add New”
Going to try reinstalling the theme.
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.
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. π
Installed new theme – fixed the issue.
Excellent, I’m glad that worked! π
The topic ‘Blog posts aren't loading’ is closed to new replies.