vt7 dev release - Import records fail
Import records fail in (module Products) last step with error:
result is not an object
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Contributor
@manuelgit, Can you share me the file where you are trying to import
- Author Contributor
@satish.dvnk yes, this is an exported product that can be used to test the import:
- Contributor
Is it still reproducible @manuelgit ?
- Author Contributor
@satish.dvnk yes, also after that the cancel import doesn´t work
- Contributor
I will check and update you @manuelgit
- Contributor
@manuelgit Can you replace the following line in $INSTALLED_COPY/modules/Import/actions/Data.php line no 659
Remove
} else if(
fieldInstance->getUIType() == 56) {</pre> Inject <pre>} else if(fieldDataType == 'boolean') {Now try to import product and please let me know if you succeed or not
- Satish mentioned in merge request !182 (merged)
mentioned in merge request !182 (merged)
Please register or sign in to reply