For some reason it's failing to process your threadread table. I cannot really guess as to why, perhaps you have very low memory settings.
Since it obviously managed the first 1000 okay you could simply edit the product XML slightly to limit it to 1000 records.
Around line 47 of the XML you should see a line that ends with LIMIT 10000 - change that to LIMIT 1000 and then try again.
|