Hi,
I have just installed 1.13-rc2 version. Now, this warning message displays in Meta-tags admin pages (admin/content/nodewords):

user warning: Table 'integral_igi.nodewords_custom' doesn't exist query: SELECT * FROM nodewords_custom ORDER BY weight ASC in /home/integral/public_html/sites/all/modules/nodewords/nodewords.module on line 1324.

Any idea ?
Thanks in advance.
Regards.

CommentFileSizeAuthor
#4 nodewords-n1389240.patch1.07 KBdamienmckenna

Comments

damienmckenna’s picture

Status: Active » Postponed (maintainer needs more info)

a) What was the last version you had installed?
b) Did you clear the site caches?
c) Did you run the database updates?

brulain’s picture

a) What was the last version you had installed? => I think it was the 1.12-rc1
b) Did you clear the site caches? => yes.
c) Did you run the database updates? => yes, twice.

damienmckenna’s picture

Status: Postponed (maintainer needs more info) » Active

Ah, now I see the problem - if the 1.12-x releases were the first you installed and you didn't enable the nodewords_custom_pages submodule, it was possible to end up without the necessary nodewords_custom table. I'll whip up an update script for that.

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new1.07 KB

This patch adds a new update for the main module that adds the table if it doesn't exist.

damienmckenna’s picture

Status: Needs review » Fixed

This has been committed.

brulain’s picture

Thanks a lot, and happy new year !

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

progone’s picture

How do I apply this patch? I am having the same issue.

damienmckenna’s picture

Upgrade to 1.13, the fix has already been applied.