• Resolved bradmerrill

    (@bradmerrill)


    Hello,
    I am running WordPress 3.0 Multisite. Everything is perfect on the main site, but the other sites cannot upload media. Actually, they can UPLOAD it, but it won’t display. This is what happens after it is uploaded:
    http://img340.imageshack.us/img340/8929/mediaerror.png

    I need a fix for this ASAP, as I have a line of bloggers ready to join my network.

    Thanks for any help you can provide,
    Brad

Viewing 6 replies - 1 through 6 (of 6 total)
  • Go check on the server and make sure it’s creating the subfolders for each blog’s media under the /wp-content/blogs.dir/ directory.

    Thread Starter bradmerrill

    (@bradmerrill)

    I went to that path through cPanel File Manager, and I was able to view the files perfectly. But it’s still not working through WP…
    Any ideas?

    Thanks.

    Check your htaccess file – make sure it’s there for starters, and that permalinks on the member blogs also work.

    Thread Starter bradmerrill

    (@bradmerrill)

    This is what my htaccess file looks like.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Do you see any problems?

    Thanks.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Yeah, that’s not the one for MultiSite 🙂

    Go to yourdomain.com/wp-admin/network.php and copy what’s in step 3.

    Thread Starter bradmerrill

    (@bradmerrill)

    Hahahahahaha. That was the problem. It’s working now. Thanks! 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can't Upload Media’ is closed to new replies.