New installation with skinr 7.x-2.0.
Try to activate any condition writen that use to work with 7.x-2.0-beta1 and got this error:
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'uuid' in 'field list': INSERT INTO {skinr_skins} (uuid, theme, module, element, skin, options, status) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6); Array ( [:db_insert_placeholder_0] => e5726cb9-e1aa-de94-15f9-4fa593f54e5c [:db_insert_placeholder_1] => bootstrap_barrio [:db_insert_placeholder_2] => block [:db_insert_placeholder_3] => commerce_cart__cart [:db_insert_placeholder_4] => bootstrap_barrio_modal [:db_insert_placeholder_5] => a:1:{s:22:"bootstrap_barrio_modal";s:22:"bootstrap_barrio_modal";} [:db_insert_placeholder_6] => 1 ) en drupal_write_record() (línea 7207 de /home/drupalco/public_html/test/tienda/includes/common.inc).
Using bootstrap_barrio subtheme.
I wrote that theme and have been using it with skinr for more than a year with no problems.

Comments

moonray’s picture

Status: Active » Postponed (maintainer needs more info)

Were you on a fresh site where skinr was never before installed?
If skinr was previously installed, did you run update.php?

If the skinr_skins table exists, but there is no uuid field, this was not a fresh install (the uuid field is in the schema).

hatuhay’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Thanks for your quick response.
It was a fresh installation but it was installed from a feature made using a previous skinr version.
Running updates solve the issue.