? sites/default/files ? sites/default/private ? sites/default/settings.php Index: modules/system/system.install =================================================================== RCS file: /cvs/drupal/drupal/modules/system/system.install,v retrieving revision 1.446 diff -u -p -r1.446 system.install --- modules/system/system.install 10 Feb 2010 10:38:53 -0000 1.446 +++ modules/system/system.install 10 Feb 2010 11:11:54 -0000 @@ -1230,7 +1230,7 @@ function system_schema() { 'description' => 'The queue name.', ), 'data' => array( - 'type' => 'text', + 'type' => 'blob', 'not null' => FALSE, 'size' => 'big', 'serialize' => TRUE,