Hello- We are looking to do a fairly large import of users. At the moment I am testing with a CSV of about 2500. I am able to import successfully up to about 1000 rows (so I know the CSV formatting is correct), and then beyond that the web page seems to just time out and take me to a blank white page rather than complete the process.
I have already increased the maximum execution time in my php.ini file. Is there any other timeout setting that could cause this? Alternately, where is the best place to look in the logs for any errors related to this?
Thanks!