Hi There,

trying to update a medium D6 site zu D7. Got a LOT of errors here. One I could identify and solve yesterday so I report it:

While making the D7 Upgrade on my local Testserver XAMPP 1.7.1 on Windows I got this error when running update.php after installing D7:

system module

system module

Update #7018
 CHANGE `type` `type` VARCHAR(12) NOT NULL DEFAULT ''; Array ( ) in db_change_field() (line 2986 of D:\PortableLokal\xampplite\htdocs\gebetshaus7\includes\database\database.inc).

I took a closer look and found an entry for the swfupload-module-jqp module which has an value of "javascript library". This does clearly not fit into an Varchar(12) so the upgrade cannot be completet.

I solved this with uninstalling the module, but thats not the smartest way to deal with that I guess ;)

Greets,
Simon

Comments

marcingy’s picture

Project: Drupal core » SWFUpload
Version: 7.7 » 6.x-2.0-beta8
Component: system.module » Code

Moving to appropriate project

Fannon’s picture

Thanks!

This issue should be solved with the next update I guess otherwise it will break the Drupal 7 Upgrade Process.

leisurman’s picture

Issue summary: View changes

Same here. I tried to change the status of that module from 1 to 0, I also renamed the reference "javascript library" to just "javascript" but my drupal 7 upgrade still fails

leisurman’s picture

I am doing a Drupal 6 to 7 upgrade and these modules seem to be causing errors during the upgrade
SWFUpload JavaScript library
jQp module

During the upgrade I get errors:
Call to undefined function field_read_fields() in ~/modules/field/modules/field_sql_storage/field_sql_storage.install, line 16
Call to undefined function field_attach_load() in ~/includes/entity.inc, line 354

SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'type' at row 354
The error above is caused by the "SWFUpload JavaScript library" in the system table

How can I completly removed all refrerenced to this module in the database?

I am using Centos 7, Drush6, command line only

leisurman’s picture

I fixed the problem I had with swf, read
https://www.drupal.org/node/889778#comment-10946041

avpaderno’s picture

Status: Active » Closed (outdated)
Issue tags: -D7 upgrade path, -

I am closing this issue, since Drupal 4.x, 5.x, and 6.x aren't supported anymore.