Page 1 of 1

Products 2.28.7 is giving errors

Posted: Thu Sep 12, 2019 6:02 pm
by Lex70000
Module Products version 2.28.7 is giving errors as well in Admin as on Front.

Admin:
Tab : Item Hierarchy
Tab : Categories

Notice: Deprecated usage of CGExtensions::CGProcessTemplate in ....\modules\CGExtensions\CGExtensions.module.php on line 1926

Front:
Notice: Deprecated usage of CGExtensions::find_layout_template in ....\modules\CGExtensions\CGExtensions.module.php on line 2100

I got the errors on new install CMS 2.2.11 as well on an exciting site which has been upgraded to CMS 2.2.11

Is it possible that the Products 2.28.7 is not adjusted to the changes in CGExtensions 1.64.8 ?

If this is not the case, where do I've to look to solve these problems.

Thanks for your cooperation.

Using:
CMS 2.2.11
PHP 7.2.14

Re: Products 2.28.7 is giving errors

Posted: Fri Sep 13, 2019 12:21 am
by DIGI3
It just needs an update, but if it's a live site just add ~E_DEPRECATED to your error_reporting directive. Perhaps don't have them display on the frontend, either.

Re: Products 2.28.7 is giving errors

Posted: Mon Sep 16, 2019 10:47 am
by Lex70000
Thanks for you reply. Will try it.