Quote Originally Posted by rwslippey View Post
I solved the problem, I apologies , I meant to post it..... it appears to be a problem with the server not having a enough time to process the file.

I increased my servers max execution time and haven't had a problem since.


Thanks for your help...

Rob
That was going to be my next suggestion to you.
If your script is timing out, in the root of your server (not store root), create/open a file called php.ini and add the following lines: or go to your database and increase
max_execution_time = 300
max_input_time = 90
memory_limit = 32M