The version of Drupal you are updating from has been automatically detected.
Updates were attempted. If you see no failures below, you may proceed happily back to your site. Otherwise, you may need to update your database manually.' . $log_message . '
The update process was aborted prematurely while running update #' . $version . ' in ' . $module . '.module.' . $log_message; if (module_exists('dblog')) { $output .= ' You may need to check the watchdog database table manually.'; } $output .= '
watchdog
Reminder: don't forget to set the \$update_free_access value in your settings.php file back to FALSE.
\$update_free_access
settings.php
FALSE
Use this utility to update your database whenever a new release of Drupal or a module is installed.
For more detailed information, see the upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.
When you have performed the steps above, you may proceed.
Access denied. You are not authorized to access this page. Log in using either an account with the administer software updates permission or the site maintenance account (the account you created during installation). If you cannot log in, you will have to edit settings.php to bypass this access check. To do this:
sites/your_site_name
sites/default
$update_free_access = FALSE;
$update_free_access = TRUE;