Search Results for 'updated'
-
Search Results
-
I updated my web site today to bbPress 0.9.0.2 and WordPress 2.5.1. Cookie integration settings got out of whack and I put them back, but now the two are in conflict.
I’ve verified (by clearing cookies and watching as new cookies are registered) that both bbPress and WordPress are using the same cookie for login info — same name, path, etc.
However, when logging into WordPress I am logged out of bbPress, and when logging into bbPress I am logged out of WordPress. So they appear to be using the same cookie and overwriting it as I login to each section.
Note that the SECRET_KEY and BB_SECRET_KEY definitions in each respective config files are identical.
The cookie seems to be broken up into three parts: user name, a shortish numerical code (in decimal), and a long hexadecimal code. The name and shortish numerical code are identical between bbPress and WordPress but the long hex code changes every time. Does this help provide a clue?
Topic: New .pot files?
I intend to make some Swedish translations for bbpress, but I can’t find any updated .pot files for 0.9.0.1. Latest .pot file in SVN seams to be 0.8.3.1.
The documentation on this site has been updated to reflect the recent changes to installation, upgrading and integration.
Please consult the documentation before posting a question here. There is a good chance that your question will be answered there.
I’m working with a local fresh install of bbpress and I can’t activate any plugins. (Whenever I click Activate, it says “Are you sure you want to do this?” and seems to be adding an extra backslash in the URL whenever I click YES). If I manually put the URL to activate into the browser without the extra backslash, bbpress spits out a fatal error and doesn’t activate the plugin. I’ve got bbpress working on my web server with all of the plugins, so it’s a problem with the local installation.
The local server is Apache and my config.php looks like this:
$bb->uri = ‘http://localhost/cindyfish’;
$bb->mod_rewrite = false;
(database is working fine, I can click all links in the forum)
I tried changing the uri to just http://localhost/, but then I can’t access the admin panel.
The only edit I made to the core was to modify:
$activetheme = bb_get_option(‘bb_active_theme’);
to
$activetheme = stripslashes(bb_get_option(‘bb_active_theme’));
as instructed in this post:
http://bbpress.org/forums/topic/theme-not-found-default-theme-applied#post-8889
…so I could get my custom theme recognized.
Any ideas?
EDIT: Actually, I CAN activate plugins if I manually paste the URL into the browser and remove the extra backslashes; it failed on the path to url plugin by nanome (http://bbpress.org/forums/topic/updated-to-desmond-but-theme-not-working/page/2)… would be nice tho to create a hack that could fix this for local installations on Windows
EDIT2: Okay, it also seems that bbpress adds the extra backslash only if the plugins are in individual folders. For plugins that sit just in the my-plugins folder, the local installation can activate them fine. Otherwise they have to be linked manually.
Just letting you know the next release will now be version 0.9 instead of 0.8.4
The sticky announcement has been updated to reflect this.