Opened 14 years ago
Closed 12 years ago
#18283 closed defect (bug) (worksforme)
Thumbnails not being generated in Wordpress MU
Reported by: |
|
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)
Note: See
TracTickets for help on using
tickets.
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.