CircleReader
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Pages not showing, Permalinks issue using MultisiteI’m having this same issue with WP 3.1a multisite on a non-GoDaddy host. For one of the sites, Pages always return a 404; Pages on other sites in the network are not affected.
Forum: Hacks
In reply to: Fatal error in WP 3.1-alphaReally too big a job to do quickly, huh? Bummer.
But thanks for all the hard work you’ve put into BuddyPress – I’m looking forward to getting it running when 1.3 is further along!
Forum: Hacks
In reply to: Fatal error in WP 3.1-alphaVery disappointed that this has been deferred. I’d like to start working with BuddyPress, but am completely stopped by this. Please do consider moving this up in the process!
Forum: Networking WordPress
In reply to: Images are not uploading into correct fileAfter commenting out the first of those two and adding the second, both my file links work! 🙂
And, the custom background function is now working, too (which is where this image was uploaded)!
That didn’t help with post-images, though. This (replacing the last) fixed that:
# uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L](For the record, I did upgrade from WPMU a while back, and am using Ron & Andrea’s Multisite domain mapping plugin.)
What would we do without half-elves & pirates? Thanks!
Forum: Networking WordPress
In reply to: add custom background function for multisite themeSounds like your .htaccess got fixed in the re-install. (??) Glad you are up an running again!
Forum: Networking WordPress
In reply to: add custom background function for multisite themeFixing the .htaccess rewrite rules as in http://ww.wp.xz.cn/support/topic/images-are-not-uploading-into-correct-file-1?replies=20#post-1712849 above fixed the custom background, though not the other image issues – yet.
Fixing the rest of the .htaccess like this: http://ww.wp.xz.cn/support/topic/images-are-not-uploading-into-correct-file-1?replies=20#post-1713882 fixed the other image issues as well.
Thanks to the pirate & half-elf! 😉
Forum: Networking WordPress
In reply to: Images are not uploading into correct fileHmm…
I’ve got this in .htaccess:
#uploaded files RewriteRule ^(.*/)?files/$ index.php [L] RewriteCond %{REQUEST_URI} !.*wp-content/plugins.* RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]Safe to delete & replace with
# uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]as above and in http://ww.wp.xz.cn/support/topic/images-are-not-uploading-into-correct-file-1?replies=20#post-1712849 ?
Forum: Networking WordPress
In reply to: Images are not uploading into correct fileForum: Networking WordPress
In reply to: Images are not uploading into correct fileStep 1 fails for me, but step 2 works:
1. http://readingcirclebooks.com/wp-content/blogs.dir/27/files/2010/09/paperfleck-brn-bg-300×300.jpg Fails
2. http://readingcirclebooks.com/wp-includes/ms-files.php?file=/2010/09/paperfleck-brn-bg-300×300.jpg Works
However, another file in the same directory, maelstrom-clarke.jpg, fails with both those links, though I can open that file from the server using Gimp, so I know it is there.
Any ideas? Meanwhile, I’ll have a peek at the .htaccess.
Forum: Networking WordPress
In reply to: add custom background function for multisite themeChecking out this thread: http://ww.wp.xz.cn/support/topic/images-are-not-uploading-into-correct-file-1?replies=20#post-1714858
Forum: Networking WordPress
In reply to: add custom background function for multisite themeGuess so. 🙁
Know anyone / anythread else with uploader problems?
Forum: Networking WordPress
In reply to: add custom background function for multisite themeHmm… I’m getting similar “seems to work but doesn’t display the image” behavior with ordinary uploading of images to a post.
Caption / CSS box shows, but there’s no image.
http://readingcirclebooks.com/blog/2007/11/01/storytelling-and-fear/
http://readingcirclebooks.com/aleph/2010/09/29/testing-broken-uploading/(Yes, this is a Network install.)
The image (a woodcut of a whirlpool) has been uploaded to the appropriate folder, but isn’t displayed. In fact, when I check this month’s folder, I find multiple copies of the background images that I attempted to use earlier. (I added custom background support to the functions.php file of my Genesis child theme.)
Is this happening for you as well, dguyen?
Forum: Networking WordPress
In reply to: add custom background function for multisite themeHaving this same problem on my site. Says file is uploaded, gives the position/repeat/attachment options — but no preview or change to background. Color picker works fine.
About to try the dreaded plugin flush…
…with no effect. For once, it does not seem to be a plugin.
I’m on 3.1 – alpha using my custom (i.e. hacked-up) Genesis Child theme.
Forum: Fixing WordPress
In reply to: Warning! WordPress encrypts user cookies problem.Yeah, it worked for me, too, so it is apparently the solution. (Though I just added the four from the nag notice on the admin screen to the file immediately following the four that were there.) But it still seems kinda wonky. Why do we need eight lines repeating the same four keys twice?
Forum: Alpha/Beta/RC
In reply to: Multisite problems with RC3Hmm – fortunately, but somewhat uselessly, the problem has not returned as I reactivated the plugins. So I’ve no clue as to the cause. :-/