When running update.php to update from version 1.0 to 1.2, the following "unrecoverable error" appeared:
"An error occurred. http://www.example.com/update.php?id=99&op=do { "status": true, "percentage": 9, "message": "Remaining 20 of 22.\x3cbr/\x3eUpdating nodewords module" }
Warning: Got a packet bigger than 'max_allowed_packet' bytes query: INSERT INTO watchdog (uid, type, message, variables, severity, link, location, referer, hostname, timestamp) VALUES (1, 'php', '%message in %file on line %line.', 'a:4:{s:6:\"%error\";s:12:\"user warning\";s:8:\"%message\";s:1584586:\"Got a packet bigger than 'max_allowed_packet' bytes\nquery: UPDATE batch SET batch = 'a:8:{s:4:\\"sets\\";a:1:{i:0;a:10:{s:7:\\"sandbox\\";a:0:{}s:7:\\"results\\";a:1:{s:9:\\"nodewords\\";a:2:{i:6100;a:2:{i:0;a:2:{s:7:\\"success\\";b:1;s:5:\\"query\\";s:66:\\"ALTER TABLE {nodewords} CHANGE content `content` LONGTEXT NOT NULL\\";}i:1;a:2:{s:7:\\"success\\";b:1;s:5:\\"query\\";s:28:\\"CREATE NEW SETTING VARIABLES\\";}}i:6101;a:4220:{i:0;a: in exampledirectory/includes/database.mysql.inc on line 128
"

Now, it seems that the module does not work at all. See the attached image of the administration page.

CommentFileSizeAuthor
Meta Tags Error.gif6.3 KBOneTwoTait

Comments

avpaderno’s picture

For the error packet bigger than 'max_allowed_packet' bytes see http://drupal.org/node/541396.

Did you enable any of the sub-modules?

OneTwoTait’s picture

I also had Meta Tags by Path enabled at that time.

avpaderno’s picture

Category: bug » support

The first error you reported is caused from the database engine, not the module.

Nodewords 6.x-1.2 comes with submodules (basic_metatags.module, extra_metatags.module, ...). If you don't enable at least basic_metatags.module, you will not be able to enable any meta tags because nodewords.module doesn't define any meta tags; nodewords.module defines only an API for the other modules.

Also, with version 6.x-1.2, the functionality of Meta Tags by Path has been implemented in Nodewords; the other module is not necessary anymore.

hass’s picture

Status: Active » Fixed

Not a problem if this module. Drupal system requirements -> http://drupal.org/requirements, max_allowed_packet of 16M is required.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.