I have set up phpnuke in an I-Bay and Gallery as a module under phpnuke using information I gleaned from these forums and How-Tos.
When trying to upload photos (IE6,Netscape current releas) (from a directory on my server) to the gallery I kept having problems after 9 or 10 photos even though I had raised max_execution_time to 2400, memory limit to 128M, post size to 128 M , upload max filesize to 50 M.
I discovered that the number of photos I could upload is directly related to the setting for Timeout in httpd.conf (default 300s). So on my system 300s = 10 photos, 600s = 20 photos etc.
Several people reported in these forums problems uploading to gallery and but this parameter (set in its own template) has not previously been mentioned.
Is changing the httpd.conf the proper solution for this problem? Or, is there something that the php/java script in gallery should be doing to control the session timeout?
Thanks,
Winston