AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: artist3412 on February 04, 2014, 01:00:07 AM

Title: Warning on website after upgrade to 1.1.8
Post by: artist3412 on February 04, 2014, 01:00:07 AM
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.
           }
Title: Re: Warning on website after upgrade to 1.1.8
Post by: eCommerce Core on February 04, 2014, 02:04:29 PM
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.
Title: Re: Warning on website after upgrade to 1.1.8
Post by: artist3412 on February 04, 2014, 02:22:02 PM
I haven't moved anything at all. sorry about saying it was an error. I will check it out in Cpanel.
Title: Re: Warning on website after upgrade to 1.1.8
Post by: artist3412 on February 04, 2014, 02:32:58 PM
what do you mean by "code template directory" ?
Title: Re: Warning on website after upgrade to 1.1.8
Post by: artist3412 on February 04, 2014, 02:39:35 PM
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
Title: Re: Warning on website after upgrade to 1.1.8
Post by: artist3412 on February 05, 2014, 03:53:10 PM
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.
Title: Re: Warning on website after upgrade to 1.1.8
Post by: eCommerce Core on February 06, 2014, 04:17:39 PM
Glad you could figure it out. Thank you for sharing a solution.