Module should check if story content type hasn't been deleted
Break9 - September 2, 2008 - 05:56
| Project: | Wordpress Import |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Break9 |
| Status: | closed |
Jump to:
Description
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.

#1
I 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.
#2
The 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.
#3
#4
This is fixed in 6.x-2.x-dev, content types aren't hardcoded anymore.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.