Closed (fixed)
Project:
Taxonomy NCO
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Apr 2011 at 16:25 UTC
Updated:
17 Aug 2011 at 10:13 UTC
Hi,
when enable the module in a standart clean instalation of drupal 7.0 I have this erorr.
thanks
Notice: Undefined index: db_type in taxonomy_nco_install() (line 12 of C:\Documents and Settings\..\sites\all\modules\taxonomy_nco\taxonomy_nco_analysis.install).
Comments
Comment #1
esculcar commentedWhen I eneble only Taxonomy NCO and later Taxonomy NCO Analysis, I didn´t have error,
but when I go to some taxonomy term /taxonomy/term/5 I have those errors:
Notice: Undefined index: input_tids in taxonomy_nco_related_terms() (line 79 of C:\..\sites\all\modules\taxonomy_nco\taxonomy_nco.module).
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'testautotag00.taxonomy_nco' doesn't exist: SELECT tid_b, nco FROM {taxonomy_nco} WHERE tid_a IN (:tid_list) AND (a_and_b >= :minimum_match_intersection) AND (nco >= :minimum_match_nco) ORDER BY nco DESC; Array ( [:tid_list] => 5 [:minimum_match_intersection] => 3 [:minimum_match_nco] => 0.032 ) in taxonomy_nco_related_terms() (line 92 of C:\..\sites\all\modules\taxonomy_nco\taxonomy_nco.module).
thanks
Comment #2
russellb commentedHi, thanks for your bug report.
It looks like the install files have got confused in the D7 dev. release there.
I will fix the problem and release a new D7 dev. with the correct D7 install file.
Comment #3
santam commentedI am also getting the same errors. In addition there is no link created in the configuration page in drupal 7. I can for example type in the URL (.../admin/config/taxonomy_nco_analysis) directly to get to the module configuration page.
Clicking on the cluster build tree tab gives this error:
In the enforced cluster root tab there is the following error:
The enforced NCO tab gives the following SQL error:
The browse clusters page gives a WSOD with no errors (related to above errors perhaps)
I tried to enable the block for taxonomy NCO but it doesnot seem to appear anywhere on the page in my site.
Thanks for this module as it really will help me with my use case which is to have a oncology focussed community. NCO analysis can actually help us know more relationships between cancer sites.
Regards
Santam
Comment #4
russellb commentedYes, this is the Drupal 5 install file that has got into the D7 release by mistake. We will sort the git out!
If you need the good D7 version before the new release goes up please PM me.
All the best,
Russell
Comment #5
santam commentedActually it would be great. I am in the process of launching a site for oncology proffessionals. We are using autotag to tag new medical articles as they are published. Would be great if we can get this module to display a nice related block that changes over time automatically.
Comment #6
russellb commentedWe should have a new D7 dev. release out when the script goes round.
Comment #7
russellb commentedThe new Drupal 7 dev releases are out now. Please let us know if there are any further problems.
Comment #8
russellb commented