Check Out Problem Step 6 – "Could no load model total/tb_banners!"

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeCheck Out Problem Step 6 – "Could no load model total/tb_banners!"

This topic has been marked as resolved.

Hello,

a customer reported the problem below when checking out. Can anyone help please

Step 6: Confirm Order
Notice: Error: Could no load model total/tb_banners! in /home/www/innovativeinception.com/vqmod/vqcache/vq2-system_engine_loader.php on line 51

Thank you

July 19, 2012 at 5:17 pm #11567

Bump

July 20, 2012 at 6:52 pm #11591

Hello,

can I please get some help, I just lost another client.

Thanks

July 21, 2012 at 1:33 pm #11619

Don’t worry, reverted back to the old Shoppica

July 22, 2012 at 8:12 pm #11651

Sorry for the unpleasant situation, but we reply to oldest topics first. So, when you bump a topic (intentionally or not) it goes backwards in the support queue.

The problem you have described is most probably coming from some third party modification. If you can install a test version somewhere, we may check, where the problem is coming from.

Best,
ThemeBurn team

July 25, 2012 at 8:48 pm #11736

Hi,

We still seem to be getting errors. This one in particular which seems to relate to this post:

PHP Notice: Error: Could not load model shoppica/shoppica! in /home/godfreyj/public_html/vqmod/vqcache/vq2-system_engine_loader.php on line 51

Regards,

Karl.

September 26, 2012 at 12:44 pm #13671

The error has occurred approximately 30 times in under 24 hours. Cant seem to work out how to create the error and what effect it has on the website though. Worried it may be impacting on the site performance.

Regards,

Karl.

September 26, 2012 at 3:17 pm #13698

Unsure if it may link to this error in some way:

PHP Notice: Undefined index: banner_id in /home/godfreyj/public_html/catalog/controller/module/banner.php on line 13

This is occurring about 50 – 60 times per hour. We have tried to implement the documented fix for this on the Opencart site, however this didn’t seem to work. Wandering if this is generating off the back of the other error relating to the theme?

Karl.

September 26, 2012 at 3:20 pm #13700

@blademultimedia

We are not sure why these errors occur. The PHP Notice: Error: Could not load model shoppica/shoppica! is somehow connected with temains of the Shoppica 1 and some vqmod extensions, though not clear how. The other errors have nothing to do with Shoppica.

We are 100% sure these errors have no influence over the site performance, though this don’t make them less annoying. You could disable the error log if everything on the site works for you and your clients.

Regards,
ThemeBurn team

September 26, 2012 at 3:28 pm #13703

Any ideas on this one?

PHP Notice: Undefined index: banner_id in /home/godfreyj/public_html/catalog/controller/module/banner.php on line 13

This is occurring about 50 – 60 times per hour. We have tried to implement the documented fix for this on the Opencart site, however this didn’t seem to work. Wandering if this is generating off the back of the other error relating to the theme?

Karl.

September 26, 2012 at 3:48 pm #13705

No ideas on this one.

September 26, 2012 at 4:08 pm #13708

I had this problem with the payment method PayPalHosted.

The heart of the problem was in catalog / controller / payment / pp_hosted.php

Specifically to this call.

$this-> {‘model_total_’. $result ['key']} -> getTotal ($total_data, $total, $taxes);

One of the $result was an array with ‘key’ = tb_banners and type = ‘module’.
All other $result have type = ‘total’.

I solved it by inserting

if ($ result ['type'] == ‘module’) {
continue;
}

inside the loop

foreach ($results as $result)

March 6, 2014 at 8:02 pm #30912

@cloda01

Thanks for tip, mate :)

March 27, 2014 at 11:38 am #31232
Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.