I installed your dev-release of 7-dec-2010 on D7-rc3. The preview of my Data Export-view is OK, but when I show the page as set in the 'Path'-field, I get the following (very long) error:
PDOException: SQLSTATE[HY000]: General error: 1406 Data too long for column 'data' at row 1: INSERT INTO {views_data_export_object_cache} (eid, updated, data) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1,
...
{}s:5:"empty";a:0:{}s:6:"inited";b:1;}}s:8:"executed";b:0;s:5:"built";b:0;s:10:"build_info";a:0:{}s:17:"attachment_before";s:0:"";s:16:"attachment_after";s:0:"";} ) in drupal_write_record() (line 6774 of C:\Damp\Sites\drupal-7.0-rc3\includes\common.inc).

This is for any output type.

CommentFileSizeAuthor
#2 7.x-3.x1.22 KBsteven jones
#2 6.x-3.x1.72 KBsteven jones
#2 6.x-2.x1.72 KBsteven jones

Comments

steven jones’s picture

Title: General error: 1406 Data too long for column 'data' » Change 'data' column to a 'big' 'text' column
Assigned: Unassigned » steven jones

This is going to need changing in a schema update in all branches.

steven jones’s picture

Assigned: steven jones » Unassigned
Status: Active » Needs review
StatusFileSize
new1.72 KB
new1.72 KB
new1.22 KB

Here are patches against all the dev branches.

johnv’s picture

Status: Needs review » Reviewed & tested by the community

The applied patch worked fine. I did not test the update.php. I disabled, uninstalled and enabled the module instead.

jamsilver’s picture

Status: Reviewed & tested by the community » Fixed

I've just applied those patches across all branches

Status: Fixed » Closed (fixed)

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