christorp
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Image upload issueWell, I give up.
Forum: Networking WordPress
In reply to: Image upload issueWell, I tried just removing the .htaccess site all together and it sure noticed it was gone at least.
Forum: Networking WordPress
In reply to: Image upload issue#uploaded files RewriteRule ^(.*/)?files/$ index.php [L] RewriteCond %{REQUEST_URI} !.*wp-content/plugins.* RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]
That didn’t work for me at least.
Forum: Networking WordPress
In reply to: Image upload issueSame, but it goes for all images that I try to upload. Either it’s for a post, page, header, avatar and so on. Just anything uploadable.
Forum: Networking WordPress
In reply to: Image upload issueThis is what says about uploads in htaccess:
#uploaded files RewriteRule ^(.*/)?files/$ index.php [L] RewriteCond %{REQUEST_URI} !.*wp-content/plugins.* RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
Should any of that be changed?
Forum: Networking WordPress
In reply to: Image upload issuetray, that sounds exactly like the same issue so I’m sure you do. Could the problem be that while the upload is successful and such that when it comes to getting the image after upload it tries to get the image from /wp-content/files instead of /wp-content/blogs.dir/1/files and so on..?
Forum: Networking WordPress
In reply to: Image upload issueOh right. Well, it’s not on a local server. But the server runs unix. Anyway, how would it be a server problem? Uploading works perfectly on a normal WordPress install, just not the multiuser version.
Forum: Networking WordPress
In reply to: Image upload issueI got that, just aren’t sure what IIS7 is.
Forum: Networking WordPress
In reply to: Image upload issueYes the blogs.dir is in /wp-content/.
enjaytee: I’m not sure I understood any of that.
Forum: Networking WordPress
In reply to: Image upload issueI do have 3.0.
Nothing on the site will really help unless you’re a member and trying to upload a picture as avatar or if you’re able to post something. Maybe making a test blog there just to try it out. If you wanna try that.
Forum: Networking WordPress
In reply to: Image upload issueThe installation did that on it’s own, so it’s there yes.
All the files I’ve uploaded are even there, but I can’t see any of them on the actual sites.