The access of $GLOBALS['TYPO3_USER_SETTINGS']['showitem'] in ext_tables.php should be guarded by a `if (isset($GLOBALS['TYPO3_USER_SETTINGS']['showitem']) { }`
The access of $GLOBALS['TYPO3_USER_SETTINGS']['showitem'] in ext_tables.php
should be guarded by a
if (isset($GLOBALS['TYPO3_USER_SETTINGS']['showitem']) { }