I recently upgraded from 5.3 to 6.1 and have a category node type (category_cat_node_form) that is no longer compatible due to the category module not being ready for 6. Due to the error it gives in EDIT, warning: call_user_func_array() [function.call-user-func-array]: First argumented is expected to be a valid callback, 'category_cat_node_form' was given in /home/sitename/includes/form.inc on line 358. , you cannot access the info or change the node type with nodetype. Does anyone know a workaround (besides using mysql)to change this nodetype to story or... besides deleting all the nodes and redoing...??? Thanks.

Comments

philiphart’s picture

I'd love a workaround for this too.. have upgraded from Drupal 4 to 6 and didn't realise that it would create this headache.

What would the process be to change the node type using mysql (phpmyadmin)?

philiphart’s picture

ahh.. the category module for drupal 6 is in beta now.. have installed that and i can now edit my content again..