I'm trying to debug this but is hard to find out where the problem is :-(

http://drupal.org/node/431654

introfini

Comments

dpopov’s picture

Same in 6.x-2.0-rc1, and with Ad Weight Probability module too. But only when creating node, not editing. Disabling both modules solves the problem.

introfini’s picture

The problem is related to the cache. if we empty the cache and then reload the node the cache is recreated and all is ok...

introfini

dpopov’s picture

Yes, you're right, emptying cache brings fields back. And it's in the table cache_content, record with cid content:nid:vid, that should be deleted. Don't know how it relates to Ad Channel and Ad Weight Probability modules.

jeremy’s picture

Terry Lorber’s picture

Any progress on this issue?

I'm trying to automatically create an ad channel for new ads (when a CCK field_url is given), I'm having problems assigning the new ad to the new ad channel, but I'm also noticing the the field_url is blank when I go back to edit the new ad.