wp-connect是一款非常重要的wordpress连接微博、博客功能插件,但与jetpack相冲突,确实很烦恼。
在开启wp-connect后,jetpack无法连接到wordpress.com服务器。
jetpack debug 如下:
Jetpack Debugging Center
Testing your site’s compatibily with Jetpack…
There seems to be a problem with your site’s ability to communicate with Jetpack!
It looks like your site can not communicate properly with Jetpack.
SELF:
Array
(
[headers] => Array
(
[server] => nginx
[date] => Thu, 20 Mar 2014 13:07:27 GMT
[content-type] => text/plain;charset=utf-8
[connection] => close
[x-pingback] => https://jetpack.wordpress.com/xmlrpc.php
[expires] => Wed, 11 Jan 1984 05:00:00 GMT
[cache-control] => no-cache, must-revalidate, max-age=60
[pragma] => no-cache
[x-hacker] => Jetpack Test
)
[body] => {“error”:”Communication error”,”error_description”:”We were unable to make an XML-RPC request to your website. Please make sure that XML-RPC is turned on and that Jetpack is installed, activated and connected with your WordPress.com account. If the error persists, try disconnecting and connecting Jetpack again.”}
[response] => Array
(
[code] => 400
[message] => Bad Request
)
[cookies] => Array
(
)
[filename] =>
)
]]>
Error log:
Fatal error: Cannot redeclare class OAuthException in /home/fliper/webapps/fliper_mag/wp-content/plugins/wp-connect/OAuth/OAuth.php on line 8
Just check if the class has already exists via function class_exists to solve this problem.
Please commit a new version to solve this issue, I’m using this plugin in pay version and it’s worked fine, but I don’t want to do this trick after each update.
HERE IS THE CODE I USED
in wp-connect/Oauth/Oauth.php
:
7 if( ! class_exists( 'OauthException' ) ) {
8 class OAuthException extends Exception {
9 // pass
10 }
11 }
]]>
the common block disappeared completely after upgraded fro, 3.4.2 to 3.5.
BUT
just for a min, it works well now : )
这个插件在启用的过程中产生了 113 个字符的异常输出
版本是2.4.7在wp3.4.2上
安装后无法启动。
]]>升级到wp3.3.1后,wp connect2.1.2无法登陆,显示
Fatal error: Cannot redeclare wp_update_list() (previously declared in /home/sinounic/public_html/blog/wp-content/plugins/wp-connect/functions.php:7) in /home/sinounic/public_html/blog/wp-content/plugins/wp-connect/functions.php on line 57
]]>Hello i am using WP-Connect plugin to allow users to login with their facebook accounts and comment on my website, but problem is the i dont recieve any email notifications when any one comments on my site, i have also checked “Anyone posts a comment” and ” A comment is held for moderation” in discussions section….can any one help me out
My website is https://freeitprojects.org/
Thanx in advance !!!!
]]>The plugin looks great and I want to use it. But I afraid if it is not available in English version . I would like to know if it has an English version before installation
Thanks !
]]>works great!
]]>