Problem:
Most probably the zip file you uploaded might has over the maximum files size permitted on your server. Also, due to restriction of your server time-out, the gallery system reports timeout, and fails to process the remaining images completely.
Solution:
To check your 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.
|