eduardosan
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyStream] 3.0.2 "update" doesn't include default extensionThis 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.
Forum: Networking WordPress
In reply to: get_site_url function not getting the correct blog_idHi 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.
Forum: Networking WordPress
In reply to: get_site_url function not getting the correct blog_idHi Mika,
Yes, this is a brand new install. Any clue about the problem?
Forum: Networking WordPress
In reply to: get_site_url function not getting the correct blog_idHi 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.