Fatal error: Call to undefined function link_content_is_empty() in C:\xampp\htdocs\sites\all\modules\cck\content.module on line 906

I upgraded to the latest developer release after experiencing the same problem in 6.x-2.2.

Comments

ToniaC-1’s picture

Priority: Critical » Minor

I think this problem resulted from a problem in the Date module. When I upgraded to the newest version of Date and ran the update script my module status still showed the older version. I did this several times and Date did not seem to update.

Now that I rolled back the Date module, everything seems to be working fine.

yched’s picture

Status: Active » Closed (won't fix)

Er, this rather sounds like a problem in Link module - which, I think, was fixed quite some time ago, make sure you have the latest version of the module.
Either way, not for CCK.

bstoppel’s picture

I got this same error message with some custom PHP in Ubercart 2 Conditional Actions. Interestingly, I didn't even have the link module installed. I installed it, and the error went away.

MatthijsG’s picture

This is my fix: After upgrading, the submodules of CCK are switched off (like text, image, email). But the're still defined. So adding a new node results in an error. After switching the right submodules on, everything was working fine.

zoo’s picture

As bstoppel (#3) did, it worked for me too. Thanks

zoo

sergivives’s picture

Happened the same to me (#4). What I did to solve this issue was simply upgrade to the latest version of the Link module, de activated and reactivated the module.