PHP troubleshooting toolsGoLive includes several troubleshooting tools for the PHP server scripting environment: SQL test tool (/config/info/testsql.php) provides an SQL query test environment using an available database resource. Runtime debug switch (/config/include/utils.runtime6.php) lets you show more detailed debug information on a page with errors. Using any text editor, you can set the RuntimeDebug value to true to enable this feature. It is disabled by default. Troubleshooting Report page (/config/info/troubleshooting.php) provides information about your server environment on a single HTML page you can view in any browser. |