Went to admin >> by-module and clicked "Export CCK types and views" and got the following error:
Fatal error: Call to undefined function content_copy_types() in /var/www/html/sites/all/modules/import_export_tool/import_export_tool.module on line 129
Went to admin >> by-module and clicked "Export CCK types and views" and got the following error:
Fatal error: Call to undefined function content_copy_types() in /var/www/html/sites/all/modules/import_export_tool/import_export_tool.module on line 129
Comments
Comment #1
robertdouglass commentedRight. It's not enough to declare the dependency on CCK in the .info file. You have to guarantee that those CCK functions exist before calling them. This is a known issue from other contexts - a failing of the Drupal module dependency checking. Module owners have to be aware and work around it.