Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Guys,

    Still having troubles with this bug, just a quick question.

    Do the SALT strings require values?

    Cheers.

    Path is correct however the ‘test’ directory is password enabled, would this be a possible cause of the problem?

    I shall double check with IS that the file has the correct DB permissions. There’s a chance it may not.

    I shall let you know the outcome!

    `
    <?php
    /**
    * The base configurations of bbPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys and bbPress Language. You can get the MySQL settings from your
    * web host.
    *
    * This file is used by the installer during installation.
    *
    * @package bbPress
    */

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for bbPress */
    define( ‘BBDB_NAME’, ‘XXXXXXX’ );

    /** MySQL database username */
    define( ‘BBDB_USER’, ‘XXXXXXX’ );

    /** MySQL database password */
    define( ‘BBDB_PASSWORD’, ‘XXXXXXX’ );

    /** MySQL hostname */
    define( ‘BBDB_HOST’, ‘webmysqlc’ );

    /** Database Charset to use in creating database tables. */
    define( ‘BBDB_CHARSET’, ‘utf8’ );

    /** The Database Collate type. Don’t change this if in doubt. */
    define( ‘BBDB_COLLATE’, ” );

    /**#@+
    * Authentication Unique Keys.
    *
    * Change these to different unique phrases!
    * You can generate these using the { @link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}
    *
    * @since 1.0
    */
    define(‘BB_AUTH_KEY’, ‘FFle:4nNpJdjc?ZN Rd|-wU?(^#q0;|G<JV~h7ge2U/c+:GQpVlt<-k+N~d6(}K2');
    define(‘BB_SECURE_AUTH_KEY’, ‘jIavIN_$k[JQvTd,*@>=v92p2408oq|c-L=*<~y;5k,*9!u2]CR18g8&=%V{D3u');
    define(‘BB_LOGGED_IN_KEY’, ‘rgY,]@|N>P/s.-wC,~0F~pP+uX)e|PfpuZcYd7g}+-f GL6mV+ki)!~tFq20c+90’);
    define(‘BB_NONCE_KEY’, ‘A6gR;@/XnI#L}VVwojdCWrKJ;uUN:AE|!’);
    /**#@-*/

    /**
    * bbPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $bb_table_prefix = ‘wp_bb_’;

    /**
    * bbPress Localized Language, defaults to English.
    *
    * Change this to localize bbPress. A corresponding MO file for the chosen
    * language must be installed to a directory called “my-languages” in the root
    * directory of bbPress. For example, install de.mo to “my-languages” and set
    * BB_LANG to ‘de’ to enable German language support.
    */
    define( ‘BB_LANG’, ” );

    $bb->custom_user_table = ‘wp_users’;
    $bb->custom_user_meta_table = ‘wp_usermeta’;

    $bb->uri = ‘http://www.eq24.co.uk/test/wp-content/plugins/buddypress/bp-forums/bbpress/&#8217;;
    $bb->name = ‘Forums’;

    define(‘BB_AUTH_SALT’, ‘put your unique phrase here’);
    define(‘BB_LOGGED_IN_SALT’, ‘put your unique phrase here’);
    define(‘BB_SECURE_AUTH_SALT’, ‘put your unique phrase here’);

    define(‘WP_AUTH_COOKIE_VERSION’, 2);

    ?>
    `

    Hi hnla,

    Cheers for getting back to me.

    Anything in particular I should be checking for within the bbpress config file? Any common issues?

    Cheers!

    Hi Lisa,

    Thanks a lot for your reply! Much appreciated.

    I’ve re-installed the forums via the dashboard, disabled and then re-enabled forum discussion on all groups. Unfortunately though, no luck.

    When re-installing the forums, no topics are lost – is that correct or are the forums just not re-installing correctly? Is it worth wiping the database?

    Running out of ideas!

    Hi blacktattoo,

    I’m just wondering, did you ever find a solution to this problem? Having the same problem with my site and struggling to get a response.

    Cheers,

    Oliver

Viewing 6 replies - 1 through 6 (of 6 total)
Skip to toolbar