I got the same problem. I am using Feeds and Feeds XPath Parser. When I import large chunk of xml data it throws error on me
"An HTTP error 404 occured. /batch?id=43&op=do"
Any solution for this out there?

Comments

twistor’s picture

Assigned: Unassigned » twistor
Status: Active » Postponed (maintainer needs more info)
Issue tags: -Feeds

So you're saying that this works if you import a smaller amount of data, but if you try to import a larger amount you get that error? You might need to increase your memory_limit and/or max_execution_time in your php.ini.

santhoshabraham’s picture

If I import smaller document its fine.. I increased the memory limit, no luck.
Here is the document I'm trying to import. its about 15 mb
http://www.alldeals.us/ftp/Super_Media_Store-Supermediastore_Products.xml

twistor’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

A 15mb file would take a custom parser. See #936478: State based parser for further discussion. Another possible solution would be to split the file up into smaller sizes and use the directory fetcher.

Problue Solutions’s picture

Status: Closed (works as designed) » Active

I've just run into this problem, however I'm confused by the last comment as last year (and the year before) I used feeds xpath parser to import a file of 41MB with no issues, the new file is of a similar size but this is the first time I've seen this error.

For fetcher Im using "File upload". I'm just uploading a properly formatted XML file, not fetching a page form the web or anything.

Any ideas?

twistor’s picture

Assigned: twistor » Unassigned

There's more to it than just file size. The complexity of the data matters as well as the settings on your server.

twistor’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

Sorry we didn't get this resolved. If anyone is having this problem, please check the latest release and create a new issue.