TECH YARD

WP Diagnosis – Check Detailed Information About MySQL and PHP Configuration For WordPress Setup On WebServer

If you moved over to a self hosted WordPress platform on a Shared / VPS Hosting Plan, then you have been confronted with a few problems while using plugins when a few of the plugin require a very specific functions on the server to be enabled, for example if you tried running a plugin which outputs CAPTCHA then you would be requiring cURL, Fopen etc., which you might be aware until you start a chat or get in touch with your server tech support.If you are a beginner, the make sure you have Diagnosis WordPress Plugin installed, so that the next time you are in doubt with the technical details about your server setup then this plugin can be useful.Here’s how to go about using this plugin and what all this plugin shows.

Also Checkout : Portable WebServer To Test WordPress on Localhost

First Step :

Next Click Diagnosis in the Dashboard Menu, which should show all the information about the server which is working hard to run your WordPress installation.This information is broken down into

Also Checkout :

Next is the PHP Info, which gives a detailed information about the PHP environment on the server, If you need to find out your PHP information.In case you want to have the same information, without this plugin then the alternative is to Upload a new pinfo.php with this code in it and upload it to the root folder.

<?php phpinfo(); ?>

and open the URL for example : this show show the output, similar to the image below [ The original output, would be a detailed out and not short as shown in the image ]

This plugin is useful for checking for server setup of your weblog and the versions of the scripts installed on the webserver, instead of checking them from the CPanel or asking the Support.

Exit mobile version