I need it, I am starting the porting to drupal 6.
In nodewords.install I will remove all update_n functions.
I will make a port of module as it is now

CommentFileSizeAuthor
#1 nodewords-6.x.tar_.gz21.99 KBsmartango

Comments

smartango’s picture

StatusFileSize
new21.99 KB

I have:

Fatal error: require_once() [function.require]: Failed opening required 'modules/nodewords/system.admin.inc' (include_path='.:/usr/share/php:/usr/share/pear') in /home/daniele/Documenti/NEWDRUPAL/drupal-6.x-dev/includes/menu.inc on line 341

when accessing admin/content/nodewords

** resolved
I changed hook_menu and added hook_init, also changed hook_form_alter
Basically it work, but a lot of warning and no configuration form appear
** configuration fixed
warnings:

* notice: Undefined index: geourl in /home/daniele/Documenti/NEWDRUPAL/drupal-6.x-dev/modules/nodewords/nodewords.module on line 731.
* notice: Undefined index: description in /home/daniele/Documenti/NEWDRUPAL/drupal-6.x-dev/modules/nodewords/nodewords.module on line 731.
* notice: Undefined index: keywords in /home/daniele/Documenti/NEWDRUPAL/drupal-6.x-dev/modules/nodewords/nodewords.module on line 731.
* notice: Undefined index: robots in /home/daniele/Documenti/NEWDRUPAL/drupal-6.x-dev/modules/nodewords/nodewords.module on line 731.
* notice: Undefined index: copyright in /home/daniele/Documenti/NEWDRUPAL/drupal-6.x-dev/modules/nodewords/nodewords.module on line 731.
* notice: Undefined index: abstract in /home/daniele/Documenti/NEWDRUPAL/drupal-6.x-dev/modules/nodewords/nodewords.module on line 776.

hass’s picture

Are you able to provide patch files only, please?

hass’s picture

smartango, please do not start 2 issues for the same... please close the duplicate.

Robrecht Jacques’s picture

Version: 5.x-1.x-dev » master
Status: Active » Closed (duplicate)

#203254 has been post later, so I'm setting this issue as a duplicate of that one.

I will look at the port later this week, after I've release 5.x-1.6 which (hopefully) fixes all/most/some bugs for 5.x.