WordPress Board Db and Prefix

Discussion in 'Integration' started by baby, May 20, 2008.

  1. jimjwright

    jimjwright New Member

    Joined:
    Sep 12, 2007
    Messages:
    162
    Make sure that there are no spaces or blank lines before <?PHP or after ?> in the configuration file wp-config.php. Based on it saying line 35 I would make sure there is no white space or lines after closing ?>

    Jimmy
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    // in the amember plugin text
    !Only for version 2.3 and earlier:
    define('COOKIEPATH','/');
    define('SITECOOKIEPATH', '/');
    define('COOKIEHASH', md5($_SERVER[HTTP_HOST]));

    If you are using 2.5.1 you don't use it.

    David
  3. baby

    baby New Member

    Joined:
    May 20, 2008
    Messages:
    12
    I solved the problem, it was a space before the word 'require', thanks again Jimmy.

    David, I am using wordpress 2.5.1 and based on what you said then I don't have to add those lines but now that I added them do you think I have to remove them?

    Thanks
  4. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    If its working -leave it! But thats what amember says needs to be done, and how I do my installs.

    David
  5. baby

    baby New Member

    Joined:
    May 20, 2008
    Messages:
    12
    Ok, thank you David

Share This Page