HI when i tried to upgrade my website from drupal 6 to drupal 7 and after running update.php this messaged appear to me i don't know how to fix it any help pls.
Error message
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table '.blocked_ips' doesn't exist: SELECT 1 FROM {blocked_ips} WHERE ip = :ip; Array ( [:ip] => 41.35.151.6 ) in drupal_is_denied() (line 1895 of /web/content/includes/bootstrap.inc).

Comments

vcrkid’s picture

I am experiencing the same thing. :-(

I've found this thread which seems to be much the same but offers no real solution.

http://drupal.org/node/517742

rooky’s picture

I tried the upgrade for the second time but this time Requirements problem appear that tells me Unresolved dependency _missing_dependency (Missing)
System dependency test requires this module.
and at the log folder this message appear also
[16-May-2012 13:59:56 UTC] PHP Parse error: syntax error, unexpected '<' in /mnt/stor2-wc2-dfw1/sites/default/settings.php on line 240
[16-May-2012 13:59:58 UTC] PHP Parse error: syntax error, unexpected '<' in /mnt/stor2-wc2-dfw1/sites/default/settings.php on line 240
[16-May-2012 14:00:08 UTC] PHP Parse error: syntax error, unexpected '<' in /mnt/stor2-wc2-dfw1/sites/default/settings.php on line 240
[17-May-2012 11:58:37 UTC] PHP Fatal error: Unsupported operand types in /mnt/stor2-wc2-dfw1/modules/system/system.module on line 2516

any one help us pls

rooky’s picture

i also found this http://drupal.org/node/1351402 patch but i cant use it every time i tried to use it it give me syntax error

omegamonk’s picture

Status: Active » Postponed (maintainer needs more info)

@rooky:

Can you verify this is still an issue? If it is, can you provide some additional information on the environment in which you are seeing this? It doesn't seem like this is an issue with the sqlsrv module, but I'll take a look if need be. Thanks...

omegamonk’s picture

Assigned: rooky » Unassigned
david_garcia’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

This points to a missing table in the database, and not a driver problem itself.