Opened 22 months ago
Closed 8 months ago
#18283 closed defect (bug) (worksforme)
Thumbnails not being generated in Wordpress MU
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Media | Version: | 3.2.1 |
| Severity: | normal | Keywords: | reporter-feedback |
| 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)
comment:3
markoheijnen — 8 months ago
- Keywords close added
I think we can close this ticket after 14 months and the code changed a lot.
comment:4
SergeyBiryukov — 8 months 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.

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.