Unrecoverable Error running Update script (no progress bar)
remocrevo - August 20, 2007 - 15:12
| Project: | Drupal |
| Version: | 5.x-dev |
| Component: | update system |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
this error doesn't appear to be associated with the project* modules, but with the js that runs the update page. recategorizing appropriately.
#2
Seeing this in 5.7 as well.
#3
update_finished_page() seems to have a bug... it's referring to the variable $update that is not defined.
#4
I am also having this error pop up on update in 5.7 as well.
#5
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.