warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'story_node_form' was given in /var/www/vhosts/reasonme.com/httpdocs/drupal/includes/form.inc on line 218.
I was able to import all of the articles and I can view them all, BUT i can't edit any of them i keep getting this error for each of the nodes i try to edit. Any suggestions? Please help need to launch new site soon. Thanks for the module so far it seems like this will save me hundreds of hours.
Comments
Comment #1
break9 commentedI figured it out. I needed to create a content-type called "story" that would display the wordpress posts that were moved over. Maybe as part of this module it could automatically create the correlating conent-type to prevent this from happening. Again thanks for the product.
Comment #2
yrocq commentedThe content type tory" is created by default by Drupal during the installation. I imagine you deleted it. The module should check this kind of situation however, so I keep the issue open.
Comment #3
yrocq commentedComment #4
lavamind commentedThis is fixed in 6.x-2.x-dev, content types aren't hardcoded anymore.