Shop / e-Commerce Integration

[Closed] Problems with J 3.4.1 +Joomdle 1.0.1 + VM 3.0.6

  • flyzituh
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 2 months ago - 11 years 2 months ago #1 by flyzituh
Hello,

I m with problems in VirtueMart integration with joomdle. When I create a bundle to publish the error in the attachment shows....

Can you help me? There is any install tutorial to the joomla 3.4.1 + Joomdle 1.0.1 + VM 3.0.6 version?

Best Regards
Last edit: 11 years 2 months ago by Chris.

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

More
11 years 2 months ago #2 by Antonio Durán
Hi.

Attached files are not showing fine, so I cannot see the error. If you prefer, you can send them directly to development@joomdle.com and I will take a look as soon as I can.

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

  • flyzituh
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 2 months ago #3 by flyzituh
I solved my problem with joomla 3.3.6! thank you

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

More
11 years 2 months ago #4 by Antonio Durán
I can see the pic now. The error is a warning, I guess you changed error reporting level when you downgraded and that made it the error go away.
I fixed it for next release. If you want to fix it, you just need to edit administrator/components/com_joomdle/helpers/shop.php , function get_bundles().
Before this line:
Code:
$c[$i]->id = $bundle['id'];
Add:
Code:
$c[$i] = new JObject ();

You are safe to upgrade to latest Joomla version.

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