I selected one category to set weight for and this comes up:

user warning: Table 'kappabeta.faq_weights' doesn't exist query: SELECT n.nid, n.title, if((w.weight IS NULL), 0, w.weight) as weight FROM node n LEFT JOIN node_revisions r ON r.nid = n.nid AND r.vid = n.vid INNER JOIN term_node tn ON n.nid = tn.nid LEFT JOIN faq_weights w ON n.nid = w.nid AND w.tid = 28 WHERE n.type='faq' AND n.status = 1 AND tn.tid = 28 ORDER BY w.weight ASC, n.sticky DESC, n.created DESC in C:\www\drupal\includes\database.mysql.inc on line 172.

Comments

nancydru’s picture

The install function does not create a "xxx.faq_weights" table and the uninstall function does not delete any such tables.

nancydru’s picture

More:
1) I cannot display any category now; not even the ones other than the one I tried to change.

2) Using the prefix that you chose is probably going to prevent me from going live because my test site (from which the table name appears to be derived) and live sites are named differently.

I can live without this feature, but don't know how to reset my attempt to try it.

stella’s picture

Some files got omitted from the release tarball so I've done another release now.
5.x-2.1

stella’s picture

what prefix?

stella’s picture

Assigned: Unassigned » stella
nancydru’s picture

Assigned: stella » Unassigned

In this case "'kappabeta.faq_weights" it would be "kappabeta".

stella’s picture

Status: Active » Fixed

The kappabeta prefix hasn't come from the faq module.

stella’s picture

Assigned: Unassigned » stella
nancydru’s picture

Status: Fixed » Closed (fixed)

It works fine now. Thanks.