Current Behavior
When editing pages, the following appears Navigation loading error. Got unexpected response from the server.
The following error message is displayed in the backend in the logs "PHP Warning: Undefined array key "title" in Classes/Hooks/Labels.php line 45
Environment
TYPO3 version(s): 12.4.5
news version: 11.1.2
Is your TYPO3 installation set up with Composer (Composer Mode): yes
Possible Solution
Labels.php line 28
Extend the query whether $params['row']['title'] is set
if (!isset($params['row']) || !isset($params['row']['title'])) {
return;
}
Bug Report
Current Behavior When editing pages, the following appears Navigation loading error. Got unexpected response from the server. The following error message is displayed in the backend in the logs "PHP Warning: Undefined array key "title" in Classes/Hooks/Labels.php line 45
Environment
Possible Solution Labels.php line 28 Extend the query whether $params['row']['title'] is set
if (!isset($params['row']) || !isset($params['row']['title'])) { return; }