Page 1 of 1

[6.1.4] Add product - problem user

Posted: 24 Jul 2026, 10:55
by mjmartino
Hi Jan
If after update 6.1.3 to 6.1.4
Try to create new product i have error.
Field 'user_id' doesn't have a default value.
In this update - plugin user have update too.

Fields:
Created Date
Created By
empty.

Re: [6.1.4] Add product - problem user

Posted: 27 Jul 2026, 15:47
by mjmartino
6.1.5
Still this same problem
Field 'user_id' doesn't have a default value.

Re: [6.1.4] Add product - problem user [resolved]

Posted: 27 Jul 2026, 18:39
by mjmartino

Code: Select all

ALTER TABLE `#_phocacart_products` CHANGE `user_id` `user_id` INT(11) NOT NULL DEFAULT '0';
ALTER TABLE `#_phocacart_products` CHANGE `vendor_id` `vendor_id` INT(11) NOT NULL DEFAULT '0';
Resolved

Re: [6.1.4] Add product - problem user

Posted: 28 Jul 2026, 22:39
by Jan
OK