Closed (fixed)
Project:
Counter
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2008 at 00:03 UTC
Updated:
3 Jan 2009 at 23:23 UTC
Jump to comment: Most recent file
I upgraded ecommerce from version 3 to version 4 and got the following error.
Update #5401
* Failed: ALTER TABLE {ec_cart} ALTER COLUMN cookie_id TYPE VARCHAR(40)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | counter_pgsql.patch | 1.61 KB | iktaka |
Comments
Comment #1
balagurumoorthy commentedQuick Fix for the above, i ran the query manually as given below.
ALTER TABLE ec_cart modify COLUMN cookie_id VARCHAR(40);
Comment #2
iktaka commentedThe 6.x-1.2 code doesn't work with postgresql.
some SQLs are MySQL based code.
I've fixed them in oreder to work with posegresql.
I've tested with postgresql 8.1.11 (CentOS 5.2 version).
Comment #3
drupalnesia commentedCounter 6.x-1.4 has used Drupal 6 new Database schema. Now, all database supported by Drupal automatically works, thanks to new D6 database schema!
Enjoy Counter 6.x-1.4