Magento – Error 500 internal server error validate key magento

csverrorimportmagento2

I'm new to Magento which makes me a big newbie. I have recently set up a localhost store using XAMPP. Now I want to import 500 products with my CSV file. I've looked up the CSV file structure and I think I did good, so I don't there are any errors there (I may be wrong too).

Anyway, after I try to upload my .csv, nothing happens and it keeps displaying "please wait for" message. After a while, I decided to stop and ran firebug and re-ran import.

I got this error message

"NetworkError: 500 Internal Server Error –
https://localhost/myownstore/admin2/admin/import/validate/key/
<—there was a random key.

I've tried setting file permission to index.php, also changed PHP memory limit value and nothing helps.

Please help me I'm desperate 🙁

Best Answer

Please ensure there is var folder having valid write permission so export process will create file in car/export folder.

Let me know if you need help.

Related Topic