Bekomme noch folgende Fehler, wer kann mir Helfen?
vmError: alterTable ADD bjowm_virtuemart_orders.customer_note :
vmError: alterTable ADD bjowm_virtuemart_product_customfields.custom_value :
vmError: alterTable ADD bjowm_virtuemart_product_customfields.custom_price : Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs SQL=ALTER TABLE `bjowm_virtuemart_product_customfields` ADD custom_value varchar(8000) COMMENT 'field value' FIRST
vmError: alterTable ADD bjowm_virtuemart_product_customfields.custom_param : Unknown column 'custom_value' in 'bjowm_virtuemart_product_customfields' SQL=ALTER TABLE `bjowm_virtuemart_product_customfields` ADD custom_price decimal(15,5) COMMENT 'price' AFTER custom_value
vmError: alterTable ADD bjowm_virtuemart_userfields.params :