Posted by tcblack on May 27, 2009 at 2:46pm
Jump to:
| Project: | Relevant Content |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
When trying to edit book order (http://www.example.com/admin/content/book/1) in Drupal 6.x I'm getting the following error:
Fatal error: Call to undefined function relevant_content_cck_content_is_empty() in /home/stilbla0/public_html/sites/all/modules/cck/content.module on line 900
My workaround has been to disable the module, adjust the order and then re-enable the module but as you know it shouldn't work that way.
So have I done something fishy do you think?
Comments
#1
It looks like a duplicate of #346576: hook_content_is_empty() is not implemented.