- Posts: 9
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
-
Less
More
11 years 2 months ago - 11 years 2 months ago #1
by flyzituh
[Closed] Problems with J 3.4.1 +Joomdle 1.0.1 + VM 3.0.6 was created 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
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.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7930
11 years 2 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Problems with joomla 3.4.1 +Joomdle 1.0.1 + VirtueMart 3.0.6
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.
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
-
Less
More
- Posts: 9
11 years 2 months ago #3
by flyzituh
Replied by flyzituh on topic Problems with joomla 3.4.1 +Joomdle 1.0.1 + VirtueMart 3.0.6
I solved my problem with joomla 3.3.6! thank you
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7930
11 years 2 months ago #4
by Antonio Durán
Replied by Antonio Durán on topic Problems with joomla 3.4.1 +Joomdle 1.0.1 + VirtueMart 3.0.6
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:
Add:
You are safe to upgrade to latest Joomla version.
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'];
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.