Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • This plugin is totally abandoned. They just did a lazy upgrade, forgetting to include files necessary for it to work.

    The following error happen on my admin interface:

    Warning: include(/home/calangos1/public_html/wp-content/plugins/buddystream/extensions/default/templates/Dashboard.php) [function.include]: failed to open stream: No such file or directory in /home/calangos1/public_html/wp-content/plugins/buddystream/lib/BuddyStreamPageLoader.php on line 182

    It just mean they are calling the Dashboard.php file, which is not included in the plugin directory.

    I don’t know if they did it on purpose or if they are just bad programmers.

    Thread Starter eduardosan

    (@eduardosan)

    Hi Mika,

    Just to let you know: I’ve upgraded WordPress to version 3.5 and Buddypress to version 1.6.2 and the problem disappeared. Everything is working fine now!

    BTW, it’s an excelent version.

    Thread Starter eduardosan

    (@eduardosan)

    Hi Mika,

    Yes, this is a brand new install. Any clue about the problem?

    Thread Starter eduardosan

    (@eduardosan)

    Hi Mika,

    This is my .htaccess:

    # Begin Worpdress Multisite
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . /index.php [L]
    # END WordPress

    I have tried already many changes on this file, and it doesn’t seem to be the problem.

    Can you tell me how this $blog_id is set for this function (get_site_url)? Maybe it helps me to find a solution.

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