Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2006 at 10:29 UTC
Updated:
3 Jan 2008 at 13:56 UTC
Hello,
thank you for this module.
It works but when I've enbled it, this message appears:
* warning: main(./database/updates.inc) [function.main]: failed to open stream: No such file or directory in /mnt/101/free.fr/e/b/mywebsite/includes/install.inc on line 9.
* warning: main() [function.include]: Failed opening './database/updates.inc' for inclusion (include_path='/mnt/101/free.fr/e/b/mywebsite/include:.:/usr/php4/lib/php') in /mnt/101/free.fr/e/b/mywebsite/includes/install.inc on line 9.
So after that, it works for meta keywords, robots, but don't work for description neither keywords of vocabulary...
Can you help me please?
Comments
Comment #1
stephane bouillet commentedI don't know if what I've done is ok:
- Search for updates.inc in local drupal,
- copy it and put in includes folder (with other files.inc)
- change line 9 in includes.inc from
include_once './database/updates.inc';To
include_once 'updates.inc';No more error when desable/enable your module...but the 'auto-keywords vocabularies' seems to not work more...:(
Comment #2
stephane bouillet commentedYes...sorry, but the foder database had not been copied on my server...that's it !
but I still no have description...in source code...
Comment #3
Robrecht Jacques commentedPlease do not change the title of the issue.
Do you now still have a problem or not? If so, please describe it.
Comment #4
Robrecht Jacques commentedThis was an error in general Drupal installation, not related to this particular module. Closing it.