Earlier I used the stable recommended version of nodewords module but faced many problems and also it kept showing no-follow and noindex in robot without any other option. So I disbaled that. After reading around some suggestions, I installed the development version nodewords-6.x-1.x-dev. But it is not adding any meta tags to main front page. I guessed , maybe because I need to create a custom page for that. So, I went ahead and tried to create custom page .. by adding frontpage or front1page(for requirement of at least one lapha numeric character) or front_page and in the path name , But everytime i tried i kept getting error message :
user warning: Unknown column 'name' in 'field list' query: INSERT INTO nodewords_custom (name, path, weight, enabled) VALUES ('Front page', '', 0, 1) in /home7/mysites/public_html/mysite/includes/common.inc on line 3528..
Now my frontpage is without any meta tags. Can anybody help plz?
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 0001-Fixed-Nodewords-so-it-would-work-with-Taxonomies-and.patch | 3.84 KB | gbernier |
Comments
Comment #1
Anonymous (not verified) commentedDid you update from a previous version, or did you install the development version? In the first case, from which version did you update?
Comment #2
Anonymous (not verified) commentedComment #3
Anonymous (not verified) commentedTo notice that the field was always present since the first version of the module. It's rather difficult the field is not present, if not in the case its schema definition contains some error. I checked the database schema, and I don't see any errors.
Comment #4
gbernier commentedHey,
We've been having a lot of issues with the "Other" pages section and taxonomy where it appeared nothing was being saved. The issues mostly were the code passing strings into functions expecting integer ID's.
I've created a patch for 6.x.1.11 which plugged the holes I had found and needed to fix for this issue. Since our site was using ubercart we needed to apply meta data to the /catalog page and after fixes were applied the back end edit forms worked properly finally as well the meta data was showing up on the custom pages.
As well this patch addressed an issue where the taxonomy and vocabulary form alters weren't populating properly and were not setting the proper types in the database.
Cheers,
Gene Bernier
Comment #5
Anonymous (not verified) commented@gbernier: This issue report is for the development snapshot of the module; it's rather difficult the patch helps, in such case.
Comment #6
Anonymous (not verified) commentedI have marked #850500: nodewords 6.x-1.12-beta4 and 6.x-1.12-beta2 as duplicate of this report.
Comment #7
sp09 commentedHow do I fix this? I can't find any nodewords solution and every version has one problem or another. The best version that I've found which is 6.x 1.12 beta2 does not save custom pages. It says that it saved the page but it's not there. So what's the solution? All these forums which points to the same problems makes no sense.
Comment #8
3dloco commented+1
Comment #9
carlop commentedI have the same problem with 6x-1.11, but only with custom pages.
Comment #10
alarez commentedI solve the problem by adding a Custom Page Meta Tag and in the "Path" field I entered .
Comment #11
jkriddle commentedI can confirm this patch worked for version 6.x-1.11. Thank you Gene!
Comment #12
gbernier commented@jkriddle
No problem, glad to be able to help out as it was driving me crazy.
Comment #13
Amarjit commentedAnyone having trouble setting META data for their frontpage.
You must use this page to set the fields: /admin/content/nodewords/meta-tags/frontpage
Comment #14
dave reidAll the fixes in the patch are either already applied to the recent code or refer to obsolete code. Marking as fixed.