500 status code for "POST"
-
I tried connecting my social media to url http://www.stannova.com wordpress site but it’s showing me this code: 500 status code for “POST /sites/149967820/publicize-connections/new”
The blog I need help with is: (visible only to logged in users)
-
Your site stannova.com is using the self-hosted version of WordPress with NameCheap, and you need to seek help at the WordPress.org forums:
https://wordpress.org/support/forums/
These forums are for WordPress.com hosted sites only :)
However, I recommend you to check your .htaccess file, delete your current .htaccess if you have any.
Check your PHP memory limit; memory should be 64MB and above.
you can try increasing Memory limit by addingdefine ('WP_MEMORY_LIMIT', '128M');in wp-config.php file.
To troubleshoot WordPress errors, you require to enable WordPress Debug, which can be done using wp-config.php.
You need to copy and paste the code in wp-config.php file shown below.
define( 'WP_DEBUG', true );.
How To Debug And Log Errors In WordPress Site
Thanks !!!
- The topic ‘500 status code for "POST"’ is closed to new replies.