Will Norris
Forum Replies Created
-
Forum: Plugins
In reply to: OpenID Plugin (WP 2.5) calls non-existant error() method.patch has been applied in just-released version (2.1.8). Thanks.
https://www.ads-software.com/extend/plugins/openid/other_notes/
Forum: Plugins
In reply to: Optional OpenID Checking based on Website text fieldshould be fixed in just-released version (2.1.8).
https://www.ads-software.com/extend/plugins/openid/other_notes/
Forum: Plugins
In reply to: wp-openid disables adding new categories when writing postshould be fixed in just-released version (2.1.8).
https://www.ads-software.com/extend/plugins/openid/other_notes/
Forum: Plugins
In reply to: Open ID plugin not working with WP 2.5mndoci — as can be seen here, WP2.5 wasn’t supported until version 2.1.5 of the plugin. You need to upgrade.
Ptath — you’ll need to set php to display errors, or look in your PHP logs for what the error is. I can’t debug a blank screen.
Forum: Plugins
In reply to: Optional OpenID Checking based on Website text fieldhave a fix (https://www.ads-software.com/support/topic/165141), and will try to have it pushed out shortly (read: later today?)
Forum: Plugins
In reply to: wp-openid disables adding new categories when writing postI can confirm that I see this behavior too… seems it has something to do with the jQuery stuff wp-openid adds. Really, that stuff doesn’t need to be loaded on these admin pages, so I’ll see about just limiting what they get added on. Long term though, I’d like to figure out why it’s actually interfering.
Forum: Plugins
In reply to: OpenID Plugin (WP 2.5) produces blank error when using non-existant URL.and what leads you to believe it is caused by wp-openid? I’m not refuting it, just wanna make sure you’ve properly diagnosed the cause. What version of the plugin are you using. Anything useful in your php log? Can you provide a URL that does this?
Forum: Plugins
In reply to: Open ID plugin not working with WP 2.5what version of the plugin are you running?
Forum: Plugins
In reply to: wp-openid comments with url openid urlIn order to not override the URL field, you’ll just need to add your own openid_url field in your theme. See the FAQ for the exact markup to add.
Forum: Plugins
In reply to: Wp-OpenID — Can’t activate it.the PHP5 dependency was a bug that should be corrected in the latest version (v2.1.7)
Forum: Plugins
In reply to: can’t activate Open-ID – fatal errorno, “&fetcher” is not valid in PHP. passing by reference is indeed “&$fetcher”. the problem is that setting a default value to a reference in the function signature like I’ve done is only supported in PHP5. It’s fixed in the latest version of the plugin (v2.1.7).
Forum: Plugins
In reply to: Fatal Error / Parse error in Yaris.php when WP-OpenID activatedthe latest version of the plugin (v2.1.7) should have this all fixed.
Forum: Installing WordPress
In reply to: [Plugin: WP-OpenID] Now I Am Become 2.1.6, Bringer of Deathson-of-a-!!! how many times to I have to try and kill that stupid bug?! Yeah… I guess I’ll put out a 2.1.7. *sigh*
Forum: Plugins
In reply to: Cannot get Yahoo! OpenID worked with WP-OpenIDoops… that post was meant to go on this thread: https://www.ads-software.com/support/topic/159489 ??
as for your error… nothing else comes to mind immediately, so I’ll have to think about it more later.
Forum: Plugins
In reply to: WP-OpenID – Hacking comments.php for Hemingwayone quick and dirty option would be to add the following to your new <input /> field…
style=”background: #FFF;”