Hello,
Can someone help me fix this issue? I tried to upload multiple photos to the album, and I got the error shown below:
Fri Nov 21 14:15:32.115274 2025] [proxy_fcgi:error] [pid 9144:tid 9277] (70007)The timeout specified has expired: [client xxx.xxx.xxx.xxx:14750] AH01075: Error dispatching request to : (polling), referer: https://photos.mydomain.me/admin.php?page=photos_add
thank you
Offline
The upload process is almost certainly taking longer than the timeout set on your server for PHP scripts to finish. Exactly what you need to do to increase the allowed timeout for the script depends on the configuration details of your server.
Possibly setting a larger "ProxyTimeout" in the relevant .htaccess or server config would do what you need but I am not sure about that.
Offline