andrewski
Forum Replies Created
-
Forum: Plugins
In reply to: WP-OpenID 404sI have had the same problem recently. I haven’t tried bbqiguana’s suggestion of editing
openid/common.php, but I’d like to avoid that.I disabled my other plugins and changed to Kubrick to see if some other recent changes had caused this, but it still occurs.
For me, I get the OpenID confirmation page (“http://site has asked to verify your identity. Click Continue…” and the 404 page comes up after I click Continue.
wnorris, any other ideas?
Forum: Fixing WordPress
In reply to: Post fails to publish/save if contains the word “alert”Hm, I don’t know how your test environment compares with the live blog, but there’s a lot of Javascript in the blog’s source, and I’d wonder if that might be affecting it also. I don’t know about
replace, but I thinkalertis a reserved word in JS.Forum: Fixing WordPress
In reply to: Post fails to publish/save if contains the word “alert”I’m still curious about the logs, but in the meantime:
Could it be an encoding problem? Pasting from Notepad could be a workaround.
Also, I’m assuming you’ve tried different browsers?
And I know mod_security isn’t enabled, but have you tried disabling it in Apache’s configuration as per the Ubuntu Server Guide? And what does your .htaccess look like?Forum: Fixing WordPress
In reply to: Post fails to publish/save if contains the word “alert”Can you
My trailed off question above was going to be, “Can you test with the default WordPress theme?”
Forum: Fixing WordPress
In reply to: Post fails to publish/save if contains the word “alert”What do you see in the Apache and PHP logs?
Forum: Fixing WordPress
In reply to: Post fails to publish/save if contains the word “alert”Are you using WordPress 2.7.1?
Which versions of Apache/PHP?
Which WordPress plugins are you using?
Could you disable them? Can you
What happens when you Publish such a post? Do you get a blank page or does it return any kind of an error?