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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | nodewords-n1389240.patch | 1.07 KB | damienmckenna |
Comments
Comment #1
damienmckennaa) What was the last version you had installed?
b) Did you clear the site caches?
c) Did you run the database updates?
Comment #2
brulain commenteda) 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.
Comment #3
damienmckennaAh, 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.
Comment #4
damienmckennaThis patch adds a new update for the main module that adds the table if it doesn't exist.
Comment #5
damienmckennaThis has been committed.
Comment #6
brulain commentedThanks a lot, and happy new year !
Comment #8
progone commentedHow do I apply this patch? I am having the same issue.
Comment #9
damienmckennaUpgrade to 1.13, the fix has already been applied.