user warning: Unknown column 'k.keyword_stem' in 'field list' query: SELECT l.*, k.keyword, k.keyword_stem FROM linkintel_link l LEFT JOIN linkintel_keyword k ON k.kid = l.kid WHERE from_nid = 25 in /-----/------/public_html/----------/sites/all/modules/linkintel/linkintel.module on line 1034.

* user warning: Unknown column 'k.keyword_stem' in 'field list' query: SELECT l.*, k.keyword, k.keyword_stem FROM linkintel_link l LEFT JOIN linkintel_keyword k ON k.kid = l.kid WHERE from_nid = 25 in /home/--------/public_html/-------/sites/all/modules/linkintel/linkintel.module on line 1034.

# user warning: Unknown column 'options' in 'field list' query: INSERT INTO linkintel_link (nid, path, options, external, uid, autogen, mode, rid, kid, text, nofollow, from_nid, from_path, from_options, from_external, attributes) VALUES (0, 'http://www.google.com/preferences', 'N;', 1, 1, 0, 0, 0, 0, 'Search settings', 0, 25, 'node/25', 'N;', 0, 'N;') in /home/--------/public_html/-------s/sites/all/modules/linkintel/linkintel.module on line 1155.
# user warning: Unknown column 'options' in 'field list' query: INSERT INTO linkintel_link (nid, path, options, external, uid, autogen, mode, rid, kid, text, nofollow, from_nid, from_path, from_options, from_external, attributes) VALUES (0, 'https://www.google.com/accounts/newaccount', 'N;', 1, 1, 0, 0, 0, 0, 'create one', 0, 25, 'node/25', 'N;', 0, 'N;') in /home/--------/public_html/-------/sites/all/modules/linkintel/linkintel.module on line 1155.
# user warning: Unknown column 'last_autogen' in 'field list' query: UPDATE linkintel_page SET last_autogen = 1290102084 WHERE path = 'node/25' in /home/--------/public_html/-------/sites/all/modules/linkintel/linkintel.module on line 560.
# user warning: Unknown column 'k.keyword_stem' in 'field list' query: SELECT l.*, k.keyword, k.keyword_stem FROM linkintel_link l LEFT JOIN linkintel_keyword k ON k.kid = l.kid WHERE from_nid = 25 in /home/--------/public_html/-------/sites/all/modules/linkintel/linkintel.module on line 1034.
# user warning: Unknown column 'k.keyword_stem' in 'field list' query: SELECT r.*, r.path AS pid, k.keyword, k.keyword_stem, p.priority AS page_priority, (r.priority * IF(p.priority >= 0, p.priority, 50) * IF(k.keyword IN ('parents'), 50, 45) / 1250) AS score FROM linkintel_request r JOIN linkintel_keyword k ON k.kid = r.kid LEFT JOIN linkintel_page p ON p.nid = r.nid WHERE r.nid NOT IN (25) AND (k.keyword = 'parents' OR k.keyword_stem = 'parent') in /home/--------/public_html/-------/sites/all/modules/linkintel/linkintel.module on line 830.
.............................
and it goes on and on.... Any Thoughts?

Comments

TomDude48’s picture

Looks like a problem with the database tables. The table structures changed considerably during the alpha and early beta versions. It looks like I might have a problem with one of the schema updates.

Try disabling the module, then uninstall (via the uninstall tab on the modules list page) then re-enabling. That will re-install the tables with the correct fields.

TomDude48’s picture

Status: Active » Closed (fixed)