Hi,
This error indicates that the data that the system tries to store simply doesn't fit in the defined column. You can change the column manually if you have access to your database (using a tool like phpMyAdmin) . So if for example this is a VARCHAR column you could change it to a TEXT column.
Note that I am not aware of that extension so I don't know exactly the column type. If you can, please share some more information.
Regards
This error indicates that the data that the system tries to store simply doesn't fit in the defined column. You can change the column manually if you have access to your database (using a tool like phpMyAdmin) . So if for example this is a VARCHAR column you could change it to a TEXT column.
Note that I am not aware of that extension so I don't know exactly the column type. If you can, please share some more information.
Regards
Statistics: Posted by lefteriskavadas — Wed Nov 27, 2024 1:12 pm