![]() |
TYPO3
7.6
|
Public Member Functions | |
getStatus () | |
Protected Member Functions | |
getReferenceIndexStatus () | |
isMemcachedUsed () | |
getConfiguredMemcachedServers () | |
getMemcachedConnectionStatus () | |
getDeprecationLogStatus () | |
getCreatedFilesWorldWritableStatus () | |
getCreatedDirectoriesWorldWritableStatus () | |
getDeprecationLogFileLink () | |
executeAdminCommand () | |
Protected Attributes | |
$deprecationLogFileSizeWarningThreshold = 10485760 | |
$deprecationLogFileSizeErrorThreshold = 104857600 | |
$backPath = '../' | |
Performs some checks about the install tool protection status
Definition at line 22 of file ConfigurationStatus.php.
|
protected |
Executes admin commands.
Currently implemented commands are:
Definition at line 265 of file ConfigurationStatus.php.
References GeneralUtility\_GET().
Referenced by ConfigurationStatus\getStatus().
|
protected |
Gets the configured memcached server connections.
Definition at line 109 of file ConfigurationStatus.php.
References $GLOBALS.
Referenced by ConfigurationStatus\getMemcachedConnectionStatus(), and ConfigurationStatus\isMemcachedUsed().
|
protected |
Warning, if folderCreateMask has write bit for 'others' set.
Definition at line 230 of file ConfigurationStatus.php.
References $GLOBALS, and GeneralUtility\makeInstance().
Referenced by ConfigurationStatus\getStatus().
|
protected |
Warning, if fileCreateMask has write bit for 'others' set.
Definition at line 212 of file ConfigurationStatus.php.
References $GLOBALS, and GeneralUtility\makeInstance().
Referenced by ConfigurationStatus\getStatus().
|
protected |
Creates a link to the deprecation log file with the absolute path as the link text.
Definition at line 249 of file ConfigurationStatus.php.
References GeneralUtility\getDeprecationLogFileName(), and GeneralUtility\resolveBackPath().
Referenced by ConfigurationStatus\getDeprecationLogStatus().
|
protected |
Provides status information on the deprecation log, whether it's enabled and if so whether certain limits in file size are reached.
Definition at line 179 of file ConfigurationStatus.php.
References $GLOBALS, GeneralUtility\formatSize(), ConfigurationStatus\getDeprecationLogFileLink(), GeneralUtility\getDeprecationLogFileName(), GeneralUtility\getIndpEnv(), and GeneralUtility\makeInstance().
Referenced by ConfigurationStatus\getStatus().
|
protected |
Checks whether TYPO3 can connect to the configured memcached servers.
Definition at line 132 of file ConfigurationStatus.php.
References $GLOBALS, ConfigurationStatus\getConfiguredMemcachedServers(), and GeneralUtility\makeInstance().
Referenced by ConfigurationStatus\getStatus().
|
protected |
Checks if sys_refindex is empty.
Definition at line 72 of file ConfigurationStatus.php.
References $GLOBALS, $registry, $url, and GeneralUtility\makeInstance().
Referenced by ConfigurationStatus\getStatus().
getStatus | ( | ) |
Determines the Install Tool's status, mainly concerning its protection.
Implements StatusProviderInterface.
Definition at line 50 of file ConfigurationStatus.php.
References ConfigurationStatus\executeAdminCommand(), ConfigurationStatus\getCreatedDirectoriesWorldWritableStatus(), ConfigurationStatus\getCreatedFilesWorldWritableStatus(), ConfigurationStatus\getDeprecationLogStatus(), ConfigurationStatus\getMemcachedConnectionStatus(), ConfigurationStatus\getReferenceIndexStatus(), and ConfigurationStatus\isMemcachedUsed().
|
protected |
Checks whether memcached is configured, if that's the case we assume it's also used.
Definition at line 94 of file ConfigurationStatus.php.
References ConfigurationStatus\getConfiguredMemcachedServers().
Referenced by ConfigurationStatus\getStatus().
|
protected |
Definition at line 43 of file ConfigurationStatus.php.
|
protected |
Definition at line 36 of file ConfigurationStatus.php.
|
protected |
Definition at line 29 of file ConfigurationStatus.php.