Public Member Functions | |
__construct () | |
render () | |
startDiagnostics () | |
downloadResultFile () | |
getSupportContactForm () | |
getParam ($sParam) | |
Protected Member Functions | |
_hasError () | |
_getErrorMessage () | |
_getFilesToCheck () | |
_checkOxidFiles ($aFileList) | |
_getFileCheckReport ($oFileCheckerResult) | |
_runBasicDiagnostics () | |
Protected Attributes | |
$_blError = false | |
$_sErrorMessage = null | |
$_oDiagnostics = null | |
$_oRenderer = null | |
$_oOutput = null | |
$_sShopDir = '' |
Checks Version of System files. Admin Menu: Service -> Version Checker -> Main.
Definition at line 7 of file diagnostics_main.php.
Diagnostics_Main.__construct | ( | ) |
Calls parent costructor and initializes checker object
Reimplemented from oxAdminView.
Definition at line 77 of file diagnostics_main.php.
Diagnostics_Main._checkOxidFiles | ( | $ | aFileList | ) | [protected] |
Checks versions for list of oxid files
array | $aFileList array list of files to be checked |
Definition at line 134 of file diagnostics_main.php.
Diagnostics_Main._getErrorMessage | ( | ) | [protected] |
Diagnostics_Main._getFileCheckReport | ( | $ | oFileCheckerResult | ) | [protected] |
Returns body of file check report
oxFileCheckerResult | $oFileCheckerResult mixed file checker result object |
Definition at line 169 of file diagnostics_main.php.
Diagnostics_Main._getFilesToCheck | ( | ) | [protected] |
Gets list of files to be checked
Definition at line 107 of file diagnostics_main.php.
Diagnostics_Main._hasError | ( | ) | [protected] |
Diagnostics_Main._runBasicDiagnostics | ( | ) | [protected] |
Performs main system diagnostic. Shop and module details, database health, php parameters, server information
Modules
Health
PHP info Fetches a hand full of php configuration parameters and collects their values.
Server info
Definition at line 217 of file diagnostics_main.php.
Diagnostics_Main.downloadResultFile | ( | ) |
Downloads result of system file check
Definition at line 288 of file diagnostics_main.php.
Diagnostics_Main.getParam | ( | $ | sParam | ) |
Request parameter getter
string | $sParam |
Definition at line 325 of file diagnostics_main.php.
Diagnostics_Main.getSupportContactForm | ( | ) |
Diagnostics_Main.render | ( | ) |
Loads oxversioncheck class.
Reimplemented from oxAdminDetails.
Definition at line 91 of file diagnostics_main.php.
Diagnostics_Main.startDiagnostics | ( | ) |
Diagnostics_Main.$_blError = false [protected] |
Definition at line 15 of file diagnostics_main.php.
Diagnostics_Main.$_oDiagnostics = null [protected] |
Definition at line 29 of file diagnostics_main.php.
Diagnostics_Main.$_oOutput = null [protected] |
Definition at line 43 of file diagnostics_main.php.
Diagnostics_Main.$_oRenderer = null [protected] |
Definition at line 36 of file diagnostics_main.php.
Diagnostics_Main.$_sErrorMessage = null [protected] |
Definition at line 22 of file diagnostics_main.php.
Diagnostics_Main.$_sShopDir = '' [protected] |
Definition at line 50 of file diagnostics_main.php.