You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return value of BU::getRecord() is array|null that's why I thought you will add a test for array instead, before accessing the array value one line below.
Describe the bug
PHP Warning: Trying to access array offset on value of type null in /var/www/html/public/typo3conf/ext/solr/Classes/Util.php line 119
To Reproduce
Steps to reproduce the behavior:
Delete a record which is not referenced to an existing col_pos. Happen when you switch backend layouts.
Expected behavior
Check value of BackendUtility::getRecord before accessing it as array
Used versions (please complete the following information):
The text was updated successfully, but these errors were encountered: