Page 1 of 1

Deprecated usage of CGExtensions::find_layout_template

Posted: Sat Oct 26, 2019 6:36 am
by iturbay
A notification appears in the Products module

Code: Select all

Notice: Deprecated usage of CGExtensions::find_layout_template in ... /modules/CGExtensions/CGExtensions.module.php on line 2109

Code: Select all

Notice: Deprecated usage of CGExtensions::CreateURL in ... /modules/CGExtensions/CGExtensions.module.php on line 664

Code: Select all

Notice: Deprecated usage of CGExtensions::CGProcessTemplate in ... /modules/CGExtensions/CGExtensions.module.php on line 1935
How to solve a problem?

Re: Deprecated usage of CGExtensions::find_layout_template

Posted: Sat Oct 26, 2019 2:39 pm
by DIGI3
You don't really need to solve the problem, notices aren't errors or critical problems. You can file a bug report for the module (http://dev.cmsmadesimple.org/bug/list/408) and carry on.

For a live site you should probably have display_errors set to off in your php settings, and perhaps suppress notices. Those are best to only have active in your development environment.