I have the latest version of CCK and Drupal. I've been attempting to create content from a a new "employee" content type that I've setup. Unfortunately when I fill out the fields and click save, the page goes blank. It's not a browser error page but just a blank page and when I click back the content hasn't been created at all. I attempted the following: Disable tnymce as well as Changing themes. I am currently using the Deco theme (http://www.drupal.org/project/deco). After trying these and trying to create content using different browsers I checked the error logs on the server (below).

[Thu Oct 30 11:57:24 2008] [error] [client 64.198.214.4] PHP Fatal error: Call to undefined function addresses_cck_content_is_empty() in /var/www/web1/web/modules/cck/content.module on line 837, referer: http://www.crossroadssafetymanagement.com/?q=node/add/employee

Does this have something to do with the content.module?

Thanks for your help,

Comments

mcrider’s picture

Version: 6.x-2.0-rc9 » 6.x-2.0-rc10
karens’s picture

Project: Content Construction Kit (CCK) » Addresses
Version: 6.x-2.0-rc10 » 6.x-1.0-alpha3
Component: content.module » Code

It sounds like you're using the addresses module and it hasn't implemented hook_content_is_empty(), which is a required hook, so this is an Addresses problem.

mcrider’s picture

Thanks Karen! I looked into the Addresses module and found that it was missing Tokens. I installed the Token module and reactivated the addresses module and things are working much better.

Thanks!!

mcrider’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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