No, it is not the file in it's entirety, I just wanted to give a short example. It is a new product.
No, it is not the file in it's entirety, I just wanted to give a short example. It is a new product.
If you can hang with me just a moment longer, I'd appreciate it. Does the file have the same v_products_model in it more than once? Also, to confirm you are receiving the same error in the debug.txt file as identified on the previous page?
I changed some code to try to allow not having to include a few fields in the import file and I believe that was done incorrectly which is causing the issue identified by you and on the previous page. It is also why I haven't updated the code that is referenced in the first post of this thread. So that I can be sure to ferret out the issue, I would like that information.
Until I resolve the issue created in version 4.0.32, there is an older version that is fully functional (minus the additions made since then) from following the link in the first post of this thread... Your help in this matter is appreciated. I know this tool s helpful to many and am tryiing to make further improvements and keep it functional.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
This is the error I found in my log directory:
[19-Feb-2016 08:04:51 America/Phoenix] PHP Warning: Invalid argument supplied for foreach() in /home/content/x/x/x/xxxxx/html/store/xxxxx/easypopulate_4_import.php on line 1908
and no the file does not have the same v_products_model in it more than once.
I will downgrade to the older version as suggested.
Thanks for your help and prompt response.
Please provide the link to the older version, thank you.
Actually, just took a look and thank you so much for looking in the logs directory for that error. The problem on lin 190x is the use of $languages instead of $langcode...
So easiest way to fix this would be to open admin/easypopulate_4_import.php with a plain text editor.
Search for $languages.
Replace with $langcode.
Issue should be resolved.
I'll be updating github momentarily with that change.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Excellent! it works.
Thank you!!!
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...