Search Results for 'buddypress'
-
AuthorSearch Results
-
February 1, 2009 at 4:57 pm #37070
Kevin Ryman
ParticipantI upgraded to BuddyPress B2 but the errors still persist. Any tips? Thanks in advance!
February 1, 2009 at 10:34 am #37066In reply to: Problems with umlauts
karlheinz01
MemberHello,
i comment out this lines, but i get the same result.
I do some more tests, maybe they help.
if i put this in the title: öäüÖÄÜß
and this 3 lines in the content:
öäüÖÄÜß
1. fdgfd gdfgd sfgsdgs dfggf dfgd
2. fdgdsgd fdgdfgd gdfsadfsdafsd dfg
i get this:
Title: öäüÖÄÜß
Content: all lines deleted
If i put this in the Title: öäüÖÄÜß
and this in the content:
1. fdgfd gdfgd sfgsdgs dfggf dfgd
2. fdgdsgd fdgdfgd gdfsadfsdafsd dfg
öäüÖÄÜß
i get this:
Title: öäüÖÄÜß
Content:
1. fdgfd gdfgd sfgsdgs dfggf dfgd
2. fdgdsgd fdgdfgd gdfsadfsdafsd dfg
Last test. If i put this line in the content:
öäüÖÄÜß this is a test
after sending it the whole line is empty /get deleted.
All this is only in the BuddyPress frontend.
So in the title i can use any umlauts, but in the content the filter routine deletes not only the umlauts, but depending on where the umlauts are also the rest of the text.
Best,
Karl
February 1, 2009 at 5:35 am #37062In reply to: Problems with umlauts
Burt Adsit
ParticipantI’ve been looking at this problem and getting frustrated. I realized finally that the filter function actually does two things:
$content = htmlentities( $content, ENT_COMPAT, "UTF-8" );
$content = str_replace( '&', '/amp/', $content );From http://loadaveragezero.com/app/drx/Data_Formats/Character_Encoding
[…] But there are a number of other issues to deal with. In particular, because UTF-8 is a multibyte encoding, meaning one character can be represented by more one or more bytes. This causes trouble for PHP, because the language parses and processes strings based on bytes, not characters, and makes mincemeat multibyte strings – for example, by splitting characters ‘in half’, bodging up regular expressions, and rendering email unreadable.
Karl can you just comment out the following lines please:
Line 46
$content = str_replace( '&', '/amp/', $content )in bp-forums-filters.phpand line 52
$post_text = str_replace( '/amp/', '&', $post_text );in buddypress-enable.php on the bbpress side.I’d like to narrow this down to the htmlentities fn.
I’m gonna help solve this or just move to a planet where only ASCII is spoken.
January 31, 2009 at 11:50 pm #37048In reply to: Cannot access Account Settings under Users
lorenzocoffee
MemberThanks again for your help and support,
in my Site Admin > BuddyPress I only see a wp mu number, and it’s 2.7but now you’ve make me think about that I’ve overriden the install
with an traslation,which was not update, possibly, because 2.7 did came out just a couple of hours before install, just guessing anyway.
One thing is for sure, that page/link ‘Account Settings’, was working after install,
I can bet on that because I’m runnining wp mu+BP 2.6.5 on another site and i’ve basically tried out and poked out everithing on the new (the one we are talking about)Thanks
January 31, 2009 at 8:46 pm #37043In reply to: Cannot access Account Settings under Users
Andy Peatling
KeymasterIf you go to Site Admin > BuddyPress what version numbers display at the bottom of that page?
January 31, 2009 at 6:59 pm #37038In reply to: Problems with umlauts
karlheinz01
MemberHello,
i still have not found the problem with the umlauts.
the strange thing is, that in the forum title (BuddyPress frontend) the umlauts are there, but in the text the are deletet.
So if the title is like öäüÖÄÜß, after sending it, it looks like öäüÖÄÜß
If i write the same umlauts in the textbox, then after sending it the text is empty.
Is the filter for the title and the textbox not the same in BuddyPress?
If i write it in the bbPress Frontend, everything is ok.
Best,
Karl
January 31, 2009 at 6:33 pm #37034In reply to: Buddypress causing blank page with WordPress mu
jfcarter
ParticipantThat sounds ominous. I googled the phrase and found several forums (with WPMU) where people reported the same problem and gave some fixes. No one seemed to think it was that big of a deal.
As for me, my WPMU works fine until I add the buddypress plugin; then it stops working.
Anyone have any solutions?
January 31, 2009 at 6:11 pm #37033In reply to: Cannot access Account Settings under Users
Andy Peatling
KeymasterThe admin mods no longer are part of the BuddyPress package. if you are still getting these errors then you need to make sure you have updated BuddyPress completely.
January 31, 2009 at 6:08 pm #37032In reply to: Buddypress causing blank page with WordPress mu
Andy Peatling
KeymasterSomething is very wrong with your installation if you’re getting that error. That is a core WordPress function.
January 31, 2009 at 4:25 pm #37029In reply to: fatal error: members and groups.
samueljames
MemberI have this same problem arturo84. I am using WP MU 2.7 and BuddyPress beta 2 on a Windows XAMPP.
In advance, thanks.
January 31, 2009 at 4:25 pm #37028In reply to: Buddypress causing blank page with WordPress mu
jfcarter
ParticipantHere’s the Php error that I’m getting:
Fatal error: Call to undefined function wp_get_current_user() in /html/wp-includes/capabilities.php on line 920
Any ideas?
January 31, 2009 at 4:21 pm #37027In reply to: Cannot access Account Settings under Users
lorenzocoffee
MemberUPDATE follow: https://buddypress.org/forums/topic.php?id=405#post-4931
I’ve runned back-up (24 hours old, at the present time) but no improving.
The ploblem persist, even if my Homepage (as specified above) this time did not get modified in any way =no widgets reset.
as feedback
cheers
January 31, 2009 at 3:48 pm #37026In reply to: Buddypress causing blank page with WordPress mu
jfcarter
ParticipantThanks. So far, wordpress mu is working beautifully. It’s when I try to add in the buddypress plugin that everything goes wrong.
January 31, 2009 at 3:25 pm #37025In reply to: Cannot access Account Settings under Users
lorenzocoffee
MemberHy,
same problem here, on wp mu 2.7,
plus after having ‘runned’ that file twice with same alert.wp-admin/admin.php?page=bp-xprofile/admin-mods/bp-xprofile-account-tab.php(just to see what happen)homepage (on ‘root’+ BuddyPress Home Theme) did appear without most of the previously selected widgets (only the center/middle coloum did ‘survive’).
funnily, so to speak, on the widgets board them appear deactivated,
the “self-deactivated” widgets (after the double run of ‘ bp-xprofile-account-tab.php ‘ or incidentally at the same time but for other unknown reasons)
are:- Welcome
- Members
- Who’s Online
- Site Wide Activity
- Recent Blog Posts
- Groups
so all dinamic related plugs
Unafected widgets,in the Homepage, as this matter did possibily trigger homepage only (apparently)
- pages
- Recent post
- Calendar
- Search
- Archives
I’ve reactivated the ‘rebels’ widgets on their original position, content and setting
were not affected by this incidentI will hide (//) that string, even if I’m quite sure that function was working up to this morning, when I had All in One SEO , Google XML Sitemaps , and Post to SimpleMachines Forum SMF plugin already working
I did a back up before to install:Add to Any: Share/Save/Bookmark Button- AJAX Comment Preview -OpenID – and SEO Smart Links,so I’m going to deactivate theese latests plug
and see what happen backing up of 4-5 hors.please read this post as feedback.
cheers 🙂January 31, 2009 at 7:52 am #37020In reply to: BuddyPress Beta 2
cikguazleen
Member@ apeatling
I did that, but it still didn’t change.
January 31, 2009 at 5:40 am #37015Trent Adams
ParticipantOn the latest version of buddypress, you can view your version in the admin now on the “buddypress” options page
January 31, 2009 at 1:49 am #37010In reply to: BuddyPress Showoff: Post your links
speakez
Memberhttp://speakeasyesl.com/mu This is a testing ground for another wordpress install I’m thinking of for language learners.
January 31, 2009 at 1:24 am #37007In reply to: BuddyPress Showoff: Post your links
liveimagephoto
Memberstill getting a few bugs, bp is perfect for what i have in mind
edit: actually one major but im getting is trying to post a new topic to this site… I have a problem but everytime i try to post it in a subforum it says “topic not found”… i must have tried 6 times, i hope they arent going through bc its not on my profile page.
January 31, 2009 at 12:00 am #37002In reply to: fatal error: members and groups.
Arturo
Participanthi, i’ve downloaded and installed the latest combo (beta 2) but when i try to activate the home theme i view this error:
Fatal error: Call to undefined function bp_search_form() in /home/…/public_html/wp-content/themes/buddypress-home/header.php on line 33
what’s wrong? thanks
January 30, 2009 at 11:52 pm #37001In reply to: suggested change in welcome widget
christianbryant
Member@PerS Great tip. Thanks. Used it right away as I tested my first foray into BuddyPress.
January 30, 2009 at 10:23 pm #36998In reply to: Buddypress causing blank page with WordPress mu
Andy Peatling
KeymasterBe careful on a shared host. WPMU shouldn’t really be run on anything less than a VPS. You might want to check your PHP logs.
January 30, 2009 at 9:31 pm #36995In reply to: Welcome widget only saves 1 character
caseyp80
MemberI deleted the database table bp_core_widgets_welcome and then let BuddyPress/Wordpress rebuild it when I created a new welcome message. Works perfectly now.
January 30, 2009 at 9:24 pm #36994In reply to: Buddypress causing blank page with WordPress mu
jfcarter
ParticipantThanks, guys. Believe it or not there aren’t any errors in the log they provided. I’ve asked them to escalate a ticket to see if there are other logs, since I’m on a shared hosting plan.
January 30, 2009 at 9:19 pm #36993In reply to: Welcome widget only saves 1 character
caseyp80
MemberDid that…even went so far as to delete all buddypress files and then copy them back in from my original download, since I hadn’t spent a lot of time modifying the site yet. Do you happen to know if the info stored in the Welcome widget is stored in a database table? Which one?
January 30, 2009 at 8:20 pm #36982In reply to: Buddypress causing blank page with WordPress mu
Trent Adams
ParticipantJust to add, they will be the ones that say FATAL ERROR as well
-
AuthorSearch Results