I had this error in one page that I have after upgrade.
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: template_group
Filename: libraries/Template.php
Line Number: 1959
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: template
Filename: libraries/Template.php
Line Number: 1959Anyone has an idea what the problem is here?
—————————————————————————————————————
An Observation that might be useful or not
Looking at libraries/Template.php, it seems to me that there is a chance that $template_group and $template will not be set based on the scope and conditionals. Is this wrong?