When executing fieldable_panels_panes_update_7108, I get the following error.

SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'name' at row 1

This is because I've FPP bundles with names longer than 32 characters. This is a rather short linit, many modules and core itself use a 255 characters limit.

Comments

pbuyle’s picture

The attached patch fixes the issues by raising the length of the name field for the {fieldable_panels_pane_type} table.

pbuyle’s picture

Status: Active » Needs review
pbuyle’s picture

Issue summary: View changes
damienmckenna’s picture

Status: Needs review » Fixed

Committed! Thanks!

Status: Fixed » Closed (fixed)

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