When I run a cron job, it's not doing anything because there's a legacy variable variable_get('mm_node_types', null) still in use here. My guess is that it works on your installation because the variable is set, but in the existing version this has moved on to $configuration['mm_node_types']... I noticed there's a TODO there to this effect, I think the only thing that needs to be changed is updating variable_get('mm_node_types', null) to $configuration['mm_node_types'].
Comments
Comment #1
arthurf commentedthis is fixed, along with a host of issues, as well as an update to drupal 5!
Comment #2
arthurf commented