Search Results for 'test'
-
Search Results
-
Ok… Let me start off by saying I’m not your “average” user seeking help. I’ve spent the last 2-3 hours combing this forum and trying almost every combination of cookie configurations and tweaking.
My site is setup like this:
domain.com/blog
domain.com/forum
This is what I have thus far:
In my bbpress config.php
$bb->cookiedomain = '.domain.com';
$bb->cookiepath = '/';
$bb->sitecookiepath = '/';In my wpmu wp-settings.php around line 245
if ( !defined('COOKIEPATH') )
define('COOKIEPATH', '/' );
if ( !defined('SITECOOKIEPATH') )
define('SITECOOKIEPATH', '/' );
if ( !defined('COOKIE_DOMAIN') )
//define('COOKIE_DOMAIN', '.' . $current_site->domain);
define('COOKIE_DOMAIN', '.domain.com');Of course I replaced “domain.com” with my actual domain.
The result is I get a total of 4 cookies when I login into both sites.
Both sets are identical except expiration. (I even edited the expiration date with no avail, apparently bbpress is a full year and day off)
the cookie properties look like this:
website name path secure expires value
bbpress
.domain.com wordpresspass / no Mar 03, 2008 long_hash
.domain.com wordpressuser / no Mar 03, 2008 test
wpmu
.domain.com wordpresspass / no Mar 04, 2007 long_hash (same as the other)
.domain.com wordpressuser / no Mar 04, 2007 testThe only difference is the expiration date. As you can see bbpress has an issue with the date.
Perhaps I need sleep, or I don’t understand how the cookies are supposed to work. But I’m beat.. I can’t battle it anymore tonight.
I’m going to go get some sleep. Perhaps I’ll be able to figure it out from a fresh approach.
Any suggestions would be greatly appreciated.
Thanks,
Steven
Topic: Tech-o-Crunch for bbPress
While this theme is a long way from being ready for public release, I thought I’d solicit comments. I’m having some trouble with character encoding (as mentioned here http://bbpress.org/forums/topic/823?replies=5 ).
The site is currently on a live testing server and I don’t want it to get indexed. Hopefully, the nofollow will work. Anyway, take a look and let me know your thoughts!
I’m definately open to feedback.
Cheers!
Ryan
Topic: Password reseting in 0.8.1
Hi,
I installed BBpress today as well as someone else, on the same server though (in case that’s the problem). This person couldn’t make the admin password to work, although mine worked like a charm.
I tried to reset the password and was prompted with the message saying
An email has been sent to the address we have on file for you…
But neither I or the other person (who complained it wasn’t working at first) did receive the mail.
I wonder if this wouldn’t be a bug of the latest 0.8.1 version ?
Anyone has a fix ?
When a user wants to register I have this:
bb_get_user needs a numeric ID
in the html view of source the last thing is </fieldset> …
Can someone help me find out what this is?
http://forum5o1.awardspace.com/
I want to test pravin’s print password thing… but I have no idea whether it works…and no, this was happening before pravin’s fix…