Error in special shoppica2

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeError in special shoppica2

This topic has been marked as resolved.

I have this problem in “special” product,

start(‘product\special.products.each’, array(‘products’ => $products, ‘product’ => $product, ‘data’ => $this->data)); ?>
PHP Fatal error: ‘No slot started.’
in /var/www/html/dev/test_website/tb_themes/shoppica2/library/ViewSlot.php:82
Stack trace:
#0 catalog/view/theme/shoppica2/template/product/special.tpl(152): TB_ViewSlot->stop()
#1 vqmod/vqcache/vq2-system_engine_controller.php(97): require(‘/var/www/html/d…’)
#2 catalog/controller/product/special.php(296): Controller->render()
#3 [internal function]: ControllerProductSpecial->index()
#4 vqmod/vqcache/vq2-system_engine_front.php(48): call_user_func_array(Array, Array)
#5 vqmod/vqcache/vq2-system_engine_front.php(29): Front->execute(Object(Action))
#6 index.php(239): Front->dispatch(Object(Action), Object(Action))
#7 {main}

The template is shoppica2 and opencart 1.5.3.1 . how can I solve it?

Thank

June 4, 2012 at 4:44 pm #9763

Disable your vqmod extensions, undo any custom modificatons you have made to specials.tpl and check if the issue persists.

June 4, 2012 at 5:29 pm #9774

the problem still persists, I removed the vqmod.
I do not think that the problem is caused by vqmod.

start(‘product\special.products.each’, array(‘products’ => $products, ‘product’ => $product, ‘data’ => $this->data)); ?>
PHP Fatal error: ‘No slot started.’
in /var/www/html/dev/test_website/shoppica2/tb_themes/shoppica2/library/ViewSlot.php:82
Stack trace:
#0 catalog/view/theme/shoppica2/template/product/special.tpl(152): TB_ViewSlot->stop()
#1 system/engine/controller.php(92): require(‘/var/www/html/d…’)
#2 catalog/controller/product/special.php(296): Controller->render()
#3 [internal function]: ControllerProductSpecial->index()
#4 system/engine/front.php(47): call_user_func_array(Array, Array)
#5 system/engine/front.php(29): Front->execute(Object(Action))
#6 index.php(236): Front->dispatch(Object(Action), Object(Action))
#7 {main}

my version shoppica is 2.0.0

thanks

June 4, 2012 at 5:37 pm #9775

Upgrade Shoppica to the latest version – 2.1.0 and see if the problem is still there. If this doesn’t help, please provide FTP access and your site url.

June 4, 2012 at 5:41 pm #9778

the problem persists. the site link is: http://dev.wineoox.com/shoppica2/
and version shoppica is 2.1.0 and version OpenCart 1.5.3.1.

Thanks

June 4, 2012 at 6:28 pm #9784

Good morning,

Do you understand the error? This error on shoppica v. 1.0.14 does not and never occurred.

thank you very much

June 5, 2012 at 10:53 am #9816
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
June 8, 2012 at 10:18 am #9966

Yessssssssssssssss, it’s work with replace tag (line 101)

“<?" with
"<?php" .

Thanks infinity

June 8, 2012 at 11:13 am #9975

You’re welcome, mate :)

Best,
ThemeBurn team

June 8, 2012 at 11:31 am #9979
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.