-
Notifications
You must be signed in to change notification settings - Fork 132
Closed
Description
Description of the problem
Getting a block of warnings errors on multiple pages on a site newly updated from EE4 to EE7.4.1
Site is running php 8.0.
Warnings appear to relate to a missing index being accessed by the entry method in Parser.php. Am guessing the remaining warnings are cascaded from this issue. Have done limited poking around and a value is passed as $id in this line (39) but the array $this->_entries does not contain a key with this value.
return $this->_entries[$id];
Error Messages
Warning
Undefined array key 27
ee/legacy/libraries/relationship_parser/Parser.php, line 39
Severity: E_WARNING
Warning
Trying to access array offset on value of type null
ee/legacy/libraries/relationship_parser/Parser.php, line 664
Severity: E_WARNING
Warning
Undefined array key 27
ee/legacy/libraries/relationship_parser/Parser.php, line 39
Severity: E_WARNING
Warning
Trying to access array offset on value of type null
ee/legacy/libraries/relationship_parser/Parser.php, line 424
Severity: E_WARNING
Warning
Trying to access array offset on value of type null
ee/legacy/libraries/relationship_parser/Parser.php, line 430
Severity: E_WARNING
Warning
Trying to access array offset on value of type null
ee/legacy/libraries/relationship_parser/Parser.php, line 468
Severity: E_WARNING
Screenshots / Videos / Template Code

Environment Details:
- Version: 7.4.1
- PHP Version 8.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels