Forum Replies Created
-
I am not sure what the fix was but Nicola managed to get everything working.
If the problem is relevant to others, I’m sure he’ll post the fix here.
thanks for all the ideas everyone.
lol I found it
It’s under settings/reading/ front page display…
Somehow I must have changed that at some point.
I’m sure someone may find this helpful as it was a bugger to track down
This is a GREAT idea!
I was just trying to explain to a friend how to navigate and get around the new demo site.
Just having the ability to link help file popups, or video help files would go a long way to solving headaches.
would someone be so kind as to post their htaccess file here so that I can see if it’s something wrong with mine?
I’ve tried all other ideas I can think of, and I’m at a loss…
Thanks for the info.
So far I am using 2.7 from the start, latest trunk
I also updated to latest bp svn today.
I have a bit of a custom setup running on my site, and it’s good to hear that the ‘root’ problem has been solved in the trunk. I will contact the dev that is working with me and see if we can come up with any other ideas.
I have the same problem and I just updated from svn a few minutes ago.
I can’t even logout of the admin.
somehow it is so persistent that the only thing I can do to logout, is to close the tab with mu/bp running, clear cookies, cache etc. close browser and reopen it.
sorry double post
forum said i ‘move to fast slow down’ lol
examples of admin links that do not work:
mysite.com/wp-admin/wpmu-admin.php?page=bp_core_admin_settings
mysite.com/wp-admin/wpmu-admin.php?page=groups_admin_settings
basically anything with the ? in the url is broken in my admin.
As they all don’t work, I think it is indeed an htaccess issue
I updated the bp svn and it did not fix the issue.
Here is my .htaccess file.. does anything stand out that may cause my problems?
Basically I cannot reach any link in my admin with a link/file?…. the ?… breaks
DirectoryIndex index.html index.php
RewriteEngine On
RewriteBase /
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
Hi Nicola,
No I have not changed bp at all, other than adding in a few plugins.
Remember though, the problem happened before I installed any plugins so they are not at fault.
This only happens when I am in the backend and click the links in the admin.
For instance:
Just now I installed a calendar module and the settings link goes to
http://www.mysite.com/wp-admin/admin.php?page=manage-categories
that also returns a page saying Cannot load manage-categories.
So it seems that on the backend I cannot reach anything with link like file.php?….
LOL
Thank you!
I knew I had read that somewhere, just couldn’t remember where I found it.
The link would be good thing to add to the sticky posts.
LOL
This is exactly what I was coming over to ask about.
I’ve been searching high n low for a script or set of scripts that would allow me to run a ‘ning’ type network on my servers. For now I would be happy to just have the type of features these sites have, but I can see extending it to offer subnets like ning does.
So far I have yet to find any piece of software that I can purchase that allows users to have blogs/photo’s/video’s (upload with conversion through ffmpeg, not youtube links etc), forums/social groups etc.
It seems that buddypress may well someday be the closest, enless there is a whole other field of professional software that I am unaware of
While phpmotion integrated would be nice, I’m almost afraid it’s vaporware lol.
I use v2 of their software and finally gave up waiting on v3.
A complete buddypress video system would be amazing, especially if it supported ‘flash media server, or wowza streaming servers’.
I would love to see the addition of video uploads for members in their profiles.
I am not talking about just linking to youtube etc, as youtube can ban your url for overuse at anytime.
What I mean is a complete setup where you can upload virtually any video type and have it converted to flv via ffmpeg, flvtools2, mencoder etc…
Here is the perfect example of a site that has it integrated. Actually the integration of everything on this site is quite impressive.
arrrggghhhhh
Now when I click on ‘create a blog’ I end up at my profile page.
I’ve got this install all messed up now.,
The worst part is now I can’t figure out how to remove buddypress so I can go back to troubleshooting the problem. Even if I change theme’s for my main acct, I still have buddypress bars etc…
I’m totally stumped now, please help if anyone has the time to look.