Closed (duplicate)
Project:
Ubercart
Version:
7.x-3.0-rc4
Component:
Orders
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 May 2012 at 12:04 UTC
Updated:
9 May 2013 at 06:31 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| myrequests view.txt | 16.75 KB | vgulla |
Comments
Comment #1
tr commentedPlease 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.
Comment #2
vgulla commentedThanks 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)
Comment #3
vgulla commentedI just installed the latest version of ubercart 7.x-3.1 and still get the same error on the views page
Comment #4
vgulla commentedIs 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
Comment #5
longwaveNodes 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.
Comment #6
vgulla commentedBut the error is coming from the ubercart module code. See the error message above
Comment #7
vgulla commentedBut the error is coming from the ubercart module code. See the error message above
Comment #8
longwaveYes, but if uc_node_checkout is doing something wrong, that is not Ubercart's problem.
Comment #9
vgulla commentedThanks longwave. I posted an issue for uc_node_checkout also. But, have it here since the error is coming from a uc module
Comment #10
tr commentedDuplicate of #1437430: node checkout don't delete node when customer regret
Comment #11
Anandyrh commentedI don't use the UC Node Checkout module, but I still get this issue... i am using securetrading payment process module for the checkout.