Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#1952 closed defect (bug) (worksforme)

Thumbnails not being generated

Reported by: tedfox's profile 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)

#1 @masquerade
18 years ago

  • Resolution set to worksforme
  • Status changed from new to closed

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.

#2 @(none)
17 years ago

  • Milestone 2.0 deleted

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.