weAREmarshall (@wearemarshall)

Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • In reply to: Problem with cookies

    @wearemarshall

    Member

    It’s showing your username because you’re getting the user data for the user with the primary key == 1, the admin.

    In reply to: Problem with cookies

    @wearemarshall

    Member

    It’s showing your username because you’re getting the user data for the user with the primary key == 1, the admin.

    In reply to: database error

    @wearemarshall

    Member
    In reply to: database error

    @wearemarshall

    Member
    In reply to: database error

    @wearemarshall

    Member

    possibly, are you using localhost for your MySQL hostname? I know with MediaTemple that will not work, they have an internal address you’re required to use.

    In reply to: database error

    @wearemarshall

    Member

    possibly, are you using localhost for your MySQL hostname? I know with MediaTemple that will not work, they have an internal address you’re required to use.

    In reply to: database error

    @wearemarshall

    Member

    in your bb config there’s like missing, or incorrect information in one of these fields:

    /** The name of the database for bbPress */

    define( ‘BBDB_NAME’, ‘database’ );

    /** MySQL database username */

    define( ‘BBDB_USER’, ‘user_name’ );

    /** MySQL database password */

    define( ‘BBDB_PASSWORD’, ‘password’ );

    /** MySQL hostname */

    define( ‘BBDB_HOST’, ‘localhost’ );

    check these fields with the information from GoDaddy for your MySQL database. if you haven’t, not sure, never used GoDaddy, you may need to create a MySQL database first?

    In reply to: database error

    @wearemarshall

    Member

    in your bb config there’s like missing, or incorrect information in one of these fields:

    /** The name of the database for bbPress */

    define( ‘BBDB_NAME’, ‘database’ );

    /** MySQL database username */

    define( ‘BBDB_USER’, ‘user_name’ );

    /** MySQL database password */

    define( ‘BBDB_PASSWORD’, ‘password’ );

    /** MySQL hostname */

    define( ‘BBDB_HOST’, ‘localhost’ );

    check these fields with the information from GoDaddy for your MySQL database. if you haven’t, not sure, never used GoDaddy, you may need to create a MySQL database first?

    @wearemarshall

    Member

    Will “highlighting” of threads with new posts since your last visit be included? I’m running the stand alone bbPress right now, using the Unread Posts plug-in, which works okay, but it only seems to notify you of threads with new posts that you’ve posted in, instead of any thread with a new post since your last visit.

    In reply to: Issues with Search

    @wearemarshall

    Member

    Nevermind. Found the answer I needed here

    https://trac.bbpress.org/ticket/1222

    Not sure how I missed it.

    In reply to: Issues with Search

    @wearemarshall

    Member

    Nevermind. Found the answer I needed here

    https://trac.bbpress.org/ticket/1222

    Not sure how I missed it.

Viewing 11 replies - 1 through 11 (of 11 total)