My client's WordPress website on MS AZURE stopped working.
sanhedria.co . il
Basic "debug=true" debugging doesn't give my any information.
I reinstalled WordPress on top of the existing files with no change. I renamed plugins and themes to _BAK and got the exact same error.
Any suggestions on how to proceed with debugging?
Thank you.l
one day someone will offer a real one-click WordPress installation that is easy to setup and reliable to use.I use Plesk Panel. It has built in very good tools for on-click WP installation, backing up, migrating moving, securing etc. I'm sure you can add it to your Azure. It's nothing to spin up a WP site and keep it managed.Â
2) The normal way to debug WordPress is first to just review your system logs.
This will tell you if the problem is Webserver, PHP, Database, WordPress.
3) If problem is not Wordpress, you fix the problem where ever it's occurring.
4) If problem is WordPress, then add the following to your wp-config.php file to output debug info into a log file.
Open in new window
These directives enabled debugging, with output to a debug.log in your DocumentRoot, and no debug errors to display (visitor view of rendered content).
Likely the log will show you the exact problem.
5) WordPress sites... never just start failing out of the blue...
Something else happened.
Maybe PHP was updated or a plugin or theme or WordPress Core was updated where there's a mismatch between PHP version + installed update (very common).
First data to extract from client, "Well now... Mr. Client... tell me exactly what you did to destroy your site..."
Using... more diplomatic... verbiage/language...
Once you know how Mr. Client destroyed the site, fix speed will streamline.