Skip to:
Content
Pages
Categories
Search
Top
Bottom

404 upon innstall

  • Hi guys!

    I’ have now tried to read everywhere to find a decent answer on my question, but no luck.

    I am trying to install the bbpress in a subdir under my wp blog, but no matter what I do I keep getting the 404 not found when I try to run the /install.php

    I don’t know if my config.php is correct…

    <?php

    define(‘BBDB_NAME’, ‘*******’); //

    define(‘BBDB_USER’, ‘*******’); //

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

    define(‘BBDB_HOST’, ‘localhost’);

    $bb_table_prefix = ‘bb_’;

    $bb->domain = ‘http://aagymruss.net/&#8217;;

    $bb->path = ‘/forum/’;

    $bb->name = ‘Åsane russen sin lekeplass’;

    $bb->admin_email = ‘yngve dot petersen @ gmail dot com’;

    $bb->mod_rewrite = false;

    $bb->akismet_key = false ”;

    $bb->wp_table_prefix = ‘wp_’; //

    $bb->wp_home = ‘http://aagymruss.net/&#8217;; //

    $bb->wp_siteurl = ‘http://aagymruss.net/&#8217;;

    define(‘BBPATH’, dirname(__FILE__) . ‘/’ );

    require_once( BBPATH . ‘bb-settings.php’ );

    ?>

    I really don’t know how much you guys can get out of this, but if there is more info you need, just say so.

    Well, the question is; why cant i get this thing to install?

    Is there anything I have to put in to make it work with my wp installation?

    In advance: thank you! (And sorry if my English isn’t to good:)

Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.
Skip to toolbar