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 :

  • Download, Install and Activate the plugin, Once you completed this step correctly you should find two new entries “ Diagnosis and PHP info ” under Dashboard like in this image on the side.

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

  • Server Information – This part shows some basic information required for having the smooth functioning of the WordPress Platform on your server.It shows the details of the required and the installed version of the server scripts  and server software like Apache, PHP and MySQL. 

    Diagnosis Server Information

  • PHP Information – The PHP information is about the Loaded Extensions, and other variables enabled in the PHP.ini file on the server which are required by some plugins generally.This makes it is easier than looking up in the cPanel or elsewhere.Here’s a look at the information this plugin can show : 

    PHP Setup Information

  • MySQL Information – This shows the basic information about the Database which is MySQL.It gives information like the DataBase Load, Character Encoding and MySQL Storage Engines

Also Checkout :

MySQL Config

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 ]

PHP Info

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.

Similar Post  How To Share a Draft In WordPress With Friends For Limited Time

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.