I wanted to update the module to your new CVS version
the first error was in line 18:
variable_del('nodewords_global_keywords);
should be
variable_del('nodewords_global_keywords');

and then comes
Fatal error: Call to undefined function: module_exist() in D:\Eigene Dateien\Webserver\drupal_cvs\update-nodewords.php on line 11

please fix it soon
thanks

CommentFileSizeAuthor
#2 update-nodewords.php.patch594 bytesTobias Maier
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Robrecht Jacques’s picture

Assigned: Unassigned » Robrecht Jacques

Fixed in CVS.

Tobias Maier’s picture

FileSize
594 bytes

have you ever tried your update?
it does not work!

here comes a patch which does it for me!

please commit it and look at the manual for drupal_bootstrap()

thanks again

Tobias Maier’s picture

Status: Active » Needs review
Tobias Maier’s picture

why cant the update rename the old table
set up the new one
copy the datas
and delete the old table?

Robrecht Jacques’s picture

Status: Needs review » Fixed

Thanks. Probably fixed in CVS-HEAD now.

why cant the update rename the old table
set up the new one
copy the datas
and delete the old table?

Because there is no database agnostic function for that. The format in PostgreSQL and MySQL is different for creating tables. Furthermore, this doesn't seem to be common practise in Drupal.

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)