bamapachyderm
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Image Uploader problem in 2.5beta?I haven’t done the upgrade yet myself, but I got a question from a friend who is having the same problem. He says:
“I could upload my picture, but when I tried to insert it into the post I got a blank, white window.
Luckily WP lets you go through the media library, get the URL for the pic,
and let you paste that into the post. It’s more cumbersome than the old
way.”
So based on what avinews said, this problem seems to vary depending on different things (browser? my friend is using Firefox on XP).So…bump.
Forum: Fixing WordPress
In reply to: wp-comments-post.php problemIt works now! Thanks Otto!
What I did (for anyone else with the problem, if you have a similar setup)–
I just had to change my WordPress URL in Admin/Options. I had it set to http://mainblogurl.com/addondomainurl.com/ and I changed it to http://addondomainurl.com (just as the blog address URL was).Thanks again!
Forum: Themes and Templates
In reply to: Importing blogroll – only get part/half of itSorry, I forgot about this–there was a bad character in one of the blogroll links. Fixing it solved the problem.
Forum: Fixing WordPress
In reply to: wp-comments-post.php problemActually, my issue is probably because I have two blogs with different URLs on my server, but the main blog works fine with a nearly identical .htaccess file (domains changed, of course). I don’t wanna hijack truantrebel’s thread, though–I’m sort of hoping something will give me an aha! moment, ’cause I’m pretty stumped.
Forum: Fixing WordPress
In reply to: wp-comments-post.php problemI couldn’t tell you for sure. What’s that look like?
I do have certain files and the directories protected in .htaccess, if that means anything.Forum: Fixing WordPress
In reply to: wp-comments-post.php problemI tried a comment with IE, and found it’s a 405 error.
Not that it’s solved anything, but it’s another clue, I guess.Forum: Fixing WordPress
In reply to: wp-comments-post.php problemBump
I’m having the same problem, but it’s not the theme.
Truantrebel, have you tried commenting with the WP default theme? I did, and still have the problem. I just get stuck at wp-comments-post.php and the redirect to the post doesn’t happen. No comment is posted either.
I have looked at what seems like everything on teh internets to figure this one out.
I don’t even remember why I thought it had to do with the 2.3 canonical URL change, but I played around with that to no avail as well (that isn’t a problem; I did a backup before I edited the htaccess file so I wouldn’t compound the problem).
Help please, anyone?
Forum: Fixing WordPress
In reply to: addon domain problemI FINALLY figured out my problem, which isn’t the same as yours but it might help somehow.
Forum: Installing WordPress
In reply to: WordPress installation to an add-on domainI figured it out. (I think writing it all down here triggered my thoughts.)
What I did: I put a separate .htaccess file in the bama/public_html/newblog.com/ directory.
To recap for others having problems:
1) Installed to bamapachyderm.com domain under the newblog.com folder,
2) changed wordpress location in options to bamapachyderm.com/newblog.com,
3) changed blog URL in options to newblog.com,
4) put a new .htaccess file in the newblog.com directory (and left the bamapachyderm.com .htaccess file alone–don’t touch that file!)
I hope my headache helps someone else!
Forum: Installing WordPress
In reply to: WordPress installation to an add-on domainAlso, when I install WP using bamapachyderm.com as the domain it screws up my .htaccess file, taking the following out, which makes my bamapachyderm.com permalinks inaccessible.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>I don’t know what my .htaccess file should look like to get it to work properly!
Forum: Requests and Feedback
In reply to: copyrights & splogsTry the wp-ban plugin; that way you can just ban the scrapers’ IPs without having to mess with the .htaccess file.
Forum: Fixing WordPress
In reply to: upload.php not foundI’m getting that too, since I upgraded to WP 2.3.2.
Anyone have an answer?
Forum: Installing WordPress
In reply to: 1.5 commenters all appear as ‘anonymous’Yep, me too. All the boxes under Options/Discussion/”Before a comment appears” are unchecked, and the thing for registering is unchecked.
Some of my comments come through with name/email/url but others do not. I just upgraded to 1.5 last night and didn’t expect this, so I raised hell on a troll for being “anonymous” today… LOL
Someone help us! :-O
Forum: Themes and Templates
In reply to: pinging/trackbacks in WP 1.2.2?I got the fix from http://iozblog.ionosfera.com/archives/2004/08/29/wordpress_trackback_fix/ (English language version of the above) and it works!
😀
Forum: Fixing WordPress
In reply to: Trackbacks aren’t working on my blogMy incoming trackbacks work–as far as I know, since no one has said otherwise when sending trackbacks–but my outgoing ones are completely ignored when I put them in the trackback information fields on “Create New Post.”
As a result I have to do a manual trackback, which is a total pain in the a$$.
When I look at the edit post frame after saving/publishing, it DOES show the information in the fields as having been saved, but nothing is going to the trackbacked post.
Any ideas?