Hello

I am using ubercart with uc_node_checkout module to offer an offline service. The service request is the content type that is tied to the product that we are selling.
Now, I have a view showing all the nodes and the status of corresponding orders created. Attached is the export of this view.

I am getting this error when viewing this view with the order status field. Please help.

-vasantha

CommentFileSizeAuthor
myrequests view.txt16.75 KBvgulla

Comments

tr’s picture

Status: Active » Postponed (maintainer needs more info)

Please provide the complete error message, including line number and what the missing index is. I strongly suggest upgrading to the latest version of Ubercart, not only because it has lots of improvements and fixes but also because we really can't support pre-release versions like 7.x-3.0-rc4.

vgulla’s picture

Thanks for the reply TR. Here is the full error

Notice: Undefined index: in uc_order_status_data() (line 1894 of /home/content/09/6864809/html/xpert/modules/ubercart/uc_order/uc_order.module).
Notice: Undefined index: in uc_order_status_data() (line 1894 of /home/content/09/6864809/html/xpert/modules/ubercart/uc_order/uc_order.module)

vgulla’s picture

I just installed the latest version of ubercart 7.x-3.1 and still get the same error on the views page

vgulla’s picture

Is it possible that this is happening because there is no status value for NULL. Not all orders get into the uc_node_checkout_order_products and so some of the nodes created don't seem to have any status

longwave’s picture

Nodes don't have an order status in core Ubercart, so not sure what you mean. uc_node_checkout_order_products must be provided by uc_node_checkout so perhaps this is a bug in that module, in which case this issue should be moved over there.

vgulla’s picture

But the error is coming from the ubercart module code. See the error message above

vgulla’s picture

But the error is coming from the ubercart module code. See the error message above

longwave’s picture

Yes, but if uc_node_checkout is doing something wrong, that is not Ubercart's problem.

vgulla’s picture

Thanks longwave. I posted an issue for uc_node_checkout also. But, have it here since the error is coming from a uc module

tr’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)
Anandyrh’s picture

I don't use the UC Node Checkout module, but I still get this issue... i am using securetrading payment process module for the checkout.