Question

I'm trying to import data into Magento through Dataflow. I've tried both xml and csv files but huge error messages starting with the following keep coming up:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" lang="nl"> <head> <title>

(most errors are over 50,000 characters long and contain a combination multiple 'random' errors and code)

It consideres a staging area of a webshop and I've already tried both xml and csv imports, cache cleaning, reïndexing, permission changes through shell and more. When I bring the file back to about 10 records, there is no problem. Around 15 records Magento starts spitting up these errors and finally states that no records are imported. Funny thing is, it actually does import some (seemingly random) records. Any help would be greatly appreciated!

Was it helpful?

Solution

It turns out that the error was written in plain html. After copying it into a .html file and opening it in a browser a complete back-end Magento page popped up, stating that a module license was not valid (due to creating a staging area). After disabling the module, importing XML's worked like a charm.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top