How to resolve 500 error in post listing page?
How to resolve 500 error in post listing page?
How to resolve 500 error in post listing page?
Thanks for the response! I guess I didn’t want to go through the process of disabling 30 plugins and retrying them one at a time. Sometimes I forget that this stuff isn’t magic. Anyway, I did exactly that and found the culprit plugin to be Cornerstone. A thread on the X Theme support forum made … Read more
Don’t know exactly what you are trying to accomplish using custom script.You can do this effectively in WP way using either shortcodes,page templates,plugin. Well if you don’t want to do it that way and want to just place scripts in the active theme base directory.One way i suggest: Let’s say we have two php files … Read more
A SINGLE Post Giving an “Under Maintenance” Message
Timthumb error 500 on multiple requests – not on single load
What is the setting in your server /etc/hostname file? Based on wp_mail source code: if ( !isset( $from_email ) ) { // Get the site domain and get rid of www. $sitename = strtolower( $_SERVER[‘SERVER_NAME’] ); if ( substr( $sitename, 0, 4 ) == ‘www.’ ) { $sitename = substr( $sitename, 4 ); } $from_email=”wordpress@” … Read more
500 error after wp_insert_post
The problem happened due to a corrupted .htaccess, After all the stages above, I removed Wordfence with wp plugin uninstall and then, after that, I recreated the .htaccess based on the formal example here: https://codex.wordpress.org/htaccess I saved and relaunched the site and now it’s working. When the site is up reactivate all plugins and bring … Read more
It sounds like your theme is using deprecated PHP code functions, and those are causing the errors. Since the theme author is (at best) unresponsive, I’d suggest moving to a different theme.
It could be a number of things. Do you check if the user is logged in on the relevant pages? For example: is_user_logged_in() || auth_redirect();