I upgraded from Drupal 6.12 to Drupal 6.15.
This is my first Drupal upgrade.
I followed the instructions carefully, excepting that where they advise to leave modules in place, I removed my 3rd party modules before upgrading.
The upgrade seemed to work properly, but I did get one error: An error occurred. http://www.comicsonline.com/update.php?id=15&op=do
I ran upgrade.php again and the error did not show up again. I navigated around and things looked fine.
I then dropped all my modules (the upgraded versions of some) back in the proper directory and ran update.php again. This pretty much hosed everything. I got the error: An HTTP error 500 occurred. http://www.comicsonline.com/update.php?id=17&op=do
Now when I go to any location on the site I get the error: Fatal error: Call to undefined function user_access() in /home/comicson/public_html/includes/menu.inc on line 2476
That line is the 5th line down in this:
function _menu_site_is_offline() {
// Check if site is set to off-line mode.
if (variable_get('site_offline', 0)) {
// Check if the user has administration privileges.
if (user_access('administer site configuration')) {
// Ensure that the off-line message is displayed only once [allowing for
// page redirects], and specifically suppress its display on the site
// maintenance page.