While upgrading the project and project_issues modules (security update announced Aug 19), the following error was displayed after running the update.php script:

An unrecoverable error has occured. You can find the error message below. It is advised to copy it to the clipboard for reference. Please continue to the update summary

{ "status": true, "percentage": 100, "message": "Updating complete" }

The update summary states:

The update process was aborted prematurely while running update # in .module. All other errors have been logged. You may need to check the watchdog database table manually.

All listed queries seem to have worked, and no other errors are listed in the watchdog table.

This error seems to involve the progress bar, which didn't display at all. The update seems to have completed, so I would say this is a non-critical error.

Comments

hunmonk’s picture

Project: Project issue tracking » Drupal core
Version: 5.x-1.0 » 5.x-dev
Component: Miscellaneous » update system

this error doesn't appear to be associated with the project* modules, but with the js that runs the update page. recategorizing appropriately.

drewish’s picture

Seeing this in 5.7 as well.

drewish’s picture

update_finished_page() seems to have a bug... it's referring to the variable $update that is not defined.

spydmobile’s picture

I am also having this error pop up on update in 5.7 as well.

kingandy’s picture

I'm getting this on my 5.9 site ... it doesn't seem to interrupt the actual update procedure but it's still giving me the willies.

Watchdog, incidentally, doesn't report any errors.

leoric’s picture

Got the same on 5.15 - all modules are updated, I don't have any ideas what can cause this.

kingandy’s picture

I've found this is actually a Javascript error ... for whatever reason, the script's attempt to update the 'progress' bar has failed. Since it apparently all runs on dynamic javascript calls or something (only proceeding with the next update when the progress bar has been advanced), that means the entire update process halts.

Disabling Javascript at a browser level triggers a special "no javascript" version of the update process, which seems to run fine.

dpearcefl’s picture

Component: update system » ajax system
Status: Active » Closed (fixed)

Considering the lack of activity on this issue and that a possible solution was offered, I am going to close this ticket.