Problems with WordPress app
-
Hi,
I get same problem as in this issue, but it doesnt solve my problem:
https://ww.wp.xz.cn/support/topic/using-jetpack-1?replies=5
Accessing content in app works when I disable the force login. I have added a whitelist, and it seems to work, as I can reach the url http://viplosjen.no/xmlrpc.php in the browser, which I didnt before adding it to the whitelist. This is from functions.php:
function my_forcelogin_whitelist( $whitelist ) {
$whitelist[] = ( ‘http://www.viplosjen.no/xmlrpc.php’ );
$whitelist[] = ( ‘http://viplosjen.no/xmlrpc.php’ );
return $whitelist;
}
add_filter(‘v_forcelogin_whitelist’, ‘my_forcelogin_whitelist’, 10, 1);I also tried with the site_url but same result. The error from the app is “The Jetpack site is inaccessible or returned an error: parse error. not well formed [-32700]
Any tips?
The topic ‘Problems with WordPress app’ is closed to new replies.