Re: 1.0 Alpha – Wp Integration messed logins
Where did you originally generate the keys, from the WordPress random url? I'll report that bug to them if that's where you got them from.
Yes, keys are from the WordPress random url. I’m not sure if this is a bug, I think ¡t’s a problem with bbpress utf-8 encoding and foreign computers that are iso-whatever.
Besides, I’ve found more problems in my bb 1.0alpha – wp 2.6.1 b2 integration attempt;
1 I can’t find a secure key salt in the last wp version.
2 Logins integration seems to work fine but as soon as you include
require_once('.../wordpress/wp-blog-header.php')
all is messed; I lost the settings link on the dashboard, add new topic didn’t work, when no logged in I get this meesage instead of the last poster of a topic;
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in wampwwwwordpressbbpressbb-includesbackpressclass.bpdb.php on line 360
I’ll report more errors if I find any