• Resolved neilspinney

    (@neilspinney)


    Hi Ladies and Gents

    Here is my problem.

    I have transferred my WordPress Instal from WP-Engine to HostGator and now have it running.

    Now the problem!

    On site 2 (apfmag.mdmoublishing.com) images / thumbnails are not being shown even tho they are on the server and I can view them through C-Panel!?
    This also is the same if I view them in the media library as well but if I click edit I can see the picture!

    All other sites are fine and working.
    Main site
    mdmpublishing.com

    Subsites
    iffmag.mdmpublishing.com
    ifpmag.mdmpublishing.com

    Here is my .htaccess file
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    [Redacted]

    I have done the following.
    Turned off all plugins with no change.
    I have renamed the plugins folder with no change.
    I have reset the image folder permissions and images themselves and this have had no change.

    I am hoping someone out there can see the error or why it is happening.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Please change your database credentials & salt keys immediately.

    Thread Starter neilspinney

    (@neilspinney)

    f*******

    schoolboy error!!!!!!!!

    Thread Starter neilspinney

    (@neilspinney)

    SLOVED

    I deleted / renamed the site folder that was effected by this issue and then uploaded a image in the media library and be hold the image was shown both in back end and front end.

    I then recopied images back into the folder and now they are all working!

    I can only presume that there was an error with the folder copied across via ftp!?

    Hope this helps someone else out!?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multisite Images not showing on one siet’ is closed to new replies.