this wild error appeared:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'PibidDrupal.system' doesn't exist: SELECT name, schema_version FROM {system} WHERE type = :type; Array ( [:type] => module ) in drupal_get_installed_schema_version() (line 151 of /srv/www/htdocs/drupal/includes/install.inc).

HEEEEEEEEEEEEEEEEEEELP!!!

Comments

pixelsweatshop’s picture

It's missing a table so you ay have done the following:

1. didn't transfer the DB properly
2. it missed that table
3. Used more recent versions of core/modules than what was on your old server and the table wasn't created in the update.

Delete and reimport your DB and ensure you are using the exact file form your old server.