Adds pages to the Dashboard menu with technical details about PHP, MySQL and other server details an administrator might need.
It is hard for novice WordPress users to find out what the backbone of their hosting is made up of. Some plugins may require a specific version of the PHP scripting language or a certain version of the MySQL database management software.
Diagnosis adds pages to the Dashboard menu where the main administrator of the WordPress installation can view technical data about the server in an easy manner along with a suitable explanation. Most fields also have a link to an appropriate Wikipedia article.
This plugin is predominantly based on the original Diagnosis plugin: http://nlindblad.org/wordpress/diagnosis/
diagnosis
folder to the /wp-content/plugins/
directory.diagnosis
folder to the /wp-content/plugins/
directory.Make sure you’re on the latest version of WordPress, then let me know what the problem is with as much detail as possible.
diagnosis.pot
file added to languages
subfolder.custom_theme_support('diagnosis_menu')
and custom_theme_support('diagnosis_phpinfo_menu')
checks so it can be disabled in a theme.diagnosis_read
capability, assigned to administrators by default.phpinfo()
as a new page.