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
Comment #1
mcrider commentedComment #2
karens commentedIt 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.
Comment #3
mcrider commentedThanks 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!!
Comment #4
mcrider commentedComment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.