Wes Chyrchel
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite images not being written to blogs.dirOkay, geez, it’s always the easy stuff you have to go back and look at, but sometimes I guess it takes talking it out with someone to figure it out.
So, the problem was that I develop locally, so my .htaccess file was configured for my local directory setup. I didn’t think of that and when I copied the .htaccess file to the new server environment, their directory structure is different and WordPress detects that. So, when you move a multisite to a new server environment other than your own development setup, re-copy the .htaccess information in “Network Setup” inside the admin of WordPress and re-paste it in that file. That should help with the path issues.
Really, if the permissions are set up correctly on the directories that most likely it has to be a path going in or out and from what I read a lot about multisite, the .htaccess file usually is the culprit. Either it’s not set up right or it’s not reading it.
Hopefully that helps someone. Thanks for quick help Ipstenu, it got me thinking and asking more questions.
Forum: Networking WordPress
In reply to: Multisite images not being written to blogs.dirNo, Ipstenu, if I go to a page and try to upload an image, it shows a broken image in the image uploader. It will save it though, with all of the parameters and add it to the database.
The other thing is, the main blog works just fine. All of the files uploaded to the uploads folder work great, it just seems to have issues with the blogs.dir.
It just won’t upload files to blogs.dir, but the names of the files appear in the database with the correct path!
Also, the upload path for the sites in the subfolders is, “wp-content/blogs.dir/2/files”
Don’t know if that helps.
Forum: Networking WordPress
In reply to: Multisite images not being written to blogs.dirI had a colleague suggest that the php.ini file might contain settings that could affect writing to directories. Is that possible?
Forum: Networking WordPress
In reply to: Multisite images not being written to blogs.dirSorry, there isn’t an error at all and the file name gets added to the database. It’s just not getting written to the blogs.dir
Forum: Themes and Templates
In reply to: Show subcategory without hardcoding ID.@ chinmoy, thanks for the feedback, I looked into wp_list_category, but it only gives you the list and not the posts.
@ alchymyth, thank you for the detailed response I will look into all of those avenues. I knew it was complicated.
Thanks for the help guys!