Quote Originally Posted by chadlly2003 View Post
I am trying to do an import using easy populate, but for some reason I am getting this error. i did just upgrad to php 7.3 o that might have something to do with the error. If someone could assist me that would be great

- Zencart 1.5.6
- Module Easy Populate 4.0.36.ZC
- Php 7.3


I believe the file in question might be Admin/easypopulate_4_import.php

error
HTML Code:
MySQLi error 1364: Field 'categories_description' doesn't have a default value
When executing:
INSERT INTO categories_description SET 
categories_id   = 3759,
language_id     = 1,
categories_name = 'Battery Straps'
See if application of the following three commits get you there:
https://github.com/mc12345678/EasyPo...c8a42551c6d37c
https://github.com/mc12345678/EasyPo...3d2ce914c2b183
https://github.com/mc12345678/EasyPo...d745b7e83045a2

The cause is that ZC has not had a default value for new categories, but previous mysql servers (lower versions) have been "ok" with that. But that is no longer the case, and unfortunately a feature I'm trying to add is not to completion so a new version has not been published.