Hi all,

I just performed an update to skinr 2.0 on D7.34, and this entry was found in the log twice.

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 's.uuid' in 'field list': SELECT s.sid AS sid, s.uuid AS uuid, s.theme AS theme, s.module AS module, s.element AS element, s.skin AS skin, s.options AS options, s.status AS status FROM {skinr_skins} s WHERE (sid IN (:db_condition_placeholder_0)) ; Array ( [:db_condition_placeholder_0] => 139 ) in skinr_skin_load_multiple() (line 830 of /sites/all/modules/skinr/skinr.module).

Is this something to worry about?

Cheers, Leon

Comments

perrins’s picture

Hello I just did the same thing, updated the new skinr recommended. Unfortunately now my site has crashed and I receive the exact same error message. I can't access my site at all from the page.

Can I revert to an older version somehow?

Thanks

moonray’s picture

From which version was the update?

If you aren't getting any additional errors, this is likely due to the order in which the upgrade process happened. The new code was in need of the UUID field, but the upgrade process hadn't added it yet.

However, if you do continue to have the error show up in your logs, this would indicate that the field wasn't correctly created.

moonray’s picture

Status: Active » Postponed (maintainer needs more info)

Need further info.