Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The category module ships with a taxonomy wrapper module which is supposed to invisibly maintain the taxonomy tables as categories are added and maintained.
I am getting this error message (It prints 4 times):
user warning: Unknown column 'Object' in 'field list' query: INSERT INTO term_node (nid, tid) VALUES (36, Object) in THIS_IS_MY_WEBSERVER_ROOT/httpdocs/includes/database.mysql.inc on line 120.
The records never get inserted into the taxonomy module.
I assume something went wrong during the wrapper install. Anyone know how to fix this?
Does anyone think that giving the user the option to include or not include the breadcrumb, page title, and submitted by information, in the node would be a useful addition to Drupal?
They could appear as check boxes
[__] include breadcrumb
[__] include page title
[__] include submitted by
If the user chooses not to include these items, only the HTML body would appear on the page.
I've installed the latest image.module (4.7.0, 25/10/2006) and I've enabled it. The problem is that it makes the image into a category so that I have images that are categories which is definitely not what I want. I would like to disable this but don't know where to do it. I've gone to administer>settings>category and administer>settings>image and administer>settings>image_assist and administer>settings>content types and administer>category. I disabled image_galleries thinking maybe that was the problem but no such luck.
I dont know what it really means in step 4 so I just copied the entire folder, including the folder itself to the modules folder in the drupal installation. So I have a modules folder inside another modules folder.
So when I get to step 5 I dont see the graphics module in administer > modules.