Wednesday, May 23, 2012

DB problems installing 7.8: PDOException: SQLSTATE[42S02]: Base table or view not found

DB problems installing 7.8: PDOException: SQLSTATE[42S02]: Base table or view not found

OK, for completeness sake, my additional problems were caused by having:
apc.include_once_override = 1

instead of:
apc.include_once_override = 0

in my php.ini.

Now working fine.

Reference:
http://drupal.org/node/1321656

No comments: