Make WordPress Core

Opened 14 years ago

Closed 12 years ago

#18283 closed defect (bug) (worksforme)

Thumbnails not being generated in Wordpress MU

Reported by: marker's profile marker Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.2.1
Component: Media Keywords: reporter-feedback
Focuses: Cc:

Description

I'm using Wordpress MU to host several sites (in subdomain mode).
The theme I'm using has "add_theme_support( 'post-thumbnails' );" in its functions.php file.

When a user uploads images, they're sent to that site's allocated folder: /var/www/html/wp-content/blogs.dir/8/files/ and then sorted by month, date, etc as we do.

/wp-content/ and its recursive files are owned by apache, and are chmodded to 777.

The original image a user uploads is uploaded fine, but no thumbnails are generated.

This process works when the same theme is installed on a default, single-site Wordpress install.

Change History (4)

#1 @dd32
14 years ago

Is the single-site install on the same server as the Multisite?

Does the Multisite Install have GD enabled? (Check phpinfo()) - GD is required for Image resizing.

#2 @dd32
14 years ago

  • Keywords reporter-feedback added

#3 @markoheijnen
12 years ago

  • Keywords close added

I think we can close this ticket after 14 months and the code changed a lot.

#4 @SergeyBiryukov
12 years ago

  • Keywords close removed
  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Feel free to reopen with more information if there's still a problem.

Note: See TracTickets for help on using tickets.