| Project: | CiviCRM Integration |
| Component: | Code |
| Category: | |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Things aren't work as per the design on Drupal 6.x / CiviCRM 2.2.3 (the latest release): Any other test reports on this?
As far as my case goes, The module added an activity of type 'Purchase', and that's about it.
* There is no Activities Tab in the Contact Record or the Contact Dashboard.
* On Checkout, (From the uc checkout review) -Nothing happens, but for an endlessly long wait, which is followed up with a CiviCRM fatal error screen - *Not Enough Data to Create an Activity Object*.
* No Group Called Purchasers was added.
* My Contact Record had an address already. This wasn't pre-populated on the pre-checkout form (I wonder if this is the expected behavior in the first place?)
* I still haven't managed to test whether or not a new contact is added on anonymous checkout or if details are successfully appended to CiviCRM at all.
I reckoned that the 'Not enough data to create an activity object' was probably because of the absence of $params['contact_assignee_id'] in CRM_Activity_BAO_Activity::create(). So I tried assigning it to the same $cid as the contact himself, But this wouldn't work either. The screen still hangs.
As I mentioned, This is on a Drupal 6.10 Setup, With Ubercart 2.0RC & CiviCRM 2.2.3
Any pointers?
