Hi,

CCK2 needs to be notified when fields are installed, uninstalled and so on. Otherwise, the field definition may remain in an inconsistent state taht may cause problems when disabling and then reenabling the module.

Here's a patch that adds addresses_cck.install with the required hook implementations.

CommentFileSizeAuthor
addresses_cck.install.patch1.24 KBmarkus_petrux

Comments

AntiNSA’s picture

I want to use this patch.. Is it safe??

markus_petrux’s picture

I don't get what you mean by safe, but reading what you've said here, I would say No. It isn't safe.

Patches are not for production. You may wait until it's reviewed and committed to the project repository. If you need this, then what you can do is help testing the patch on a safe environment, and provide feedback so that the module developers can feel more confident that the patch works as expected when more people can review and test it.

Please, read this:

http://drupal.org/getting-involved
http://drupal.org/node/314199
http://drupal.org/patch/review

AntiNSA’s picture

What I meant is has anyone reviewed this? Hows it doing? Ok? Tested yet?

brmassa’s picture

Version: 6.x-1.0-alpha3 » 6.x-1.03
Status: Needs review » Fixed

Markus,

thanks a lot. Commited. Soon on the 1.04 release!

regards,

massa

Status: Fixed » Closed (fixed)

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