I'm having difficulty installing, hope someone can lend me a minute. Once I've gotten my required modules enabled (FeedAPI, SimplePie, etc), I can't seem to enable the Broadcast Synchronization module at all. I keep getting this error:
Fatal error: Call to undefined function content_copy_import_form() in /export/home/ftpuser/video.uncc.edu/www/testing/drupal/sites/all/modules/om_broadcast_sync/includes/content_types/content_types.inc on line 30
Drupal 6.17, PHP 5.1.6 for what it's worth.
Just trying to get installed so I can see if this module is what I need to create a decent schedule. Thanks!
Comments
Comment #1
darrick commentedThere is a missing dependency. Make sure you have the "Content Copy" module installed. Then reinstall the om_broadcast_synchronization module.
Comment #2
kreynen commentedThat error is caused by not having CCK's Content Copy module enabled before enabling om_broadcast_sync. Turn on Content Copy and that will get you a little further. I'll respond more on GDO.
Comment #3
davepotts commentedEnabling content copy worked, thanks!
FWIW, CC doesn't show up in the dependency list, just "Content."
Comment #4
kreynen commented