cooliojones
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Cannot change WP upload pathYou know we LOVE core hacks! 😉
But this really seems more like an oversight than a hack, because here’s my question: what’s the point of having the fields there to edit, if you can’t, in fact, edit them??
Forum: Networking WordPress
In reply to: Cannot change WP upload pathYes, I forgot to update it here.
If you just comment out only one line in wp-includes/ms-settings.php. the last one which calls for ms_upload_constants(). if you open ms-default-constants.php you will see that function defining upload constants. after commenting that line it looks to be working like I wanted it.
I don’t know why someone hasn’t found the solution and posted it sooner, because it seems like something that a lot of people would be dealing with. Oh well, hope this helps you too. 🙂
Forum: Networking WordPress
In reply to: Cannot change WP upload pathAnother update: I can change the value to store uploads in month/year folders, but nothing else. Even trying to use wp-content/test doesn’t work.
Thanks to anyone who can chime in to help or have had similar issues.
Forum: Networking WordPress
In reply to: Cannot change WP upload pathJust an update: I was wondering if my database might be corrupted, so I created a test database with basically nothing in it except what installs with WordPress. I was able to change the settings on the main site just fine, but on the subdomains, I still have the same issue. No matter what I place in the Upload Path, Upload Url Path & Fileupload Url, WordPress defaults to the original settings, creates the blogs.dir directory, uploads the files there, and gives the File URL a name of http://subdoman.mydomain.com/files/2011/07/filename.jpg.
Now this is getting really weird.
Forum: Networking WordPress
In reply to: Cannot change WP upload pathipstenu, in it’s place, this appears:
http://cityname.mydomain.com/files/2011/07/filename.jpg
I created two new domains, and when they were first created they had these settings:
Upload Path: wp-content/blogs.dir/4/files
Upload URL Path: (blank)
Fileupload URL: http://cityname.mydomain.com/filesBut when I change these settings, it just disregards them and stores the files in the wp-content/blogs.dir/4/files directory, and uses the old fileupload URL as the link to the file.