Search Results for 'theme'
-
AuthorSearch Results
-
May 22, 2009 at 1:03 am #45833
Rich Spott
ParticipantOkay, thank you for helping me, I’ll try to go through your questions one-by-one.
First I’ll let you know what I have:
Slicehost
1GB slice
Ubuntu Hardy LTS 8.04
Running Apache, PHP 5, MySQL 5.0 (followed Pickeled Onion’s walk-throughs on how to set it up, I am by no means an expert, and my very first barebones VPS was this one.)
I help run http://sportsblognet.com where we have WPMU 2.7.1 and BP 1.0, along with bbPress 1.0-alpha6
Have you tried deactivating all non-buddypress plugins, wp-super-cache in particular?
I deactivated all but buddypress, feedwordpress (because our theme will break), wp-super-cache, and doncha’s domain mapping plugin. But maybe I will remove them all for an hour to see if any errors get through
I am removing wp-super-cache right now, but it was tough to get rid of the wp-content/cache folder because it was owned by the root user. But i got it deleted and removed the wp-super-cache stuff in the .htaccess and I’ll guess i’ll have to wait to see how that goes.
Have you tried using the default .htaccess file that ships with WPMU?
I just tried to, but it won’t let me.
My current working .htaccess (minus wp-super-cache stuff)
<FilesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Expires "Thu, 15 Apr 2015 20:00:00 GMT"
</FilesMatch>
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>and the WPMU standard one
RewriteEngine On
RewriteBase BASE/
#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>it wont let me use the standard one, and the only difference that I can see is the expires header setting that i added.
Are there any PHP errors in your log files?
this is my current concern right now
Request exceeded the limit of 10 internal redirects due to probable configuration error.ALERT - canary mismatch on efree() - heap overflow detectedfor the ALERT error, I contacted slicehost and they upgraded my kernel, they said that has fixed other people’s problems (fingers crossed – but no errors since they did that this morning) if that doesnt work i have to go through and install php without the suhosin patch.
most of the other errors are of spam scripts trying to signup and not finding wp-signup (i changed the signup name)
what are the other listed errors in your apache log?
That’s pretty much it.
EDIT: it’s about 30 minutes later and an Internal Redirect Error just showed up in my logs with wp-super-cache out, and all but buddypress plugins out. So it doesn’t look like its a plugin.
May 21, 2009 at 10:44 pm #45830Jeff Sayre
Participant301 Redirects:
http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=93633
http://www.seomoz.org/blog/url-rewrites-and-301-redirects-how-does-it-all-work
Using your robots.txt file to block googlebot-image from discovering your image files:
http://www.google.com/support/webmasters/bin/answer.py?answer=35308
Make sure you block only the image directories that you do not want indexed.
Also, if you do not use Google’s Webmaster Tools, you may want to investigate. This service offers many tools, including a list of which files are throwing 404s. http://www.google.com/webmasters/tour/tour1.html
Do you mean while I get this situation worked out? Or do you mean that people are working on this because numerous people have been getting this issue?
I’m not sure that the word numerous applies as I’ve only seen a half dozen or fewer threads with this particular issue. Remember, one person’s 404 is not necessarily the same as the next persons.
This type of issue often comes down to one or more factors: bad install, using too old a version of WPMU or BP, plugin conflict, custom theme issue, apache issue, ISP limitations.
We can try helping you with most of these but do not have any control outside the core of the BuddyPress code. We investigate as best we can with the information provided and if it is caused by BuddyPress, offer a fix in trunk.
I see in another thread that you are on Slicehost. I’m with them as well. Since you have to set up your own slice, there may be an apache issue. So, to better understand you particular issue, please provide some more details:
- Have you tried deactivating all non-buddypress plugins, wp-super-cache in particular?
- Have you tried using the default .htaccess file that ships with WPMU?
- Are there any PHP errors in your log files?
- what are the other listed errors in your apache log?
May 21, 2009 at 7:45 pm #45821Mark Leonard
ParticipantHi Jeff,
Thanks for that but it is same with all themes.
I have created another problem by inadvertently installing a “member ship” script in the members sub directory. The result of that is now I can’t access groups and member profiles. I think I have some emails to send to my users and inform them that I need to do a clean reinstall and advise them that their profiles have been wiped.
I feel like a right muppet.
May 21, 2009 at 6:35 pm #45816In reply to: Reinstall – Should I delete old tables from db?
omgitsrfb
ParticipantDJPaul,
I deleted all of the wp_bp tables. I’m not sure what you meant by check the wp_sitemeta table for similarly-named buddypress settings? Could you give me an example of what you are talking about? Here are the meta_keys for the sitemeta table? Anything I need to do or am I good to go with the reinstall?
admin_email
admin_user_id
registration
upload_filetypes
blog_upload_space
fileupload_maxk
site_admins
allowedthemes
illegal_names
welcome_email
first_POST
update_core
blog_count
blog_count_ts
user_count
user_count_ts
comment_indexer_version
comment_indexer_installed
communities_version
communities_installed
forums_version
forums_installed
friends_version
friends_installed
messaging_version
messaging_installed
post_indexer_version
post_indexer_installed
signup_language_version
May 21, 2009 at 3:26 pm #45806In reply to: bpContents 0.1X Core Code – Dev Sneak Peek
Burt Adsit
ParticipantYes I know it’s been several days since an update to bp contents. The core is working and I’m struggling with getting this up and running in the member theme properly.
May 21, 2009 at 3:19 pm #45805In reply to: bpContents 0.1X Core Code – Dev Sneak Peek
Burt Adsit
ParticipantYes I know it’s been several days since an update to bp contents. The core is working and I’m struggling with getting this up and running in the member theme properly.
May 21, 2009 at 2:17 pm #45800In reply to: Erroneous message -> Buddypress themes not installed
Burt Adsit
ParticipantOnly bp themes go into /wp-content/bp-themes. Normal wp themes do not go there. They live in /wp-content/themes as always. If you have just upgraded to 1.0 then the bp member theme directory name has changed from bp-member to bpmember due to changes in wpmu 2.7.1.
Go to the back end of wpmu BuddyPress > General Settings, make sure the default member theme is selected and press Save Settings. Should go away.
May 21, 2009 at 2:05 pm #45798In reply to: Adding True BP Functionality to Standard WP Theme?
Burt Adsit
Participantblacklegtr, “And I have the same problem. Anybody can help me?”
What exactly is the problem? This is a 4mo old thread that wasn’t understood in the first place and we don’t seem to be getting any clearer today.
May 21, 2009 at 1:52 pm #45792In reply to: Adding True BP Functionality to Standard WP Theme?
David Lewis
ParticipantIf you want to add a login to the sidebar and no widget exists… just hard code it in the templates. The code already exists in the admin bar… so it’s probably just a copy/paste.
May 21, 2009 at 12:52 pm #45788Jeff Sayre
ParticipantTry switching to the standard, default Buddypress theme. If the issue goes away–meaning that you have three columns once again–then it is time to contact the facebuddy designers.
May 21, 2009 at 11:52 am #45784In reply to: Adding True BP Functionality to Standard WP Theme?
takuya
ParticipantAre you looking for something that shows login box on the sidebar? (which is completely not relevent to the topic title, but your post) If so, bp doesn’t offer that.
May 21, 2009 at 10:03 am #45779In reply to: Adding True BP Functionality to Standard WP Theme?
danielfelice
Participantare all widgets you add to that column in the same format/style? or just the log in widget?
May 21, 2009 at 9:27 am #45777In reply to: Adding True BP Functionality to Standard WP Theme?
2585638
InactiveAnd I have the same problem. Anybody can help me?
May 21, 2009 at 6:57 am #45771In reply to: Register page not working after update
mark235
ParticipantFix for my custom theme was to update the functions.php file in the buddypress home theme
May 20, 2009 at 11:40 pm #45749In reply to: New Twitter Plugin for BuddyPress
Scotm
Participant@M Sweet! Works like a charm for me. The blog post also worked fine although I am seeing this code above the Twitter option in the blog post area:
if (get_usermeta($user_ID,'twitter-tweet-posts') != 'on') return; if ( !function_exists( 'bp_blogs_install' ) ) return;Now if only we can get the posting option from the P2 theme post area as well! When can we try it out on our own?
May 20, 2009 at 7:01 pm #45740In reply to: How to Uninstall Buddypress?
omgitsrfb
ParticipantI followed the steps above:
Deactivate the plugin
Removed the plugin
Removed theme from public_html/wp_content/themes and from public_html/wp_content
I did not remove the tables from the DB.
I can’t access mydomain.com, it’s just blank. I can however access the admin. Please help.
Also, if I wish to re-install BP at a later date will leaving the tables from your step 4 be an issue with a new install?
Thanks
May 20, 2009 at 6:09 pm #45737In reply to: New Twitter Plugin for BuddyPress
Scotm
ParticipantThe first image is simply a shot of my homepage (P2) while logged in. You can see the post-form is now activated and the BP nav bar engaged with “My Account”, etc. showing.
The second image is a modified version of the BP Member Theme.
May 20, 2009 at 6:00 pm #45736In reply to: New Twitter Plugin for BuddyPress
May 20, 2009 at 5:53 pm #45734Mark Leonard
ParticipantHi Jeff,
Thanks for the reply.
1. I did empty the browser cache FF3 and also tested it in Safari.
2. The supercache seemed to install ok but when I amended the .htaccess file there was a problem and I had a white screen in admin area. I could back to previous page but could not deactivate it because it would take me to white screen again.
I deleted the plugin and everything seemed fine then I went to bed.
It wasn’t until the morning I noticed the missing column.
3. I am using the facebuddy theme from http://buddydress.com
The database gets backed up every 24hrs.
Problem site is http://blogfred.com
Mark Leonard
May 20, 2009 at 3:20 pm #45724In reply to: Avatar upload failed
Jeff Sayre
ParticipantOkay, so you have three additional WPMU/BP installs working without issue. This means that you have no avatar uploading problems with those installs. Is that correct?
If so, then what is different between those three installs and the malfunctioning one?
- Are all installs running the same versions of WPMU + BP?
- Are there any plugins in your malfunctioning install that are not being used in the other three?
- Is the theme different in your malfunctioning install but the same in the other three?
- Are the .htaccess files in the working three the same but different in any way in the malfunctioning install?
You need to narrow down the variables and focus on the differences between the installs, in particular what is the same in the three working installs that differs with the malfunctioning install.
I would also suggest contacting your ISP about that Apache error.
May 20, 2009 at 3:11 pm #45723Jeff Sayre
ParticipantA couple of questions:
1. Did you clear your browser cache?
2. You state that you “removed the super cache plugin”. Did you deactivate it first and then delete it from its plugin folder?
3. Are you using a custom theme?
May 20, 2009 at 1:39 pm #45711In reply to: Error 404 When Clicking On Members, Profile etc.
fi3ryfalc0nZ
ParticipantDo not use Servers such as Bluehost or Hostmonster to help install BuddyPress. It fails terribly. Do it manually by uploading WordPress MU into your server. Create a database by using MySQL Database, usually provided by the servers. Use the database to create a wp-config file for WordPress MU. They will guide you into installing WordPress MU. After, just use WordPress MU to find for BuddyPress. It will work. Remember to move the themes from the plugin folder to the theme folders (bphome).
May 20, 2009 at 1:29 pm #45710In reply to: Using widgets in custum themes [HOW-TO] ?
Jeff Sayre
ParticipantSo i need to do away with the 3 column layout…Can someone give an small example of how to use widgets like online members,wire etc explicitly without using it as widgets
You are really asking for specific help on creating a custom, 2-column home theme that is hardcoded for outputting specific data without using widgets.
If you do not have previous theming experience, this is not something that can be shown to you with a “small example” or in a simple way.
You need to learn about WordPress theming. BuddyPress themes, after all, are just another type of WordPress theme. Here are some links to help you get started:
- Designing and Laying Out Your Theme
- Instead of hardcoding the output, you may want to design your theme to use the exisiting widgets. You can control some of the widget output with your own custom CSS. Widgetizing Themes
- Finally, to help you with CSS styling your custom theme, you should be using FireFox with the Firebug Add-on.
May 20, 2009 at 1:10 pm #45708In reply to: extended profiles
2683049
InactiveIn English it is in the BuddyPress Plugin – xProfile.
Click on:
BuddyPress > Profile Field Setup
The instructions read:
“Your users will distinguish themselves through their profile page. You must give them profile fields that allow them to describe themselves in a way that is relevant to the theme of your social network.
NOTE: Any fields in the first group will appear on the signup page.”
And it works very well!
May 20, 2009 at 10:02 am #45704In reply to: Default Theme Issues – HELP! :)
dainismichel
ParticipantEveryone keeps saying “hard code the links,” but I don’t know what to hard code the links to?
Can someone fill in the blanks?
Cheers!
Dainis
-
AuthorSearch Results