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

stephane bouillet’s picture

I 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...:(

stephane bouillet’s picture

Title: error 'function.main' and 'function.include' when enable module » [RESOLVED]

Yes...sorry, but the foder database had not been copied on my server...that's it !

but I still no have description...in source code...

Robrecht Jacques’s picture

Title: [RESOLVED] » error 'function.main' and 'function.include' when enable module
Status: Active » Postponed (maintainer needs more info)

Please do not change the title of the issue.

Do you now still have a problem or not? If so, please describe it.

Robrecht Jacques’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

This was an error in general Drupal installation, not related to this particular module. Closing it.