Closed (outdated)
Project:
Similar By Terms
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
20 Aug 2011 at 05:18 UTC
Updated:
13 Mar 2016 at 10:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #0.0
mfby2k commentedone new error messege
Comment #1
rmiddle commentedAlpha3 was literally released 5 min ago. It fixed a lot of issue with the module.
Thanks
Robert
Comment #2
mfby2k commentedthanks, i will check it
Comment #3
mfby2k commentedI have updated to Alpha 3 now the error on front page is
Notice: Undefined variable: items in include() (line 16 of /home2/varietyn/public_html/daenotes/sites/all/modules/similarterms/similarterms.tpl.php).
and on other pages is
Error
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'varietyn_drp1.dr_term_node' doesn't exist: SELECT n.nid AS nid, COUNT(n.nid) AS ncount FROM {node} n INNER JOIN {term_node} tn ON n.vid = tn.vid WHERE (tn.tid IN (:db_condition_placeholder_0, :db_condition_placeholder_1, :db_condition_placeholder_2)) AND (n.nid <> :db_condition_placeholder_3) AND (n.status = :db_condition_placeholder_4) AND( (n.language = :db_condition_placeholder_5) OR (n.language = :db_condition_placeholder_6) ) GROUP BY n.nid, n.title, n.created ORDER BY ncount DESC, n.created DESC LIMIT 5 OFFSET 0; Array ( [:db_condition_placeholder_0] => 3 [:db_condition_placeholder_1] => 12 [:db_condition_placeholder_2] => 23 [:db_condition_placeholder_3] => 61 [:db_condition_placeholder_4] => 1 [:db_condition_placeholder_5] => und [:db_condition_placeholder_6] => und ) in similarterms_list() (line 253 of /home2/varietyn/public_html/daenotes/sites/all/modules/similarterms/similarterms.module).
Comment #4
rmiddle commentedSorry about that. Alpha 4 will be finished generating in a few min. That fixes some left over DB issue from D6.
Thanks
Robert
Comment #5
rmiddle commentedI just released beta 1. I am running that on my production sites. Please retry with the latest version.
Comment #6
mfby2k commentedHi,
Thank for your quick replies. I have upgraded to Beta1 and know the error on every page and node is
Notice: Undefined variable: display_block in include() (line 16 of /home2/varietyn/public_html/daenotes/sites/all/modules/similarterms/similarterms.tpl.php).
i am using Drupal 7.7 thanks again for your help...
Comment #7
rmiddle commentedFix committed will be in beta2 should be up in about 5 min.
Thanks
Robert
Comment #8
rmiddle commentedComment #9
mfby2k commentedstill getting this error message.
Notice: Undefined variable: display_block in include() (line 16 of /home2/varietyn/public_html/daenotes/sites/all/modules/similarterms/similarterms.tpl.php).
Comment #10
rmiddle commentedThis time I was able to reproduce the error. I cleaned some things up as well. This should work better.
Thanks
Robert
Comment #11
rmiddle commentedI just did a release of beta3 to fix the issue but drupal.org is having a few problems right now hopefully it will be available soon.
Thanks
Robert
Comment #11.0
rmiddle commentedjust editing
Comment #12
takim commented