From Permalinks URLs are set to "Post", and Simple SSL is activated but when I want to create a new page, "Home" for example, and publish I get the "updating failed. the response is not a valid JSON response" error on WordPress. The site is in maintenance mode. How can I fix it?
Asked
Active
Viewed 126 times
1 Answers
-1
Please check the custom shortcodes if you were added any shortcode in your theme function.php file and make sure the shortcode output wrapped with ob_start() and ob_clean() this may causes the error. https://wordpress.stackexchange.com/questions/242769/clean-way-of-using-ob-start-and-ob-end-clean-in-wordpress

Jake
- 9
- 2