When updating from very old versions of Panopoly (1.0-beta4 in this case), panopoly_users_update_7001() will error out with:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pantheon.field_data_field_user_picture' doesn't exist

This is because it's so old, the 'field_user_picture' field didn't exist in the past. In any case, if it didn't exist there is no point in that update function trying to migrate it's data. I'll attach a patch that simply skips that if the table doesn't exist.

Comments

dsnopek’s picture

Status: Active » Needs review
StatusFileSize
new1.34 KB

Here's the patch! I'll commit it in a moment. (Actually, I'm not sure why I uploaded a patch - could have just linked to the commit after the fact - habit, I guess!)

  • dsnopek committed e00ce55 on 7.x-1.x
    Update Panopoly Users for #2328023 by dsnopek: Fixed Table '...
dsnopek’s picture

Status: Needs review » Fixed

Committed!

Status: Fixed » Closed (fixed)

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