Hi Ally,
the problem I found was the following: the size of BLOB / TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the redo log size using innodb_log_file_size.
I increased the value of innodb_log_file_size in the file my.ini and I solved it.