Closed (fixed)
Project:
Statuses (Social Microblog)
Version:
7.x-1.x-dev
Component:
Code (API)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2012 at 11:18 UTC
Updated:
29 Jul 2012 at 05:31 UTC
There are some strange effect when posting a status on a user profile if the commerce module is activated.
Warning: Invalid argument supplied for foreach() en commerce_order_statuses() (línea 1143 de /home/planazo/domains/queplanazo.com/public_html/beta/sites/all/modules/commerce/modules/order/commerce_order.module)
This error is inside a function called "commerce_order_statuses($conditions = array())" and I'm thinking to a possible "name matching" because the commerce module uses "statuses" too.
Comments
Comment #1
icecreamyou commentedAh, this is probably due to code meant to integrate with the Trigger module in D6 that hasn't been upgraded. For reference, example Trigger integration
Comment #2
icecreamyou commentedCommitted fix to dev