I am trying to build a store on my local machine. I am able to import categories.csv, but when I try to import products.csv I get an Internal Server Error during initialization. My first attempt had thousands of products, but even after I cut it down to 100 I still get the same result. What do I need to fix/change to get the import to work?
Asked
Active
Viewed 122 times
0
-
Do you see any errors in your log files? You can check them in
/var/log/2018/03/ directory. – Tony Mar 20 '18 at 10:06 -
This is what it shows in the php_errors.log: Error (code: 0): Unrecognized field: attribute_option Server API: apache2handler; Request method: POST; URI: /admin.php?target=event_task&action=run&event=import; – uzumaki42 Mar 21 '18 at 14:55
-
The problem might look like the attribute entities do not exist in X-Cart, but it is very unlikely, unless you removed them manually. I would suggest contacting our support team via support@x-cart.com and asking them to look into the problem. – Tony Mar 22 '18 at 11:30