On 9/19/2022 at 3:41 PM, webbrent said:I am assuming these changes are made in the smarty_internal_templatebase.php?
My line 177 in this php file reads as follows:
I am utilising PS 1.7.8.7 with PHP 7.4.30 - I am assuming there have been changes made previously to fix this with a release, but it now seems to have reared its head again. Any advice will be most certainly welcome as this error is slowing down our sites as well as effecting our sales in the process.
TIA
No, assume modules that use implementation of "$this->display" in modules
Find in project all places where "$this->display" is used and add above "$this->setTemplate( $location );" where $locations is only example there (use existing parameter)
It is working fine in native modules and core.
If liked to be fixed then pleas add pull request with solution from your perspective as a IT guy. Pleas upgrade all modules and check compatibility
There is many breaking change between 1.6.X.X and 1.7.X.X
You can contact us for support if needed