Import Help.

I am trying to import 147 leads from a spread sheet.

It seems to Work OK until Step 4.

After this, it just hangs.

I have upped my timeout to 1200 seconds but it still hangs.
What is it possibly doing here?

Cheers
David

Hi David,

I would advise setting the following in your php.ini file and then restarting your web server.

upload_max_filesize = 60M
max_execution_time = 200
post_max_size = 120M

If that fails to resolve the issue, what errors do you get in your php error.log file/sugarcrm.log file?

Thanks,

Will.

All fixed,
It was a corrupted CSV file.

Cheers
David