Closed (outdated)
Project:
Commerce CiviCRM
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2013 at 14:33 UTC
Updated:
23 Aug 2017 at 17:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
davidwbarratt commentedThe attached patch first checks to make sure that the 'id' index is not empty.
thanks!
Comment #2
muhleder commentedYup, looks good.
Comment #4
bryanhidalgo commentedI applied the patch but still having the same problem. when going to admin/commerce/config/civicrm i get a white screen, the error persists: Notice : Undefined index: cid in commerce_civicrm_civicrm_links()
Comment #5
tanmaykPatch for Notice: undefined index cid against 7.x branch.
Comment #6
tanmaykChanging the name just to make it not limited for one index only.
Comment #7
kebz commentedDo I use both patches for this? Or just this one? > 1897654-5-undefined-index-cid.patch
Notice: Undefined index: cid in commerce_civicrm_civicrm_links() (line 100 of /homepages/30/d513154960/htdocs/OVLVX_com/BLove/sites/all/modules/commerce_civicrm/commerce_civicrm.module).
Comment #8
millionleaves commentedI applied #5 and the error has stopped appearing. Didn't apply #1.
Comment #9
kurund commented