Not for official support
We do not provide technical support in this forum.
If you want to contact our customer support, please use our support form.
You are not logged in.
Pages: 1
i have uploaded a 5 mp (1.91 mb) image and a 8 mp (3.07 mb) image
Neither of these images are showing a thumbnail in IE or Firefox
I also did a test where i uploaded the same file -
1st version - full size (3.4 mb) - no thumbnail
2nd version - reduced image size (135 kb) - Thumbnail visible
Are there any setting to change this so all the thumbnails can be visible?
Simon
Offline
Try to increase the values of max_execution_time and memory_limit parameters in PHP configuration. Read the exact error messages which should be appearing in the web server logs when you try to upload large image files when no thumbnails are visible.
Offline
where are the web server logs?
Offline
server logs on host panel say no error
Offline
no error on the errors.log under kernel
Offline
URL: XXXXX/published/DD/html/ajax/file_upload.php
exception 'Exception' with message 'Error creating thumbnail: Not enough memory for this size of file. Refer to your system administrator to increase Memory Limit parameter on your server' in /XXXXXX/kernel/functions.php:7731
Stack trace:
#0 /XXXXXX/kernel/includes/pear/PEAR.php(914): handlePEARError(Object(PEAR_Error))
#1 /XXXXX/kernel/includes/pear/PEAR.php(577): PEAR_Error->PEAR_Error('handlePEARError', Object(PEAR_Error))
#2 /XXXXXX/kernel/functions.php(7534): PEAR::raiseError('Error creating ...', 1000, 16, 'handlePEARError', NULL)
#3 /XXXXXX/published/DD/dd_dbfunctions_cmn.php(255): makeThumbnail()
#4 /XXXXXX/published/DD/html/ajax/file_upload.php(92): dd_addFiles('Error creating ...', 1000)
#5 {main}
I have 64 mb ram on the server
Offline
safe mode = Off
memory_limit = 64M
max_execution_time = 30
max_input_time = 60
post_max_size = 64M
upload_max_filesize = 64M
enable_dl = Off
Offline
Simon122 wrote:
where are the web server logs?
Web server logs are located in a special directory on your server. E.g., on Ubuntu Linux they reside in /var/log/apache2.
Offline
any ideas
Re: WebAsyst FILES - Thumbnail not showing on some jpg images
URL: XXXXX/published/DD/html/ajax/file_upload.php
exception 'Exception' with message 'Error creating thumbnail: Not enough memory for this size of file. Refer to your system administrator to increase Memory Limit parameter on your server' in /XXXXXX/kernel/functions.php:7731
Stack trace:
#0 /XXXXXX/kernel/includes/pear/PEAR.php(914): handlePEARError(Object(PEAR_Error))
#1 /XXXXX/kernel/includes/pear/PEAR.php(577): PEAR_Error->PEAR_Error('handlePEARError', Object(PEAR_Error))
#2 /XXXXXX/kernel/functions.php(7534): PEAR::raiseError('Error creating ...', 1000, 16, 'handlePEARError', NULL)
#3 /XXXXXX/published/DD/dd_dbfunctions_cmn.php(255): makeThumbnail()
#4 /XXXXXX/published/DD/html/ajax/file_upload.php(92): dd_addFiles('Error creating ...', 1000)
#5 {main}
I have 64 mb ram on the server
Offline
You must have too little RAM available for thumbnail generation for large image files. 64 MB may be not enough.
Offline
Pages: 1