After upgrading to ver 1.1.8 everything looks fine on my website except that at the bottom it shows this error (see attached). I went to this line in my Cpanel and the lines read as:
if ( $this->has_extensions && $result = $this->extensions->isExtensionResource('T', $filename) ) {
if ( is_file($file) ) {
$warning = new AWarning("Extension <b>".$result['extension']."</b> overrides core template with <b>".$filename."</b>" );
$warning->toDebug();
}
$file = $result['file'];
Im not sure what this is. Or what to do about it. Thanks in advance.
}
First. This is not an error. It says warning. There is no harm
Second. Did you have banner templates moved to code template directory? They are not suppose to be there.
I haven't moved anything at all. sorry about saying it was an error. I will check it out in Cpanel.
what do you mean by "code template directory" ?
I have AbanteCart/extensions/banner_manager . If you meant core, the only things I have listed are core/extension/default, core/extension/payment and core/extension/shipping
I was able to remove the warning on my website by deleting the lines in my view.php that I previously posted in my earlier post. I hope this does not cause issues later on, but I needed to remove it from my website so clients would not see it. So far everything seems to be working okay.
Glad you could figure it out. Thank you for sharing a solution.