The MU forums have moved to WordPress.org

Trying out Buddypress/WP MU and getting 404 errors (10 posts)

  1. wordpressbob
    Member
    Posted 15 years ago #

    I did the standard install and followed the WPMU instructions..then I added the Buddypress plugins. I did all the steps and asked my host to do the mod_rewrite thing.

    I then created a directory "wpm" so all my WPMU install is found here: http://www.mydomain.com/wpm

    Install went fine and i can login as an admin. I then went and added a dummy user. I did the default in installation as "subdomains", so when I added a new user, this is my URL: http://bob.mydomain.com/wpm/

    When I try to click on the Buddypress links like "Profile", this is the default link that WPMU assigned: "http://bob.mydomain.com/profile"

    So when i click it, I get a 404 error.

    What step did I miss or do wrong?

    Even when I hand enter: "http://bob.mydomain.com/wpm/profile"

    I get a 404 error as well, but this time, its generated as a Buddypress 404 looking page, whereas the prior one is a 404 from my webhost's 404 page.

    What am I doing wrong?

    Thanks!

  2. andrea_r
    Moderator
    Posted 15 years ago #

    Big tip: get MU working first, and confirm that it is, *then* install BP.

  3. indojepang
    Member
    Posted 15 years ago #

    andrea.. is WPMU 1.5.1 can use buddypress?

  4. andrea_r
    Moderator
    Posted 15 years ago #

    Yes... ?

  5. boonika
    Member
    Posted 15 years ago #

    Will BB ever be finished? I'm not joking. I'm very interested in this.

  6. andrea_r
    Moderator
    Posted 15 years ago #

    The timeline for it is December for an official release.

    I know Andy was hired to finish it, but I believe he also has a day job.

  7. valbuddy
    Member
    Posted 15 years ago #

    Hi!

    I have also tried installing buddypress, I have a currently working wpmu with gallery2, Im using lighttpd as my webserver, my /blog link is working, my Blog Admin link is not working when I mouse over to it it points to http://wp-admin/ . I can login, when im logged in, i can see the Profile, Friends, Groups, Messages link and icons, but when I click any of this link the right it will display Error 404 - Not Found. But my Blog link is working fine.

    I have also added a symlink just like my blog
    lrwxrwxrwx 1 root root 21 Mar 26 17:35 blog -> /var/www/wordpress-mu
    lrwxrwxrwx 1 root root 21 Sep 9 13:57 friends -> /var/www/wordpress-mu
    lrwxrwxrwx 1 root root 21 Sep 11 20:34 groups -> /var/www/wordpress-mu
    lrwxrwxrwx 1 root root 21 Sep 11 20:35 profile -> /var/www/wordpress-mu

    ========
    This is my lighttpd.conf file

    $HTTP["host"] =~ "(^|\.)lightyblog\.ph$" {

    evhost.path-pattern = "/var/www/virtual/l/li/%0/blog/"

    server.error-handler-404 = "index.php"

    #fastcgi.server = ( ".php" => ((
    # "bin-path" => "/usr/bin/php-cgi",
    # "socket" => "/tmp/php.socket"
    # )))

    fastcgi.server = ( ".php" => ((
    "socket" => "/tmp/php-fastcgi-" + var.pid + ".sock",
    "bin-path" => "/usr/bin/php-cgi",
    "max-procs" => 1,
    "bin-environment" => (
    "PHP_FCGI_CHILDREN" => "4",
    "PHP_FCGI_MAX_REQUESTS" => "1000"
    ),
    "bin-copy-environment" => (
    "PATH", "SHELL", "USER"
    ),
    "broken-scriptfilename" => "enable"
    )))

    url.rewrite = (
    #for blog
    "^/blog/(.*/)?files/$" => "/blog/index.php",
    "^/blog/(.*/)?files/(.*)" => "/blog/wp-content/blogs.php?file=$2",
    "^/blog(/wp-.*)$" => "/blog$1",
    "^/blog/([_0-9a-zA-Z-]+/)?(wp-.*)" => "/blog/$2",
    "^/blog/([_0-9a-zA-Z-]+/)?(.*\.php)$" => "/blog/$2"
    # for gallery)
    "^/(.*)/Rewrite.txt$" => "/$1/Works.txt",
    "^/gallery/v/(\?.+|\ .)?$" => "/gallery/main.php?g2_view=core.ShowItem",
    "^/gallery/admin[/?]*(.*)$" => "/gallery/main.php?g2_view=core.SiteAdmin&$1",
    "^/gallery/d/([0-9]+)-([0-9]+)/([^\/]+)(\?|\ )?(.*)$" => "/gallery/main.php?g2_view=core.DownloadItem&g2_itemId=$1&g2_serialNumber=$2&$3",
    "^/gallery/v/([^?]+)/slideshow.html" => "/gallery/main.php?g2_view=slideshow.Slideshow&g2_path=$1",
    "^/gallery/v/([^?]+)(\?|\ )?(.*)$" => "/gallery/main.php?g2_view=core.ShowItem&g2_path=$1&$3",
    "^/gallery/c/add/([0-9]+).html" => "/gallery/main.php?g2_view=comment.AddComment&g2_itemId=$1",
    "^/gallery/c/view/([0-9]+).html" => "/gallery/main.php?g2_view=comment.ShowAllComments&g2_itemId=$1",
    "^/gallery/p/(.+)" => "/gallery/main.php?g2_controller=permalinks.Redirect&g2_filename=$1"
    )

    }

    I think its just a matter of configuring my urlrewrite. Can somebody help me with this. thanks in advance

  8. apeatling
    Member
    Posted 15 years ago #

    Try the latest tagged releases or the trunk. It should fix your 404's.

  9. valbuddy
    Member
    Posted 15 years ago #

    thank you sir,

    when I tried the uploaded files, I encountered an error like Fatal error: Call to undefined function bp_is_blog() in /var/www/wordpress-mu-2.6.1/wp-content/themes/buddypress/header.php on line 16,

    but when I tried the trunk files, my buddypress is working great.

    Again thank you and congrats with this great plugin.

  10. gpo1
    Member
    Posted 15 years ago #

    Valbuddy, How did you integrate wpmu with gallery2 and where is the plugin bridge to download, also does it work sublime with buddypress?

About this Topic

  • Started 15 years ago by wordpressbob
  • Latest reply from gpo1