Updating An unrecoverable error has occurred. You can find the error message below. It is advised to copy it to the clipboard for reference. Bitte gehen Sie zur Fehlerseite. An error occurred. http://./update.php?id=213&op=do (no information available).
Drupal database update
* warning: array_merge(): Argument #2 is not an array in ./httpdocs/update.php on line 174.
* user warning: Multiple primary key defined query: ALTER TABLE ._xmlsitemap_node ADD `nid` INT unsigned NOT NULL DEFAULT 0, ADD PRIMARY KEY (nid) in ./httpdocs/includes/database.mysql-common.inc on line 298.
* user warning: Multiple primary key defined query: ALTER TABLE ._xmlsitemap_node ADD `nid` INT unsigned NOT NULL DEFAULT 0, ADD PRIMARY KEY (nid) in ./httpdocs/includes/database.mysql-common.inc on line 298.
* warning: Invalid argument supplied for foreach() in ./update.php on line 338.
The update process was aborted prematurely while running update #6107 in xmlsitemap_taxonomy.module. All errors have been logged. You may need to check the watchdog database table manually.
Comments
Comment #1
eule commentedUpdates
Failed: ALTER TABLE {xmlsitemap_node} ADD `nid` INT unsigned NOT NULL DEFAULT 0, ADD PRIMARY KEY (nid)
* Failed: ALTER TABLE {xmlsitemap_node} ADD `nid` INT unsigned NOT NULL DEFAULT
Comment #2
Anonymous (not verified) commentedWere you updating from the D5 version?
What is the Id string for xmlsitemap_taxonomy.module?
What is the id string for xmlsitemap_node.module?
Comment #3
eule commentedno is d6 i just update from the previous dev version
Nachricht Unknown column 'xn.nid' in 'on clause' query: SELECT n.nid, n.vid, n.type, n.language, n.uid, n.created, n.promote, xn.changed, xn.previously_changed, xn.priority_override, xn.comment_ratio FROM ._node n INNER JOIN ._xmlsitemap_node xn ON n.nid = xn.nid WHERE n.status > 0 in ./xmlsitemap/xmlsitemap_node/xmlsitemap_node.module in Zeile 294.
Comment #4
avpadernoI guess the update functions are not been changed to restore eventually removed table fields.
Comment #5
Anonymous (not verified) commentedIntra development updates are not supported. You must uninstall the module using the Uninstall tab of admin/build/modules, remove the modules/xmlsitemap directory, and then install the new -dev version.
Comment #6
avpadernoI have never heard that other projects do not support updating from a development snapshot to the newer version of the same development snapshot of the same code branch; if this would be true, then to install the development snapshot of CCK from the previously dated version of the d.s. I should uninstall the module and reinstall it, which is not what happens.