#1952 closed defect (bug) (worksforme)
Thumbnails not being generated
Reported by: | tedfox | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.6 |
Component: | Administration | Keywords: | thumbnail images |
Focuses: | Cc: |
Description
when uploading large images in 2.0,thumbnails are not created.
I suspect this is because the server php.ini settings are having a too small memory limit. My host sets it to 8M. This can be overcomed by adding the following line to whichever php file creates the thumbnail
ini_set("memory_limit","12M"); (or another number)
However, i tried adding that line to admin-functions.php and i'm still not getting any thumbnails.
(there is a problem as there's no msg to say why my thumbnails are not getting created)
Change History (2)
Note: See
TracTickets for help on using
tickets.
This is most likely due to the probable fact that your server does not have GD installed, which is required for thumbnails, else it fails silently. Unless you can provide more information on your server and all, I'm marking this as WFM.