1. Upgrade joomla 3 to j4. ok.
2. upgrade joomshopping from 4 to 5.
Error Duplicate column name 'extra_field_1'
Fix database - result: version of DB - 5.8.0, vers manifest 4.18.9
Do this delete table and create
CREATE TABLE IF NOT EXISTS `PREFIX_jshopping_products_to_extra_fields` (
`product_id` int(11) NOT NULL,
PRIMARY KEY (`product_id`)
) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;. Try again, again error Duplicate column name 'extra_field_1'
Count of products 3010
How can i update?
Joomla: 4
JoomShopping: 4-5
PHP: 8.3
JoomShopping: 4-5
PHP: 8.3



