[eluser]the real rlee[/eluser]
Thanks guys. PHP/ Apache, limits, FF timeouts what a frustrating experience!
I added max_input_time to my HTACCESS file, not sure whether that was the fix, but its working now.
FYI my settings:
Code:
php_value max_execution_time 0
php_value max_input_time 0
php_value memory_limit 100M
php_value post_max_size 100M
php_value upload_max_filesize 64M