Marius- (@marius-)

Forum Replies Created

Viewing 16 replies - 176 through 191 (of 191 total)
  • I just created a page called Forum, and indeed it redirected me to the forum.

    But, I can’t make a theme that fits into my website. I use two columns, with one being the sidebar with widgets. It’s not possible having the forum appear like a normal page, with the sidebar intact is it?

    How can I turn a page into a redirection?

    And is it possible to remove the header completely, and just have the forum posts appear? With nothing else? Or else, it will look like I have two headers below each other.

    You know what. A ghost has helped me.

    For some reason, it all works now. Everything seems to be okay. I can log in without problems.

    I first tried going the backway, which I had not tried before – by logging in to bb-admin.

    When that worked, I was a bit surprised, so I logged out, and tried it the normal way, and that worked too, also in several browsers.

    I’ve changed nothing. But I did contact my host and tell him about the problem, I haven’t heard from him after the fix, but we talked earlier today. Maybe he did something?

    No, so what is causing it then? Are there nobody in this forum who knows? Who actually made this forum?

    It specifically highlights line 273 and 232 in two select files. Is there nothing I should change about those?

    Well ugh, there is no space there! I’ve checked ten thousand times already.

    <?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', 'michael_forum' );

    /** MySQL database username */
    define( 'BBDB_USER', 'michael_forum' );

    /** MySQL database password */
    define( 'BBDB_PASSWORD', '***' );

    /** MySQL hostname */
    define( 'BBDB_HOST', 'localhost' );

    /** 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', 'put your unique phrase here' );
    define( 'BB_SECURE_AUTH_KEY', 'put your unique phrase here' );
    define( 'BB_LOGGED_IN_KEY', 'put your unique phrase here' );
    define( 'BB_NONCE_KEY', 'put your unique phrase here' );
    /**#@-*/

    /**
    * 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 = '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', '' );
    ?>

    Well, here the entire thing is, with sensorship:

    <?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’, ‘michael_forum’ );

    /** MySQL database username */

    define( ‘BBDB_USER’, ‘michael_forum’ );

    /** MySQL database password */

    define( ‘BBDB_PASSWORD’, ‘***’ );

    /** MySQL hostname */

    define( ‘BBDB_HOST’, ‘localhost’ );

    /** 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’, ‘put your unique phrase here’ );

    define( ‘BB_SECURE_AUTH_KEY’, ‘put your unique phrase here’ );

    define( ‘BB_LOGGED_IN_KEY’, ‘put your unique phrase here’ );

    define( ‘BB_NONCE_KEY’, ‘put your unique phrase here’ );

    /**#@-*/

    /**

    * 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 = ‘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’, ” );

    ?>

    Yes, no spaces there. I could always paste the entire bb-config file for you to see.

    So what should I do?

    There is no additional spacing in the config file, the install went perfect, I have not specified any permissions of any kind.

    Yes the original problem, like I said.

    Warning: Cannot modify header information – headers already sent by (output started at /home/michael/public_html/forum/bb-config.php:1) in /home/michael/public_html/forum/bb-includes/backpress/class.wp-auth.php on line 273

    Warning: Cannot modify header information – headers already sent by (output started at /home/michael/public_html/forum/bb-config.php:1) in /home/michael/public_html/forum/bb-includes/backpress/class.wp-auth.php on line 273

    Warning: Cannot modify header information – headers already sent by (output started at /home/michael/public_html/forum/bb-config.php:1) in /home/michael/public_html/forum/bb-includes/backpress/class.wp-auth.php on line 273

    Warning: Cannot modify header information – headers already sent by (output started at /home/michael/public_html/forum/bb-config.php:1) in /home/michael/public_html/forum/bb-includes/backpress/class.wp-auth.php on line 273

    Warning: Cannot modify header information – headers already sent by (output started at /home/michael/public_html/forum/bb-config.php:1) in /home/michael/public_html/forum/bb-includes/backpress/class.wp-auth.php on line 273

    Warning: Cannot modify header information – headers already sent by (output started at /home/michael/public_html/forum/bb-config.php:1) in /home/michael/public_html/forum/bb-includes/functions.bb-pluggable.php on line 232

    I have NO clue about permissions. I never use that with WordPress… wouldnt I have the same problem there too?

    Infact, look away from that Line 160 issue, I dont have that problem now. Its the very first errorlog that I posted thats the problem now.

    There does not seem to be any additional spacing. The BB config file is 64 lines in total. It ends with “?>”

    I just found out I can see this info in Cpanel. Here it is:

    PHP version: 5.2.9

    MySQL version: 5.0.81 Community

    Operating system: Linux

    The newest version of BBPress, just downloaded it.

    I have no idea about what PHP, SQL and Windows it is. Im gonna have to ask my host. But does it really matter? I can tell you its not outdated for sure. They constantly provide the newest tools and techs.

    No blank lines. And like you see in the errorlog, its line 273 and 232 that are problematic. Supposedly.

    I can’t use this forum if someone doesn’t help me with this problem. And I really want to use it because I like the concept of BBpress. I’ve been searching for the simplest ever forum, and this was it.

    OH COMON

    I need help here!

    I just deleted the whole database and the forum, and reinstalled it. This time I tried integrating it with WordPress. I was able to find all keys, exept secure_auth_salt in the WP-options.

    However, I got this errormessage, after a “successfull install”:

    Quote:
    >>> WordPress cookie keys not set.

    >>>>>> Your “bb-config.php” file was not writable.

    >>>>>> You will need to manually re-define “BB_AUTH_KEY”, “BB_SECURE_AUTH_KEY” and “BB_LOGGED_IN_KEY” in your “bb-config.php” file.

    The forum is looking like it always has, and logging in still does not work. Obviously there is something very problematic with Line 273 and 232 – in my BB-config file, my Class.wp-auth.php file, and my functions.bb-pluggable.php file.

    Someone please help me, fast!!! I want this forum up and running. I thought this would be much simpler.

    Okay strike that it’s working. Minutes later, the forum doesnt load at all. This is the message it gives now:

    Warning: require_once(/home/michael/public_html/forum/bb-config.php) [function.require-once]: failed to open stream: Permission denied in /home/michael/public_html/forum/bb-load.php on line 160

    Fatal error: require_once() [function.require]: Failed opening required ‘/home/michael/public_html/forum/bb-config.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/michael/public_html/forum/bb-load.php on line 160

    I’m not using any language files no. I wish I could, but bbpress did not have Norwegian.

    I’m not using any plugins at all for BBpress. And I did not integrate BBpress with WordPress. It’s a perfectly clean install.

    What do I have to do? Should I de-install it and do something different? You can see the installation on http://www.michaeljackson.no/forum

Viewing 16 replies - 176 through 191 (of 191 total)