Who can I update my drupal 6 to drupal 7.

Drupal is checking my ip, but the table don't exist yet.
I already have changed to $update_free_access = TRUE; in the settings.php

I see this error in #303889: Impossible to update D6 -> D7, but say that is already fixed, so is a regression?

PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal7.drupal_blocked_ips' doesn't exist' in /persistent/home/int/sites/drupal7/includes/database/database.inc:1734\nStack trace:\n#0 /persistent/home/int/sites/drupal7/includes/database/database.inc(1734): PDOStatement->execute(Array)\n#1 /persistent/home/int/sites/drupal7/includes/database/database.inc(567): DatabaseStatementBase->execute(Array, Array)\n#2 /persistent/home/int/sites/drupal7/includes/database/database.inc(1822): DatabaseConnection->query('SELECT 1 FROM {...', Array, Array)\n#3 /persistent/home/int/sites/drupal7/includes/bootstrap.inc(1351): db_query('SELECT 1 FROM {...', Array)\n#4 /persistent/home/int/sites/drupal7/includes/bootstrap.inc(1364): drupal_is_denied('87.221.xxx.xxx')\n#5 /persistent/home/int/sites/drupal7/includes/bootstrap.inc(1484): drupal_block_denied('87.221.xxx.xxx')\n#6 /persistent/home/int/sites/drupal7/includes/bootstrap.inc(1436): _drupal_bootstrap(1)\n#7 /persistent/home/in in /persistent/home/int/sites/drupal7/includes/database/database.inc on line 1734

Comments

int’s picture

"Who can I update my drupal 6 to drupal 7." should say: "How can I update my Drupal 6 to 7?"

David_Rothstein’s picture

Status: Active » Closed (duplicate)

Yes, it does seem that the same problem bubbled up again, unfortunately - see #517742: Upgrade failing if blocked_ips doesn't exist