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
Comment #1
marcingy commentedMoving to appropriate project
Comment #2
Fannon commentedThanks!
This issue should be solved with the next update I guess otherwise it will break the Drupal 7 Upgrade Process.
Comment #3
leisurman commentedSame 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
Comment #4
leisurman commentedI 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
Comment #5
leisurman commentedI fixed the problem I had with swf, read
https://www.drupal.org/node/889778#comment-10946041
Comment #6
avpadernoI am closing this issue, since Drupal 4.x, 5.x, and 6.x aren't supported anymore.