Closed (duplicate)
Project:
Nodewords: D6 Meta Tags
Version:
master
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
20 Dec 2007 at 15:58 UTC
Updated:
8 Jan 2008 at 10:03 UTC
Jump to comment: Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | nodewords-6.x.tar_.gz | 21.99 KB | smartango |
Comments
Comment #1
smartango commentedI 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.
Comment #2
hass commentedAre you able to provide patch files only, please?
Comment #3
hass commentedsmartango, please do not start 2 issues for the same... please close the duplicate.
Comment #4
Robrecht Jacques commented#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.