Using GROUP_CONCAT () will use the group_concat_max_len system value, this defaults to 1024 (http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html#sysv...). If you are on a shared web host you will not be able to change this setting.
Updating code to remove use of GROUP_CONCAT () on component types 'textarea' and 'matrix'. Patch to follow.
This is for 7.x-1.x-dev branch, so have added the issue for 6.x-1.3 as a related issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webform_mysql_views_update_group_concat_use_2276839_1.patch | 1.01 KB | Tim Asplin |
Comments
Comment #1
Tim Asplin commented