By baker556 on
Hi all,
Upgrading Drupal 6.28 to Drupal 7.20 followed lots of different methods correctly currently getting this message...
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'c2icmsite.blocked_ips' doesn't exist: SELECT 1 FROM {blocked_ips} WHERE ip = :ip; Array ( [:ip] => 127.0.0.1 ) in drupal_is_denied() (line 1895 of C:\wamp\www\icm\includes\bootstrap.inc).
Any help..
Thanks
-Chris
Comments
Table 'c2icmsite.blocked_ips'
Table 'c2icmsite.blocked_ips' doesn't exist <<< Looks like a table created by a module you were previously using to block IP Addresses on drupal 6 is not now available. If you delete it from the modules folder in sites/all , clear your caches and run update.php it might resolve this.