The error means that you have values in the columns "image" and "media" which 
are incompatible with the new column definition.

You can execute the following directly to the database before running the 
update wizard again:

UPDATE pages SET media = '0' WHERE media IS NULL; UPDATE tt_content SET image = '0' WHERE image IS NULL; UPDATE tt_content SET media = '0' WHERE media IS NULL;
This solved the error for me.

Regards
Marcel
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to