• Hi I am looking to remove the old data as it found a few thousand entries. It does the first 25 then I guess times out. It either returns the red popup:

    Unexpected token ‘<‘, “!Doctype ” … is not valid JSON

    else a 400 error.

    Some plugins for import drop the number of entries if the server cuts it off from say 20 to 10 to 5 to 3,2,1. Could this do similar to work with picky shared hosting?

    Edit: Actually it worked fine on live site did it in a few seconds

    • This topic was modified 2 years, 2 months ago by dubaidogfish.
Viewing 1 replies (of 1 total)
  • Thread Starter dubaidogfish

    (@dubaidogfish)

    It was the PHP input vars exceeding 1000 that caused the issue, either upping this limit temporarily in php.ini or filtering for sub 1000 records should solve the problem, did for me.

Viewing 1 replies (of 1 total)
  • The topic ‘Stalls after 50 records removed’ is closed to new replies.