I have been able to use the Joomla Flash uploader on my dev box with no issues, however when I try in a load ballanced production servers (exact same config except for the LB and SSL accelerator in front of a pair of servers) I get the Retry failed. Please check your timeouts. error.
Joomla 1.5.14 JFU version 2.10.4
relevant php.ini settings:
upload_max_filesize = 20M
post_max_size = 20M
memory_limit=128M
max_input_time=1800
max_execution_time=1800
default_socket_timeout=1800
I cannot seem to loacate the log files for the component on either server otherwise would be happy to include them, looking to register if it does the job but we need some way to upload from the back end for content authors.
|