When I have the book module enable, attempts to create an image node result in the following error:
Fatal error: Call to undefined function: category_is_cat_or_cont() in C:\Program Files\xampp\htdocs\drupal\modules\book.module on line 130
Some details:
* The preview function works fine
* The problem remains whether: an image gallery is selected or not; 'published' is checked or not
* I'm running 4.7.2 and v1.197.2.2 2006/07/18 of the image module
* I had installed the previous version of the image module after installing the category module. Discovered they were incompatible. After disabling the category module and upgrading the image module, I got to where I am now.
* I also have img_assist and image_pub installed
I had thought it was a image gallery/taxonomy problem and realized that while the book module was still enabled, the image gallery i created failed to create a taxonomy term. Perhaps this only happens when an image node is successfully posted into the gallery (likely). So after disabling the book module everything worked and the term was created.
I'll keep trying to debug my installation and check my settings but advice is appreciated. Thanks!
Comments
Comment #1
heydg commentedAh silly -- I forgot I had replaced the book module with a wrapper from the category module -- this was the problem. Replaced it with core module and everything is fine.
This is the thread to track the image/category module incompatibility:
http://drupal.org/node/71052