AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started by: Geoffrey on June 17, 2017, 01:35:12 AM
-
9101::App Warning
Extension id_1 overrides core template with pages/index/home.tpl in C:\xampp\htdocs\mywebsite\core\engine\view.php on line 309
I'm getting a lot of these errors in my error log. They come in batches of 15 or 20 errors, each referencing a different tpl file, but all naming the same view.php line 309.
The batches occur about every 20 minutes or so during times when i'm working on the site.
I'm customizing a default clone extension.
Is this normal, or BAD?
Should I ignore, panic, or sleep?
Thanks.
-
Do you know of extension with name "id_1" that is causing this issue? You can disable it if you added it by accident or not need it.
-
Hi, id-1 is my template extension.
I cloned the default template into an extension called id-1, and I am customizing the css and tpl files of id-1.
According to the documentation and feedback here, this is the proper method for customizing AbanteCart so that my changes are not overwritten during future updates.
It seems natural that my work in id-1 would 'override" the core template. That is the goal.
But it seems less natural that i would receive a repeated stream of "override errors" in an error log as a result of using the proper process for customizing AC.
Thoughts or suggestions?
Thanks.
-
But it seems less natural that i would receive a repeated stream of "override errors" in an error log as a result of using the proper process for customizing AC.
Hello.
This is warning and not an error. Looks like you see this warnings only because you have enabled template debug in system settings.
-
OK, thank you!