[Closed] Problem to save in Store - VirtueMart

  • Kazuo Gomi Filho
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
13 years 11 months ago - 13 years 11 months ago #1 by Kazuo Gomi Filho
[Closed] Problem to save in Store - VirtueMart was created by Kazuo Gomi Filho
Joomla 2.5.4
Moodle 1.9
Joomdle 0.8
Virtuemart 2.0.6

In Joomdle > Store when i click to save one new bundle .. system return :

Warning: require_once(/home/totall/public_html/milenium/administrator/components/com_hikashop/helpers/helper.php) [function.require-once]: failed to open stream: No such file or directory in /home/totall/public_html/milenium/administrator/components/com_joomdle/helpers/shop.php on line 1696

Fatal error: require_once() [function.require]: Failed opening required '/home/totall/public_html/milenium/administrator/components/com_hikashop/helpers/helper.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/totall/public_html/milenium/administrator/components/com_joomdle/helpers/shop.php on line 1696


But i dont have hikashop installed
The most intersting is that if i back to store the new bundle is saved...

Thanks in advance
Last edit: 13 years 11 months ago by Chris.

Please Log in or Create an account to join the conversation.

More
13 years 11 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Re: Problem to save in Store - VirtueMart
Hi.

Thanks for the bug report. There is a missing break stament.

You can fix the error by adding:
Code:
break;
After line 279 which is:
Code:
JoomdleHelperShop::create_bundle_on_vm2 ($bundle);

Please Log in or Create an account to join the conversation.