On pressing the Buy Now button in cart an error occurs and throws a Fatal Error:
1406 Data too long for column 'details' at row1
Orders are created but have no customer and other data.
Going into the order in orders list throws a fatal since some data is missing:
0 Attempt to assign property "invoiceNumbers" on null
0 Attempt to assign property "invoiceNumbers" on null
Orders without coupon work without errors.
After migration from Joomla 3.10.12, VM 3.8.6.
Joomla 4.4.4
VirtueMart 4.2.12
PHP 8.1
I found the column 'details' in
#__awocoupon_history - text
#__awocoupon_history_tmp - mediumtext
I changed medimtext to text and saved all coupons, but no change.
I changed medimtext to text and saved all coupons, but no change.
Kollation for the columns is utf8mb3_general_ci.
I wonder if that should not be utf8mb4_general_ci.
I am still trying to find the issue and report back if I find the problem.
StefanSTS