I installed this module on my site www.daenotes.com and put the block on right side bar. on the front page it gives following error

Notice: Undefined variable: items in include() (line 15 of /home2/................/sites/all/modules/similarterms/similarterms.tpl.php).

while when i click any node it gives following error.

Fatal error: Call to undefined function taxonomy_node_get_terms() in /home2/................/sites/all/modules/similarterms/similarterms.module on line 201

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mfby2k’s picture

Issue summary: View changes

one new error messege

rmiddle’s picture

Status: Active » Postponed (maintainer needs more info)

Alpha3 was literally released 5 min ago. It fixed a lot of issue with the module.

Thanks
Robert

mfby2k’s picture

thanks, i will check it

mfby2k’s picture

I 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).

rmiddle’s picture

Sorry about that. Alpha 4 will be finished generating in a few min. That fixes some left over DB issue from D6.

Thanks
Robert

rmiddle’s picture

I just released beta 1. I am running that on my production sites. Please retry with the latest version.

mfby2k’s picture

Version: 7.x-1.0-alpha2 » 7.x-1.0-beta1
FileSize
29.4 KB

Hi,
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...

rmiddle’s picture

Fix committed will be in beta2 should be up in about 5 min.

Thanks
Robert

rmiddle’s picture

Version: 7.x-1.0-beta1 » 7.x-1.0-beta2
mfby2k’s picture

still 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).

rmiddle’s picture

This time I was able to reproduce the error. I cleaned some things up as well. This should work better.

Thanks
Robert

rmiddle’s picture

Version: 7.x-1.0-beta2 » 7.x-1.x-dev

I 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

rmiddle’s picture

Issue summary: View changes

just editing

takim’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (outdated)