• I have installed the multi site network on my clients site, so that I may have a regular site and a mobile site:

    https://www.kidzct.com
    https://m.kidzct.com

    The main site is fine, images and media are uploading and appearing fine.

    However when I try to upload images for the mobile site nothing happens, it says they upload but when you go to the media library nothing appears. No thumbnails at all, just the alt text where the thumbnails should be.

    Does anyone have any idea how I can correct this so I can images to upload to the sub site?

Viewing 15 replies - 16 through 30 (of 39 total)
  • It’s still the same line, he just needs to tinker with it.

    Thread Starter meglundy

    (@meglundy)

    Ok I have the file downloaded and am looking, is this it?


    <Directory “/usr/local/apache/htdocs”>
    Options Includes Indexes FollowSymLinks MultiViews
    AllowOverride None
    <IfModule mod_access.c>
    Order allow,deny
    Allow from all

    Thread Starter meglundy

    (@meglundy)

    Better yet just check out the link:

    https://www.kidzct.com/test.txt

    Thread Starter meglundy

    (@meglundy)

    Its not the htaccess file.

    Tell your host the file is part of the server configuration files and it is in there.

    One of the good things about having full access to my server is i can go and find stuff ??

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    <Directory “/usr/local/apache/htdocs”>
    Options Includes Indexes FollowSymLinks MultiViews
    AllowOverride None
    <IfModule mod_access.c>
    Order allow,deny
    Allow from all

    THAT is wrong. Bolded to make sure it stands out.

    Reember I said to set AllowOverride to ALL. Do that ??

    Thread Starter meglundy

    (@meglundy)

    Cool Beans!

    He set the above directory but not this one, I will change it right away and keep my fingers crossed.

    ??

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    In part it depends on WHERE you installed your files. If they’re all in /usr/local/apache/htdocs then you need that to have the allow override set.

    Mine are in /home/ipstenu/public_html/ so I have it set there, for example ??

    Thread Starter meglundy

    (@meglundy)

    Ok so its still not working for me.

    I’m looking again now but I have no clue what to set this file to so it will work.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Yeah, sadly this one is a server config issue, and … it’s just not reading the htaccess correctly.

    Thread Starter meglundy

    (@meglundy)

    So do you have any advice as to what I could do?

    <Directory “/usr/local/apache/htdocs”>

    Is that actually where your install is located? The vhost for your site will be near the end of the httpd.conf file.

    Thread Starter meglundy

    (@meglundy)

    This is what VH says:

    <VirtualHost *>
    ServerName {my server name}
    DocumentRoot /usr/local/apache/htdocs
    ServerAdmin {my email address}
    </VirtualHost>

    DocumentRoot /usr/local/apache/htdocs

    And can you verify that’s where your wordpress install lives?

    Thread Starter meglundy

    (@meglundy)

    How do I know where it lives? I know that when I ftp files up i upload them under the public_html folder?

    So am I like Ipstenu and need to change it to that file? Where can I find the path?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    It should be a full path like /usr/meglundy/public_html – You can ask your webhost.

Viewing 15 replies - 16 through 30 (of 39 total)
  • The topic ‘WordPress Network image upload problem’ is closed to new replies.