i get a critical error on the update..i cant now not activate any module

Notice: Undefined index: hash in _registry_update() (line 70 of x/includes/registry.inc).

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'hash' in 'field list': INSERT INTO {registry_file} (hash, filename) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1); Array ( [:db_insert_placeholder_0] => 412adb3fa78668da91e854ff45a55ec35167839b6df689bf0351a149d3d6832d [:db_insert_placeholder_1] => x/modules/entity/entity/entity.controller.inc ) in _registry_parse_files() (line 150 of x/includes/registry.inc).

Comments

eule’s picture

no help ?

eule’s picture

Title: hash in _registry_update includes/registry.inc » PDOException: SQLSTATE[42S02] Field Module update
Component: base system » field system

hi

i test the update on a other site by me...and again it is not working! The update cause an error on the Field Module.

Field module

* 7000 - Field update version placeholder.
---the error on the update
# Notice: Undefined index: hash in _registry_update() (line 70 of x/includes/registry.inc).
# PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'hash' in 'field list': UPDATE {registry_file} SET hash=:db_update_placeholder_0 WHERE (filename = :db_condition_placeholder_0) ; Array ( [:db_update_placeholder_0] => e9c9441f36125ea7e0d7808956c2dd92a272a73e25492277ddbfcf5ef728beff [:db_condition_placeholder_0] => modules/field/field.module ) in _registry_parse_files() (line 150 of x/includes/registry.inc).
------------error msg in the root
* Notice: Undefined index: schema_fields_sql in DrupalDefaultEntityController->buildQuery() (line 254 of x/includes/entity.inc).
* Notice: Undefined index: schema_fields_sql in DrupalDefaultEntityController->buildQuery() (line 258 of /x/includes/entity.inc).
* Warning: array_flip(): The argument should be an array in DrupalDefaultEntityController->buildQuery() (line 264 of x/includes/entity.inc).
* Recoverable fatal error: Argument 2 passed to SelectQuery::fields() must be an array, null given, called in x/includes/entity.inc on line 273 and defined in SelectQuery->fields() (line 1189 of x/includes/database/select.inc).

eule’s picture

Title: PDOException: SQLSTATE[42S02] Field Module update » PDOException: SQLSTATE[42S22] Field Module update
Damien Tournoud’s picture

Status: Active » Closed (won't fix)

Alpha to Alpha updates are not supported.

Heine’s picture

As you did not provide additional information, I'm assuming you are updating from Alpha 6, or another pre Alpha 7 version.

Such updates are not supported, nor are they working. Do a clean reinstall instead.

eule’s picture

Hi

yes i update from Alpha 6 to Alpha 7 ...and i have not know thats alpha -> alpha is not supported...hart to get the whole site back ..cry

mlncn’s picture

Status: Closed (won't fix) » Fixed

Not supported, but possible!

http://drupal.org/project/head2head (the alpha2alpha submodule).

... and a lot of work and messing around, incomplete notes:
http://data.agaric.com/raw/upgrading-from-drupal-7-alpha-6-drupal-7-beta-2

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.