After updating to EE 2.6 a number of pages are throwing PHP errors at me. The error is only displayed for me or anyone else with Super Admin level based on the output and debugging settings. But there concerning enough that I’d like to fix whatever the underlying issue is.
The three errors, which are repeated numerous times depending on the page are as follows:
A PHP Error was encountered
Severity: Notice
Message: Undefined offset: 0
Filename: relationship_parser/Tree_builder.php
Line Number: 402
A PHP Error was encountered
Severity: Warning
Message: array_keys() expects parameter 1 to be array, null given
Filename: relationship_parser/Tree_builder.php
Line Number: 402
A PHP Error was encountered
Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: relationship_parser/Tree_builder.php
Line Number: 413
Any help on fixing this would be super helpful.