Search Results for 'wordpress'
-
AuthorSearch Results
-
March 17, 2010 at 8:11 am #68735
Kunal17
Participantvinbytes, you will have to rename the folder through ftp. It cannot be done from the wordpress install itself. You can also check if you host has web based folder access.
March 17, 2010 at 5:42 am #68723vinbytes
ParticipantMay I know how to do that?
I can’t use the log in page : http://gpsnavigation.wizard4u.com/wp-admin/
because it says ERROR too. Please try to click that link.
I am using wordpress platform also.
Thanks
March 17, 2010 at 5:20 am #68720In reply to: After login in from Login page – page is blank..
kiwipearls
ParticipantSorry about that, thought by saying I updated to the latest it was obvious. Updated to the latest buddypress 1.2.21 and WordPress MU 2.9.2. Everything is in the same place as before the update. Buddypress is in the MU plugins directory. wp-content/plugins.
I use no plugins that re-direct. Only plugin not working is wp-o-matic.
March 17, 2010 at 2:27 am #68705r-a-y
KeymasterYou write too much

Still not sure quite what you want to do.
First of all, you need to install BuddyPress. On first glance at your site, it doesn’t look like you’ve installed it at all.
Second of all, since you’re using a different theme, once you’ve installed BP, you’ll need to use the BP Template Pack plugin so your theme can support BP:
https://wordpress.org/extend/plugins/bp-template-pack/
Once you’ve done these steps, then we can proceed.
March 17, 2010 at 1:16 am #68700In reply to: BuddyPress-Links 0.3 FINAL is here at last
murrayac
ParticipantThanks Ray,
I got lost in http://example.com/wordpress/members/admin/links/
March 17, 2010 at 12:50 am #68698sabater_wb
MemberAs I know, BuddyPress allows to the users create their blog’s when installed with wordpress mu. What I need is what I wrote before. If is there someone interested in this work, tell me.
March 16, 2010 at 10:57 pm #68682In reply to: Conflict with wp-o-matic
Robert
MemberIn WPMU the solution is to deactivate WP-O-Matic from the main blog and create a blog only for the feeds. After creating the new blog go to its back-end > plugins > activate WP-O-Matic and that’s it. The feed posts will appear on the site-wide activity. The conflict seems to exist only in the main blog.
I’m using a WordPress single instalation and the only problem is that in some cases the “Warning: Cannot modify header information – headers already sent by … and so on” keeps showing but WP-O-Matic is running perfectly. The warnings only show in Buddypress pages, not in the blog.
I’m looking now for a way to hide those warnings. If someone knows how to make warnings not show I really would be very grateful.
March 16, 2010 at 10:28 pm #68677In reply to: How to make a private community?
r-a-y
KeymasterInstead of modifying all the BP templates, you could try the Registered Users Only 2 plugin:
https://wordpress.org/extend/plugins/registered-users-only-2/
I’ve made a few mods to that plugin to better support BP here:
https://buddypress.org/forums/topic/bp12-plugin-wishlists#post-42114
Use what I suggested above.
Then turn off registration and manually create users. Assign these users a role of contributor or higher.
March 16, 2010 at 10:22 pm #68674In reply to: Conflict with wp-o-matic
kiwipearls
ParticipantWith it still activated, it duplicates all the articles – I had to get rid of over 100 of the same article.
I hope this get’s fixed soon. I like the features compared to feedwordpress.
March 16, 2010 at 9:20 pm #68664In reply to: internal server error after activating bp
Anonymous User 1502623
InactiveWordPress was indeed working fine – I’ve never had a problem with it until trying to install BP. As soon as the buddypress folder is deleted, access to my site is restored. If the buddypress folder is there and *activated*, I cannot access any of my site. If I does the same on a fresh install of MU, then you’d assume the problem lies with something to do with the hosting, the server, or htaccess, right?
WordPress – 2.9.2
BP – 1.2.2.1
Edit: I have my access and error logs here. Is it safe to publish a link them on here or is that a bad idea?
March 16, 2010 at 9:05 pm #68660Gianfranco
ParticipantI can’t believe that such a problem is not discussed to the point of being already solved.
I am sure that there are so many people who got wp installed in a subdirectory.
Two days ago I wrote an in-depth topic about just that. Please read it here.
It was TOTALLY ignored by the community.
I don’t care if it is the discussed here or there, as long as IT IS discussed, and not ignored.
Really, is there only 3-4 people with wp in a subdirectory and don’t want a permalink configuration such as: mywebsite.com/wordpress/activity?
C’mon…
(Oh, by the way my site does work with that setup, I just don’t want the subfolder in the permalinks, and yes, that represent a big issue for me).
March 16, 2010 at 9:02 pm #68658In reply to: internal server error after activating bp
Jeff Sayre
ParticipantOkay, is WordPress working fine before installing and activating BuddyPress?
Also, which version of WordPress and which version of BuddyPress are you using?
You need to look at your error logs to find out more details–both PHP and Apache logs. Your host should be able to give you access.
Finally, you can try adding this to the top of your .htaccess file:
### Set PHP directives ###
php_value memory_limit 96MYou may need to decrease that if your hosting company has not allocated that much memory for your account. You can try 60 then 30, for instance.
March 16, 2010 at 9:00 pm #68657In reply to: How to make a private community?
hachimaki
MemberOk, here I am.
For making buddypress a private commmunity, do the following:
-Create a new page in the admin interface.
-Make the page not to show in navigation with one of these: (http://www.kimwoodbridge.com/how-to-exclude-pages-from-the-wordpress-navigation-bar/ ) (https://wordpress.org/extend/plugins/exclude-pages/)
-Fill the page with HTML (as you wish). If you want Widgets, you can follow this: http://wpmu.org/how-to-widgetize-a-page-post-header-or-any-other-template-in-wordpress/
-Now, use this in the top of ALL PAGES NOT TO SHOW TO GUESTS: (https://buddypress.org/forums/topic/securing-components-from-non-logged-in-users/page/2)
if (!is_user_logged_in() ){
bp_core_redirect( $bp->root_domain.’/register’ );
}
AND REDIRECT THEM TO THE PAGE YOU CREATED BEFORE.
AND THAT’S IT!
March 16, 2010 at 8:52 pm #68654In reply to: internal server error after activating bp
Jeff Sayre
ParticipantHow are you installing BuddyPress. Are you using the plugins search form in WP admin and automatically installing it from there? Are you manually installing it yourself? Or, are you using a service, an install script, that some Web hosting firms provide?
Also, can you confirm for me that WordPress works fine before you installing BuddyPress.
March 16, 2010 at 8:14 pm #68647In reply to: internal server error after activating bp
Jeff Sayre
ParticipantOkay, let’s try something else. Back up one step by deactivating BuddyPress once again. Next, make sure that you are using the default WordPress theme. We are trying to make sure that WordPress is working by itself without issue. I assume it is, since you have to activate BP from the Admin panel. But, let’s do this anyway.
Once again, before doing anything, make sure you have backed up your Data and have offsite copies of any non-default themes and your plugins. It is just a standard precaution that makes it much simpler to restore your environment if anything goes wrong.
Next, you’ll want to remove all your plugins from the “plugins” directory. Of course, you first have to be absolutely sure that you have deactivated them all before doing this. You should copy your existing, deactivated plugins into a temporary folder. That way, you can add them back into your empty “plugins” directory after everything is back up and running.
Now, you should have WordPress with the default theme and zero plugins in the “plugins” directory. Make sure that the plugins folder is still there. It should just be empty.
Does WordPress work without issue in this bare-bones setup?
If so, now you reupload the BuddyPress plugin into the empty “plugins” directory. Then, activate it. What happens?
March 16, 2010 at 6:41 pm #68630In reply to: internal server error after activating bp
Anonymous User 1502623
InactiveHello Jeff, I have just uploaded buddypress and uploaded the default wordpress .htaccess into my public_html folder. I then deactivated all of my plugins and solely activated buddypress. I immediately got the internal server 500 error, so I have just contacted my host to ask if I’m running PHP4 or 5.
March 16, 2010 at 5:38 pm #68622In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
ParticipantFirst, where is the “@ mentions” part in the BBCode that @3sixty is referring to?
Technically when Ajaxed Quote is enabled and someone quotes a post in the forums – the activity-update-filter will pick up the @username mention – thus if the user has the notifications turn on – they will get an email about it.
Second, should we be activating both BBCode and Shortcode sub-plugins?
No
Activate the “Forum Extras – BBCode” if you want to parse the bbcode into html prior to database update. (useful if you have external but also ok for internal). I’m a fan of this method as the process happens pre-save but when a user goes back to edit a post – they’ll see html
Or
Activate the “Forum Extras – Shortcode” and then Viper’s Shortcode BBCode wordpress plugin – this will retain the shortcode bbcode markup in the database. All this does does is enable the shortcode filter hook on the bbpress post content. (buddypress already hooks shortcode filter on activity updates) – Downside to this approach if you ever deactivate the shortcode – you’ll see the bbcode markup instead of filtering to the html equivalent but when a user edits a post – they see bbcode instead of html.
Hopefully not too confusing. I’ll update the documentation in the next release (working on getting bbpress favorites enabled)
March 16, 2010 at 3:42 pm #68605In reply to: internal server error after activating bp
Jeff Sayre
Participant@kanefulton-
Worrying about HD space is not relevant at this stage. Although the HD space is an issue once things are working, I was under the impression that you could not even get WP with BP working, that you kept receiving a Error 500. If this is the case, the allocated HD space is a moot point at this time.
Are you still having Error 500 issues? If so, that is where we need to be focusing the attention, unless you are planning on switching to a different host. Please read the threads that I linked to above. Is your site running under PHP 4 or PHP 5? Also, as @hnla states, there can be other issues with PHP memory limits.
Finally, I am a little concerned that you have manually edited your .htaccess file. If you’ve deactivated and uninstalled all plugins, then the . htaccess file that comes with WP should work fine. Is WordPress working fine by itself once you’ve distilled your WP install down to the lowest common denominator as I detailed in my first post above?
Let’s get WP working first and worry about BP later.
March 16, 2010 at 3:09 pm #68601Dfa327
ParticipantDelete the plugin to fix any admin issues.
Do you have wordpress mu or wordpress single user? Perhaps the call is different in single user?
Thanks,
Dave
March 16, 2010 at 1:02 pm #68583In reply to: internal server error after activating bp
Hugo Ashmore
Participanttbh having looked at your hosts site as well I wouldn’t have been able top pass a judgement as to whether they were big or small, there are a lot of factors involved in good hosting and these are not necessarilly apparent just by looking at a site.
If they have offered to tweak settings to you requirements that is a good sign, good customer support counts for a great deal with hosting.
If your happy with this host I would stick with them, especially if they are willing to tune things as you need them.
As for basic requirements you need Apache to allow overide so that .htaccess rules will work, you need mem limits for scripts in PHP set quite high (higher than default) PHP version is best at 5.2 or above.
There are probably guides to optimum and required settings if you look around buddypress.org and wordpress.org and perhaps other members will chip in with min requirements for a healthy installation.
Out of interest what sort of hosting account do have presently and what do you plan to upgrade to? and are you intending running WPMU for it’s blog creation capabilities.
March 16, 2010 at 10:54 am #68571In reply to: internal server error after activating bp
Anonymous User 1502623
InactiveThanks for all of the suggestions so far. Unfortunately, 20mb is accurate; I’ve ‘got by’ on a minimal amount of space for a fair while now and I suspected that it was far, far from ideal. I assumed UH would be a fairly larger sized host.. shows how little I know..! They do have very good customer support and are very responsive to any issues I have, I would like to stick with them if their hosting will hold BP (even if I have to upgrade my package to buy more webspace). Is there anything I should ask them? They said they would be more than happy to tweak anything ‘serverside’ or alter anything to do with the php. I have also tried .htaccess in the public html folder, as to whether the .htaccess is correct is a different matter.
Joining new hosting and transferring my wordpress installation/database over sounds like a very sticky task and not one I’d be confident undertaking. I’d rather take suggestions onboard and see what I can do
I think I’ll start with increasing filespace?
March 16, 2010 at 10:00 am #68567In reply to: Difference Between Using WordPress and WordPress MU
mbiernat
ParticipantIf MU and SU merge in 3.0 what does this mean for Buddypress. Maybe I should wait? Does this mean there will be no separate download and installs?
March 16, 2010 at 7:10 am #68551In reply to: Most rated article plugin
@mercime
ParticipantThat reminds me of Lester Chan’s Post Ratings plugin – https://wordpress.org/extend/plugins/wp-postratings/ as well as this other one https://wordpress.org/extend/plugins/vote-it-up/ , but both are for posts and the latter one is reported broken.
What good about Lester’s plugin is that you could call the highest rated posts in a page via template tags or using the widget in sidebar http://lesterchan.net/wordpress/readme/wp-postratings.html
March 16, 2010 at 3:41 am #68538In reply to: internal server error after activating bp
Jeff Sayre
ParticipantFirst of all, an Error 500 (internal server error) message usually means something is not working properly with one of the software components on you server. It is not directly a WordPress or BuddyPress issue.
I’m guessing it’s an issue with your PHP install. Forcing the server to run PHP 5 instead of 4 may do the trick–assuming your site is being served under PHP 4. This is just an initial guess. See these threads for more detail:
https://buddypress.org/forums/topic/500-error-after-uploading-buddypress-102#post-18421
However, there could be something else causing the problem. What you need to do is distill your environment down to the lowest common denominator. Make sure WordPress is working fine by itself before installing BuddyPress. To do that, you deactivate all other plugins and test WP by itself. If it is working without issue, then you reinstall BP and activate. You should not have any other plugins besides BP activated and you should be using the default theme that comes with BP when testing.
By the way, I suggest doing a clean install of BuddyPress. This means making sure the entire BP directory is removed and then starting over with a clean install of BP. Of course, as always, backup any data before you do any upgrades or reinstalls.
If you do not have any issues with WP running only the BP plugin using the default BP theme, then you know it has something to do with a custom theme, one of your other plugins, or some combination of the two.
You then start going back up the ladder one step at a time. Switch the default BP theme to your custom theme. Does the problem return? It not, then is has to do with your plugins. Activate one plugin at a time until the issue returns.
But, with an Error 500, I’m guessing it is something outside of WP and BP causing the issue. Show the links above to your hosting firm. They are the only ones that can help you.
Also, as another resource, search the WordPress forums to see if anyone there has reported a similar issue.
March 16, 2010 at 2:55 am #68534lukeroge
ParticipantHmm..
The BuddyPress Group forum system is actually powered by bbpress so it should be able to handle anything bbpress can. It is up to you whether you want to use the group forums system or work on integrating a standalone bbpress install into wordpress.
-
AuthorSearch Results