Installing 6.x-1.4 version the module is incomplete because the google_adwords table doesn't include the color field.
Color field is included just in the module update procedure, not in the install.

Comments

f1mishutka’s picture

confirm this issue

I have error when trying to adjust conversion settings:

user warning: Unknown column 'color' in 'field list' query: INSERT INTO google_adwords (nid, vid, enabled, label, format, color) VALUES (54, 54, 1, 'sdfgsdfg_DFfsdfM', '2', 'FFFFFF') in /drupal/modules/google_adwords/google_adwords.module on line 167.

shaneod’s picture

I'm having the same issue.

webthingee’s picture

Same issue here too.

webthingee’s picture

StatusFileSize
new1.12 KB

I decided to attempt a patch that includes the tables in the schema, and to the update hook.

webthingee’s picture

Status: Active » Needs review

forgot to update status to request test. ^^^^

rickmanelius’s picture

Same problem, haven't tried the patch yet.

castawaybcn’s picture

same here, I have not tried the patch either

firebus’s picture

Version: 6.x-1.4 » 6.x-1.x-dev
Priority: Normal » Major
Status: Needs review » Reviewed & tested by the community

worked for me. marking this bug critical, since it breaks functionality for any user wishing to upgrade

Preston McMurry’s picture

The above patch solves the problem on an otherwise unpatched 2011-Apr-12 release of the module (therelease available as of this posting). Confirmed just now. Not sure how the above patch interacts with any other patches.

belong@mywebworkshop.com’s picture

Priority: Major » Critical

The patch presumably works, and was created in April. It is now June.
Is there a plan to fix this and produce a new release?

At present this module is only for those who know how to do patches.
The module is not working unless patched.

I can't do patches.
Should I use an old version of the module until 1.4 is fixed?

Cheers
Miriam

petarb’s picture

I can't do patches either! Very dangerous to try manually, as well...

Can someone PLEASE post either a text dump of the patched file, or perhaps a ZIP of the patched file?

Thank you for your help. :)

petarb’s picture

Any news on this patch? Would somebody be kind enough to post this? Thanks in advance!

gregoire@inficiences.com’s picture

StatusFileSize
new14.35 KB

Please find attached the same module with the patched google_adwords.install file

NaX’s picture

Manually applied patch #4 to dev and it seemed to work for me.

webthingee’s picture

Status: Reviewed & tested by the community » Needs review
petarb’s picture

Thank you Gregoire! Seems to work for me too.

stewart.adam’s picture

Attached patch applies to 6.x-1.x git.

perignon’s picture

Issue summary: View changes
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.