Good day !
I have problem with installation Taxonomy Filter.
What i do:
1) install only drupal 6.12
2) Place this module directory into my Drupal modules directory.
3) enable only Taxonomy Filter Core 6.x-1.0
Then I go to drupal/admin/build/block
and see this:
user warning: Out of range value adjusted for column 'weight' at row 1 query: INSERT INTO blocks (module, delta, theme, status, weight, region, custom, throttle, visibility, pages, title, cache) VALUES ('taxonomy_filter', '1', 'garland', 0, -200, '', 0, 0, 0, '', '', 4) in C:\webserver\Apache2.2\htdocs\drupal6.12-clean\includes\common.inc on line 3422.
How you think, what this may be?
The same problem with Taxonomy Filter Core 6.x-1.x-dev
Thanks
Comments
Comment #1
solotandem commentedThe message appears to be informing you the value was adjusted, but as this is a warning I assume the module was installed properly. Is this true?
What database are you using?
If you want to eliminate the message, change line 209 in taxonomy_filter.module to:
'weight' => -20,This will be fixed in the next dev release.
Thanks.
Comment #2
Andrew Gorokhovets commentedThank you for The fast answer.
When I change line 209 in taxonomy_filter.module to:
'weight' => -20,
This fixed the problem.
I'm using MySQL 5.0.45
But when I do my next steps, it not working again
Whot I do:
1) enable all submodules in Taxonomy Filter
2)enable block's( Taxonomy filter - current criteria ,Taxonomy filter - refine criteria)
3) in admin/settings/taxonomy_filter
- create filter menu base
- enable Display current criteria block above content
- in mappings select my dictionary
That's all what I do, but there are no blokc's on my display.
Help please.
Comment #3
Andrew Gorokhovets commentedI'm using 6.x-1.x-dev 2009-May-28
Comment #4
solotandem commentedQuestions (pardon me if these seem obvious):
1) What page are you displaying and hoping to see the blocks? Is it a taxonomy listing page (e.g. taxonomy/term/n)?
2) What does your taxonomy look like (i.e. number of vocabs, the term hierarchy, etc.)?
3) How is your content tagged relative to the terms?
4) Do you have multiple term filtering turned on?
Comment #5
Andrew Gorokhovets commentedThank you very much. It's work!.
Comment #6
Andrew Gorokhovets commented