I'm a noob to drupal so this COULD be my fault - but it sorta smells like a bug. I have done a bit of PHP and MySQL and this just "feels wrong"... like it shouldn't be this hard. :-)
Setup: Brandy-new site going up with newest d/l of Drupal 5.0 and Category and a couple others. Working from Mac OSX on a 1&1 site (art.sargasso-sea.net)
Problem: Can't seem to get forums to set up. I'm trying a tree setup with "forums" as base container, and then a couple specifc forum containers. I can create the base forum container and it shows in Manage Categories. However when I go to Content Managment > Forums it shows "No existing containers". I've dropped all tables in the database several times and restarted and followed steps in the Drupal forums on this, but this still persists.
After creating containers in the Forums page and the I go to Content Managment > Content, the containers are there, in name only, as they have no Type assigned. When hit Edit, I get this error message:
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 /homepages/13/d169806360/htdocs/aart/includes/form.inc on line 217.
I can delete all these errant containers, but when I look at the database (via phpmyadmin) the table column "Variable.fourm_containers" still has the same data.
Any clues as to what might be going wrong here?
Comments
Correct me if I'm wrong
But I think the forums module only works with the traditional taxonomy module, not the "category" module. Although, this may be only in Drupal 4.7 and not 5.0.
you should install the
you should install the taxonomy wrapper and the book wrapper in order for taxonomy to work with category module. make sure your modules folder is rewritable. You will find the wrapper in the category settings.
I have not tried category module in D5, yet. I did in D4. Could be the same.
Hope this helps.
Tecito.com
Comunidad Latina en Canada, regístrate ya! Join the growing latin community in Canada.
Even with the wrapper...
You still need the old fashioned core taxonomy module enabled in order for forums to work, right?
I believe so, taxonomy must
I believe so, taxonomy must be enabled, so its synchronized, my belief is that if you ever removed the category module, it defaults back to the taxonomy module. Never tried it.
Tecito.com
Comunidad Latina en Canada, regístrate ya! Join the growing latin community in Canada.
I am having this same issue,
I am having this same issue, only I'm getting this error upon hitting edit (in the admin/content page) on a node that was created with simplenews, which seems to be having trouble having the type 'newsletter' stick.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'category-cat_node_form' was given in /home/.lytle/pdxpeace/pdxpeace.org/includes/form.inc on line 218.
I'm using Drupal 5.1.
5.1
Did you update from previuos version ? to 5.1 it helps if you use the update.php to get the cat_things changed to cat-things.
worked here first i had the bug (same) when updated from 4.7 to 5.1 (yes with the famous 5.0 step inbetween).
After that i had this same error, but then i looked at the update.php and there was a 9 update for categorie and a update for category_menu. but the first should make your error go away.
hope that helps