Update wont run after updating to 7.51

When i try to run the script I get that 2 pending updates are needed

system module
7081 - Remove the Drupal 6 default install profile if it is still in the database.

dblog module
7003 - Account for possible legacy systems where dblog was not installed.

When I click on apply updates I get an empty screen (the update left part of the page is visible) and I get Javasrcipt errors printed in my console (the file that produces the error is batch.js in line 25

24 var progress = new Drupal.progressBar('updateprogress', updateCallback, 'POST', errorCallback);
25 progress.setProgress(-1, settings.batch.initMessage);

and error message is batch.js?1476265509:25 Uncaught TypeError: Cannot read property 'initMessage' of undefined)

i can tell that this renders the progress bar of the script.. but the update script never ends..

i tried increasing php memory limit and max execution time, nothing works

please help

Comments

therocket_gr’s picture

Just managed to update.. dont think its the best way but to share my procedure

i edited settings.php $update_free_access = FALSE; to $update_free_access = TRUE;

logged out from the admin account and tried to update as a unauthorised user .. it went all the way without producing any errors

premium-ben’s picture

Confirm this is still a problem in 8.7.5