Problem:
The Photo Gallery system encounters server time-out (the time limit to execute a SQL query). You might have uploaded a mass size of zip archive that, when it is being processed, the query exceeds the time limit, and your server reports timeout.
Solution:
To check the server time-out, and the maximum file size permitted on your server, access to your PHP info at http://your-domain-name/oneadmin/phpinfo.php, then look for the below attributes:
- max_execution_time
- upload_max_filesize
It is highly recommends that you shrink the size of each images or lower down the number of images in the zip archive.
|