Self-hosted Wordpress Integration dont works?
Hi,
Is the Wordpress Integration at the moment not possible?
I installed the python_wordpress_xmlrpc, activated the xml-rpc thing in Wordpress (and checked the url), activated in my Askbot the "Activate to allow login with self-hosted wordpress site" under the "Login Provider" settings and put my xml-rpc url in there, too.
The Button on the Login Form is OK, But when I try to click it, nothing happens.
My Askbot version is 0.7.43.
Is there a hint or a problem? Any Ideas? Thanks
Comments
Looks buggy, if the self-hosted wordpress auth is enabled, and i try to login with an unknown userlogin, a fake login like "asdsadjl", and press login, then i become an 500 http error, everytime. With an valid wordpress userlogin, same 500 http error. (VariableDoesNotExist: Failed lookup for key [request] in u'[{}]') I searched for the 500 failure, my urls.py is ok, and i have the "django.core.context_processors.request" entry in my settings.py. At the moment I disabled the self-hosted wordpress auth, and have no problems. But any Ideas about this problem? :)
sry, doublepost