Bharat Karavadra (@bharatk)

Forum Replies Created

Viewing 10 replies - 26 through 35 (of 35 total)
  • Thanks for your help anyway Epiphone, it’s much appreciated.

    Let’s see what the bbPress team come back with.

    Thank you again :)

    Yes…

    I’ve mapped the roles.

    I’ve set the wordpress and blog addresses which are the same.

    I’ve put in “auth” cookie salt.

    I have NOT put in “secure auth” as my WordPress admin options page did not have one

    I have put in “logged in” cookie salt.

    I’ve copied the foolowing to my wp-config.pgp file

    define(‘COOKIE_DOMAIN’, ”);

    define(‘COOKIEPATH’, ”);

    and added the “Manual bbPress config file settings” to the bb-config.php file, however in this section it says “Afterwards, the settings in this form will reflect the hard coded values, but you will not be able to edit them here.”

    What is hard coded where? I didn’t see any difference to this page after adding these speedup settings to the bb-config.php file.

    Hi,

    I already had the “Options -MultiViews” at the top and simply changed the – to + but that did not help to get the permalink setting back to none.

    I’ve chedked them about 5 times but with the hope that your suggestion and good energy might find an issue, I just checked them again but they are the same apart from the fact the the bbPress ones have BB_ before the variable names.

    WORDPRESS:

    define(‘AUTH_KEY’, ‘phrase 1’); //

    Change this to a unique phrase.

    define(‘SECURE_AUTH_KEY’, ‘phrase 2’); // Change this to a unique phrase.

    define(‘LOGGED_IN_KEY’, ‘phrase 3’); // Change this to a unique phrase.

    BBPRESS:

    define(‘BB_AUTH_KEY’, ‘phrase 1’);

    // Change this to a unique phrase.

    define(‘BB_SECURE_AUTH_KEY’, ‘phrase 2’); // Change this to a unique phrase.

    define(‘BB_LOGGED_IN_KEY’, ‘phrase 3’); // Change this to a unique phrase.

    Just tried CHMODing the htaccess file to 777 and then trying to change back to NONE permalinks – still not going back.

    Thanks for the suggestion though!

    With 1.0 alpha 2 I have found that the logins work independently for WordPress and bbPress when they have been integrated.

    So I can login into WordPress but also have to login to bbPress – the login isn’t remembered, and the same the other way aorund. When I login into bbPress, I have to then login into WordPress.

    But hey, at least the logins are being shared and this seems good enough for me to make the bbPress forums live.

    However there seems to be some partial login working between WordPress and bbPress as you will see as follows with respect to some analysis I did.

    I hope this is of some use to the team.

    LOGIN AS ADMIN:

    LOGIN ON WORDPRESS:

    Login OK and admin features OK on WordPress

    Not logged into bbPress (e.g. register link and login boxes appear)

    When trying to access /bbpress/bb-admin – redirected back to /bbpress

    Log out of WordPress and..

    LOGIN ON BBPRESS:

    Login OK and admin features OK on bbPress

    Not Logged into WordPress properly (e.g. comments section says login/register and no comments text area, register/login links appear in meta section)

    However, when trying to access /wordpress/wp-admin – appears as logged in as admin OK with all admin features in admin area only.

    LOGIN AS USER:

    LOGIN ON WORDPRESS:

    SAME AS FOR ADMIN:Login OK and admin features OK on WordPress

    SAME AS FOR ADMIN:Not logged into bbPress (e.g. register link and login boxes appear)

    When trying to access /bbpress/bb-admin – redirected back to /bbpress

    Log out of WordPress and..

    LOGIN ON BBPRESS:

    Login OK and profile features OK on bbPress

    Not logged into WordPress

    However, trying to access /wordpress/wp-admin – appears as logged in (obviously with no admin features).

    Thank you!

    Hi,

    Installed a zip package of alpha 2 and it went OK and as I couldn’t quite get the logins to work for WP and bbP and tried installing it again.

    I saw a few messages about install packages not being complete so I downloaded this second one.

    Now when I try to install it, on the final screen it give the following PHP error – but the install seems OK.

    Warning: chmod() [function.chmod]: Operation not permitted in /home/1295/htdocs/www.example.com/public_html/forums/bb-admin/class-install.php on line 1021

    Warning: Cannot modify header information – headers already sent by (output started at /home/1295/htdocs/www.example.com/public_html/forums/bb-admin/class-install.php:1021) in /home/1295/htdocs/www.example.com/public_html/forums/bb-includes/functions.php on line 2902

    I tried a few times but got the same thing, then I comared my first and second packagas and saw that bbpress/bb-admin/class-install.php is very slightl different from line 264

    The file in the first package has 2 if statements and the second has 1 if statement as follows:

    class-install.php from package 1:

    if (!defined(‘BB_INC’)) {

    // Define BB_INC

    // Tell us to load includes because bb-settings.

    php was not loaded

    // bb-settings.php is generally not loaded on

    steps -1, 0 and 1 but

    // there are exceptions, so this is safer than

    just reading the step

    $this->load_includes = true;

    define(‘BB_INC’, ‘bb-includes/’);

    }

    if (!defined(‘BACKPRESS_PATH’)) {

    define(‘BACKPRESS_PATH’, BB_PATH . BB_INC . ‘

    backpress/’);

    }

    class-install.php from package 2:

    if (!defined(‘BACKPRESS_PATH’)) {

    // Define BACKPRESS_PATH

    // Tell us to load includes because bb-settings.

    php was not loaded

    // bb-settings.php is generally not loaded on

    steps -1, 0 and 1 but

    // there are exceptions, so this is safer than

    just reading the step

    $this->load_includes = true;

    define(‘BACKPRESS_PATH’, BB_PATH . BB_INC . ‘

    backpress/’);

    }

    But the weird thing is that when I put back the first class-install.php I still get the error. I’m not too fussed as the install goes OK but it could be quite off putting if users get this PHP error.

    I have been ruuuning wordpress 2.6.2 and just installed bbpress 1.0 aplha 2 in about 10 minutes and it seems to work OK.

    Yes it does – I installed aplha 2 in about 10 minutes and the login works. I need to test the registration but I’m sure that this will be OK.

    You add all your wordpress settings when you install alpha 2 (it’s all form based).

Viewing 10 replies - 26 through 35 (of 35 total)