No Images on Multisite (Grey Thumbs)
-
I have images and media not working in my sub site (grey blocks in place of thumbnails): https://store.mdpdance.com They upload, to the server, show in the Media Manager, but are grey blocks/dots which go nowhere when viewed.
I have other multisites on the same FTP that have images that work perfectly. The main site (https://www.mdpdance.com), images and media are uploading and appearing fine.
Everything is up to date.
Hosting: GoDaddy.
Theme change does nothing.
Current theme: Shop Isle with WooCommerce.Here’s the things I’ve done:
-
– Set permissions to 755 (also tested 744) on my /blogs.dir and /uploads folders.
– Defaulted the .htaccess file (current setup), also tested the recommended multisite .htaccess customization.
– Turned off all plugins and themes, still the problem persists.
– Upped the upload memory limit in my php5.ini file and in wp-config.php.
Config in the php5.ini:
memory_limit = 256M
upload_max_filesize = 256M
Config in the wp-config.php:
define(‘WP_MEMORY_LIMIT’,’128M’);
define(‘WP_MAX_MEMORY_LIMIT’,’512M’);
– Checked my Network settings for my store.mdpdance.com where the following is setup:Upload Path: wp-content/blogs.dir/9/filesUpload Url Path: (blank)
– Added the following line of code from here, no worky:
RewriteRule ^.*/files/(.+) wp-includes/ms-files.php?file=$1 [L]
– Haven’t touched the database except to clear the caches.I’ve been working on this for almost a year with no resolution. If anyone has any knowledge or things I can try, please let me know.
Thanks in advance!
- The topic ‘No Images on Multisite (Grey Thumbs)’ is closed to new replies.