Forum Replies Created
-
In reply to: topics not appearing in admin
0.9.0.4
In reply to: bb-cache not turning oni get this error when recounting posts…
Recounting
* Counting forum topics and posts…
Done counting forum topics and posts.
Done recounting. The process took 10 queries and 0.083 seconds.
Warning: opendir(/usr/home/<security>/public_html/forum/bb-cache): failed to open dir: No such file or directory in /usr/home/<security>/public_html/forum/bb-includes/cache.php on line 286
Warning: readdir(): supplied argument is not a valid Directory resource in /usr/home/<security>/public_html/forum/bb-includes/cache.php on line 287
Warning: closedir(): supplied argument is not a valid Directory resource in /usr/home/<security>/public_html/forum/bb-includes/cache.php on line 290
In reply to: WordPress cookie secret key – why don’t I have one?so i guess i answered my own question… apparently you have to use the unstable “alpha” version of bbpress with the latest version of wordpress:
In reply to: WordPress cookie secret key – why don’t I have one?i have wordpress 2.7 and im in the middle of the bbpress forum installation, however bbpress is asking for a secret key:
WordPress cookie secret key:
put your unique phrase here
This value must match the value of the constant named “SECRET_KEY” in your WordPress wp-config.php file. This will replace the bbPress cookie secret key set in the first step.
the problem is that since wordpress 2.6 there exists 3 secret keys for wordpress and bbpress is asking for just one and bbpress has the name of the variable wrong “SECRET_KEY”:
/define(‘AUTH_KEY’, ‘put your unique phrase here’);
/define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’);
/define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’);
/define(‘NONCE_KEY’, ‘put your unique phrase here’);
what should i do? i calso cant find which version of bbpress i have, is there a different version that i need?