Search Results for 'wp user activate'
-
AuthorSearch Results
-
September 12, 2013 at 5:57 am #171181
In reply to: [Resolved] Change avatar crop feature not working
justintyme
ParticipantHaving same issue. Moreover I’m running multisite in which all 5 sites have all the same plugins activated + all use the same theme. Yet, on some sites cropping works and on half of them not. All sites have exactly same setup, same settings, same extensions and same functions. Nothing modified. Along with the crop function, the buddypress register function also fails on those site where cropping fails.
Theme issue? Don’t think so.
Other plugin issues, nope.PS, on the sites that DO have a functioning cropping, when first time clicked on any area within the cropping module, the page jumps and users have to scroll up again.
WP 3.6.1 mlti network, latest buddypress, bbpress latest, cubepoints, set permalinks on %post-name%. Activated and deactivated rtMedia (which sucks for me since it conflicts with build-in media upload) but also gives same results.
September 5, 2013 at 7:18 am #170871In reply to: wp super cache deactivate files?
kamal.r.php
ParticipantHi all,
I am using super cache plugin in my wp-site.
I want some page not to be cached by super cache plugin. So I do following.I have selected all check boxes in advanced tab ->Accepted Filenames & Rejected URIs.
but still in source page the text is displaying ‘page is cached’.
is there the cache is different for logged in user and not logged in users?Can anyone have used this advanced tab in plugin.?
Thanks
August 22, 2013 at 2:16 am #170206In reply to: Says 'sign up complete' but users can't register
@mercime
Participantbut as soon as i turn it into a multi-site, new registrations via buddypress don’t work.
@alimjivraj
– Did you activate BuddyPress via Network Admin > Plugins activate BuddyPress?
– Did you configure BuddyPress in a subsite instead of the main site?
– What other plugins do you have activated? Did you check whether anyone of those plugins have conflict with BP registration?
– What are your WP/BP versions?August 14, 2013 at 12:23 pm #169833In reply to: Says 'sign up complete' but users can't register
alimjivraj
Participanthey, it was working before but it recently stopped. i haven’t done anything different recently. i did install a new theme, so i switched it back to twenty twelve but still didn’t work. so the wp install works.
also, i don’t think it’s an email issue. because when i register a new user, i should be able to see them in through admin panel even if they haven’t activated their account (by clicking on email). but i can’t see new users at all.
August 13, 2013 at 8:20 pm #169807In reply to: Says 'sign up complete' but users can't register
Hugo Ashmore
ParticipantAnd have you tried just registering with WP, BP deactivated? You must establish WP install works before ever activating something like BP, This sounds like your server not sending emails.
August 8, 2013 at 12:53 am #169551In reply to: Registration email not being sent
@mercime
Participant@wyldesites I just set up a new installation WP 3.6 and BP 1.8.1 and registration with activation email is working.
– Check server email configuration – if you deactivate BuddyPress, does the registration process work for you? Where are you hosted?
– Deactivate all plugins except BuddyPress and change to Twenty Twelve theme. If all’s well, then activate theme. If user can register, then could be one of the plugins. Activate plugins batch by batch while testing to check which is interfering with registration/activation.
August 6, 2013 at 1:44 pm #169445In reply to: Member counter on activity page not working
Anonymous User 7600456
Inactive1. Which version of WordPress are you running? – 3.6 (but the problem was there before upgrading from 3.5.2)
2. Did you install WordPress as a directory or subdomain install? – N/A
3. If a directory install, is it in root or in a subdirectory? – N/A
4. Did you upgrade from a previous version of WordPress? If so, from which version? – 3.5.2
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. – N/A
6. Which version of BP are you running? – 1.8.1
7. Did you upgraded from a previous version of BP? If so, from which version? – 1.8
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? – Many but I have tried disabling them all except Buddypress and the problem is still there.
9. Are you using the standard BuddyPress themes or customized themes? – Customised theme but problem is persistent even with Twenty Twelve theme.
10. Have you modified the core files in any way? – No
11. Do you have any custom functions in bp-custom.php?
<?php // hacks and mods will go here function activity_publish_custom_post_types($cpts) { $cpts[] = 'page'; $cpts[] = 'attachment'; return $cpts; } add_filter ( 'bp_blogs_record_post_post_types', 'activity_publish_custom_post_types' ); add_filter ( 'bp_blogs_record_comment_post_types', 'activity_publish_custom_post_types' ); add_filter( ‘bp_get_total_member_count’, ‘bp_core_get_total_member_count’ ); ?>12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? – 2.3.2
13. Please provide a list of any errors in your server’s log files.
text/x-generic error_log ASCII English text, with very long lines [31-Jul-2013 23:00:48 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE meta_key = 'entry_id' AND meta_value = '211'' at line 1 for query SELECT site_id FROM WHERE meta_key = 'entry_id' AND meta_value = '211' made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array, call_user_func_array, GFPMoreStripe::parse_request, GFPMoreStripe::cancel_subscription, do_action('gform_subscription_canceled'), call_user_func_array, GFPMoreStripe::downgrade_stripe_user, GFUserData::get_site_by_entry_id [01-Aug-2013 04:22:39 UTC] wpMandrill Error: Error : [01-Aug-2013 04:22:39 UTC] 2013-08-01 04:22:39 wpMandrill::sendEmail: Exception Caught => Invalid API Key [01-Aug-2013 04:22:39 UTC] blah@blah.com ([blah blah] Password Reset) [01-Aug-2013 16:08:26 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE meta_key = 'entry_id' AND meta_value = '217'' at line 1 for query SELECT site_id FROM WHERE meta_key = 'entry_id' AND meta_value = '217' made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array, call_user_func_array, GFPMoreStripe::parse_request, GFPMoreStripe::cancel_subscription, do_action('gform_subscription_canceled'), call_user_func_array, GFPMoreStripe::downgrade_stripe_user, GFUserData::get_site_by_entry_id [02-Aug-2013 13:43:45 UTC] wpMandrill Error: Error : [02-Aug-2013 13:43:45 UTC] 2013-08-02 13:43:45 wpMandrill::sendEmail: Exception Caught => Invalid API Key [02-Aug-2013 13:43:45 UTC] wpMandrill::wp_mail_native: blah@blah.net ([blah blah] First Order) [02-Aug-2013 17:07:36 UTC] wpMandrill Error: Error : [02-Aug-2013 17:07:36 UTC] 2013-08-02 17:07:36 wpMandrill::sendEmail: Exception Caught => Invalid API Key [02-Aug-2013 17:07:36 UTC] wpMandrill::wp_mail_native: blah@blah.net ([blah blah] First Order) [02-Aug-2013 21:57:15 UTC] wpMandrill Error: Error : [02-Aug-2013 21:57:15 UTC] 2013-08-02 21:57:15 wpMandrill::sendEmail: Exception Caught => Invalid API Key [02-Aug-2013 21:57:15 UTC] wpMandrill::wp_mail_native: blah@blah.com (Welcome to blahblah!) [06-Aug-2013 03:54:52 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE meta_key = 'entry_id' AND meta_value = '265'' at line 1 for query SELECT site_id FROM WHERE meta_key = 'entry_id' AND meta_value = '265' made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array, call_user_func_array, GFPMoreStripe::parse_request, GFPMoreStripe::cancel_subscription, do_action('gform_subscription_canceled'), call_user_func_array, GFPMoreStripe::downgrade_stripe_user, GFUserData::get_site_by_entry_id [06-Aug-2013 13:23:34 UTC] WordPress database error Unknown column '$autopurge_interval' in 'where clause' for query DELETE ts FROM wp_slim_stats ts WHERE ts.dt < UNIX_TIMESTAMP(DATE_SUB(NOW(), INTERVAL $autopurge_interval DAY)) made by do_action_ref_array, call_user_func_array, wp_slimstat::wp_slimstat_purge14. Which company provides your hosting? – OVH.com
15. Is your server running Windows, or if Linux; Apache, nginx or something else? – Apache
Thank you @mercime for your reply. I have disabled all plugins and used a fresh Twenty Twelve them and the problem is still there. Thanks in advance.
August 1, 2013 at 12:27 am #169190@mercime
Participant@leonardlapena per your first post ….
but ultimately my registration page is still blank. If anyone has any suggestion I’d greatly appreciate it
hence my response to check if your WP registration works if BP is deactivated 🙂
Re BuddyPress hosted on yahoo, isn’t that shared hosting or do they have VPS already? Sorry, but not all shared hosting plans can handle BuddyPress. Many have to upgrade to VPS when traffic is highter and then later upgrade to dedicated servers for really high traffic sites. Doesn’t yahoo hosting tech support have other ways for users to contact them, like support tickets, or live chat, etc.? Better than being on hold for 4 hours 🙂
July 25, 2013 at 2:15 pm #168798In reply to: [Resolved] Disable 'activate' page
Henry
MemberYep, I wrote a function to do redirect users away from it. You can add this to your theme’s functions.php
function bp_redirect_away_from_activate() { global $bp; if ( bp_is_activation_page() ) { wp_redirect( $bp->loggedin_user->domain ); exit(); } } add_action('wp','bp_redirect_away_from_activate');July 24, 2013 at 8:02 am #168704Techknowledgic
ParticipantI mean in the WP admin area and I see it in the dashboard
and about the pic I have asked a question yesterday about re sizing the pic size in the forum https://buddypress.org/support/topic/how-to-resize-memebrs-images-sizes/
idk what’s going on with me and why nothing is working
and about the weird characters also they are available almost in all the pages like the contact us for example it ends with #.Ue-C0PnI1FM I thought that it’s normal but I will check this out with the developer if he solve it
– Let’s test. Create a new Page named Discussions and place the forums shortcode there. Go to Settings > Forums and change archive slug to discussions. Then go to technowldgic.com/discussions/ and check out your forums
I tried this and after saving the setting the forum page became 404 error page and also I am seeing this error near the box where I wrote discussions “Possible bbPress conflict: Topics base” so I removed it and wrote forums and topics again in the archive slugs
Going back to logging in. I added the bbPress login widget to the sidebar of Twenty Twelve theme and it’s working fine even with BuddyPress activated. What are you using for your users to log in?
I don’t think I am using anything, I thought everything would come with the buddypress plugin like the log in area and everything else. what should I use?
and I am so sorry for asking too many questions and having too many problems but idk why I am so lost by installing the forum
and ty so much for ur help
July 24, 2013 at 1:57 am #168676@mercime
ParticipantI log in to my admin area I see this message “Go Daddy Quick Setup ™
More than 5 years since I used GoDaddy, when you say admin area, are you referring to the GoDaddy admin area or your WP install’s admin area? If in WP install admin area, then there’s an issue. Otherwise, let’s move on.
I am just trying to fix some issues with it before I launch
I don’t know what aspect of your site was developed by the person you hired.
– Note that your avatar at http://www.techknowledgic.com/members/techknowledgic/ is showing up humongous in Chrome.
– And the avatar under freshness in Forums index page is showing too big.
– Why is #.Ue8yX43rw80 appended to your forums slug when I go http://www.techknowledgic.com/forums/ ? strange.
– Let’s test. Create a new Page named Discussions and place the forums shortcode there. Go to Settings > Forums and change archive slug to discussions. Then go to technowldgic.com/discussions/ and check out your forumsGoing back to logging in. I added the bbPress login widget to the sidebar of Twenty Twelve theme and it’s working fine even with BuddyPress activated. What are you using for your users to log in?
July 23, 2013 at 8:58 pm #168661@mercime
Participant@techknowledgic re your #3 answer – do you mean that even you cannot log in or that only users cannot log in? If you deactivate bbPress, can you/users log in or register?
Going back to basics. Did you by any chance create your WordPress installation via webhost’s script i.e., via GoDaddy WP one-click install? If so, that’s not going to work with BuddyPress, see https://codex.buddypress.org/user/before-installing/
July 23, 2013 at 1:32 pm #168626In reply to: Require Account Activation
David Cavins
KeymasterHi Craig-
BuddyPress does require account activation for new users by default (as far as I know). You can verify this by looking in the wp_users table in your site’s database. Check to see if any of your users have a user_activation_key and what their user_status is. When a new user registers, they are given an activation key and a user_status of 2 (unverified). Once they activate using the e-mailed link, the key is deleted and the user_status becomes 0.
Your web server does need to be able to send mail for all this to happen, though, and there’s a lot that can go wrong on that end.
-David
July 16, 2013 at 12:39 pm #168145In reply to: Sudden user registration failure
cameronwilby
ParticipantI am helping Kathryn with this issue, here are the details for the installation.
The original programmer for the site vanished, so the configuration is the way it is. Not asking anybody to solve the problem on our behalf, just opening the issue to more eyes. All help and all input is greatly appreciated.
Wordpress: 3.5.2
Buddypress: 1.7.3
PHP: 5.3 (I suspect this might be the culprit.)Installed Plugins
—
Legend – (A)Active, (-)Deactivated
—
BUDDYPRESS PLUGINS
—
(A)BP Auto Login on Activation 1.0.1
(A)BP Export Users 1.1
(A)BP Group Announcements 1.0.2
(A)BP Group Hierarchy 1.3.9
(A)BG Group Management 0.6
(A)BP Group Organizer 1.0.7
(-)BP Labs 1.3(A)BuddyPress 1.7.3
(A)BuddyPress Activity Plus 1.5
(A)BuddyPress Auto Group Join 2.2.1
(A)BuddyPress Docs 1.4.3
(A)BuddyPress Docs Wiki add-on 1.0.3
(-)BuddyPress Edit Group Slug 1.2
(A)BuddyPress Group Email Subscription 3.3.3
(A)BuddyPress Groups Extras 3.5.7
(A)BuddyPress Like 0.0.8
(-)BuddyPress Live Notification 1.0.3
(-)BuddyPress Usernames Only 0.6
(A)bbPress 2.3.2
(A)bbPress reCaptcha 1.1
(A)bbPress Search Widget 2.0.0
(A)bbPress Threaded Replies 0.4.3
(A)GD bbPress Attachments 1.9.2
—
OTHER
—
(A)Akismet 2.5.7
(A)Automessage 2.3.1
(A)BackWPup 3.0.12
(-)Blog Categories for Groups 1.0.4
(-)Confirm User Registration 2.0.4
(-)Disable Comments 0.9
(-)downML – Download Media Library 0.3.1
(A)Email Users 4.4.4
(-)Fundraising 2.3.6
(-)Invite Anyone 1.0.21
(-)Live Stream Widget 1.0.4.2
(A)New RoyalSlider 3.0.93
(-)P3 (Plugin Performance Profiler) 1.4.1
(A)Plugins Garbage Collector 0.9.12
(A)Revolution Slider 2.3.8
(-)Scheduled Content 1.1.1
(-)Select Language At Signup 1.0.4
(A)SI CAPTCHA Anti-Spam 2.7.6.4
(A)Sidebar Login 2.5.3
(A)Simple Badges 0.1-alpha20120703
(-)Snapshot 2.3.3
(-)Tweet Blender 3.3.15
(A)Ultimate Maintenance Mode 1.5.0
(-)W3 Total Cache 0.9.2.11
(A)WordPress Importer 0.6.1
(A)WP-DBManager 2.63
(-)WP-reCAPTCHA 3.1.6
(-)WP Htaccess Editor 1.2.0
(-)WP UI – Tabs accordions and more. 0.8.7
(A)Yoast Breadcrumbs 0.8.5July 9, 2013 at 9:50 pm #167845In reply to: Buddypress Registration Page is not working
gcarlos8377
Participant@mercime
My WP installation is on main root.
Here whats on the htaccess file
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# uploaded ?les
RewriteRule ^([_0-9a-zA-Z-]+/)??les/(.+) wp-includes/ms-?les.php??le=$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]Buddypress is network activated.
I might be having another issue with my installation because the user I have created are beying saved in the database because I cant use either their username or email but when I go to users and sites on the network dashboard the users are not beying created.I deactivated Buddypress and the wp-signup.php is not working either. Need to find somebody to verify this in a more deeper way.
July 7, 2013 at 4:24 pm #167720July 7, 2013 at 6:46 am #167712Hugo Ashmore
Participant@jianzhi
I needed this a while back for a bunch of existing users, so ran up a simple quick script to do this, wouldn’t run it on a production site but worked in my test environment for my purpose, you can copy and run if it helps:
https://github.com/hnla/force-show-bp-users/blob/master/force-show-bp-users.phpJuly 7, 2013 at 3:49 am #167711July 6, 2013 at 8:56 pm #167692Brajesh Singh
ParticipantHi Peter,
The user does not need to login. You just need to add a user meta ‘last_activity’ for each user and they will appear on your member directory.July 3, 2013 at 5:30 am #167443In reply to: How Do I Hide Extended Profile Fileds from Users
nobodymove
ParticipantThanks @bphelp. Info listed below:
1. Which version of WordPress are you running?
3.5.2
2. Did you install WordPress as a directory or subdomain install?
Directory
3. If a directory install, is it in root or in a subdirectory?
root
4. Did you upgrade from a previous version of WordPress? If so, from which version?
3.5
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
Wordpress seems to be working fine
6. Which version of BP are you running?
1.7.2
7. Did you upgraded from a previous version of BP? If so, from which version?
1.7
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
Yes, a lot. 🙂
Allow Multiple Accounts
amr users + buddypress
buddypress group email subscription
buddypress member import
buddypress message attachement
Buddypress Toolbar
Buddypress Xprofile custom fields type
comprehensive google map
contact form manager
events manager pro
easy table
form lightbox
GRAND Flash Album Gallery
Lightbox Galleries EWSEL
Mass Messaging in Buddypress
Online Backup for WordPress
Peter’s Login Redirect
SHortcode Widget
User Switching
WP Full Calendar
WP Wunderground9. Are you using the standard BuddyPress themes or customized themes?
I’m using Razor 1.1.3 from Themeforest/Parallelus
10. Have you modified the core files in any way?
No
11. Do you have any custom functions in bp-custom.php?
No
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
13. Please provide a list of any errors in your server’s log files.
14. Which company provides your hosting?
Network Solutions
15. Is your server running Windows, or if Linux; Apache, nginx or something else?
VPS hosting package
June 30, 2013 at 5:28 pm #167282In reply to: Bug? BuddyPress shows wrong author's archives
@mercime
Participant@reiniggen if you’re on BP Default theme and you’ve deactivated all plugins except BuddyPress, and the issue is still evident, then please post ticket in BP Trac (login with same username and password used here) and include pertinent information about your installation – e.g. single or multisite WP, WP/BP installed in domain root or subsite, etc. Thank you. https://buddypress.trac.wordpress.org/newticket
June 26, 2013 at 5:08 pm #166959In reply to: Untraceable spam user
mareksgregs
ParticipantThe scan found only one problem, which is:
This file may contain malicious executable code
Filename: wp-content/plugins/user-meta/framework/init.php
File type: Not a core, theme or plugin file.
Issue first detected: 45 secs ago.
Severity: Critical
Status New
This file is a PHP executable file and contains an eval() function and base64() decoding function on the same line. This is a common technique used by hackers to hide and execute code. If you know about this file you can choose to ignore it to exclude it from future scans.I wasn’t using that plugin though. It was deactivated.
June 20, 2013 at 1:56 pm #166482RabiBD
ParticipantJay Collier
You have rescued me from a big…. problem. Thanks. WP-Better-Emails works great and activation link receiving problem is solved.Another think from my site, when new user click activate link, eventually it is activated. But still the page says “Activate your Account” and under this, “Invalid activation key” highlighted with red button and says bellow “Please provide a valid activation key.” Although the user can access his/her profile perfectly. Can anyone help
Site Address: http://www.public-post.com/
Thanks
June 20, 2013 at 1:43 pm #166480In reply to: [Resolved] Conditional check for activate page
Brajesh Singh
ParticipantHi Henry,
That code works. All you are missing is an exit statement.
here is the code I modified for you//redirect logged-in users away from activate page function bp_redirect_activate_to_profile() { global $bp; if ( is_user_logged_in() && bp_is_activation_page() ) { wp_redirect( $bp->loggedin_user->domain ); exit(0); } } add_action('wp','bp_redirect_activate_to_profile');That will work. Please do let me know if it works for you or not ?
June 20, 2013 at 11:32 am #166471In reply to: [Resolved] Conditional check for activate page
Henry
MemberI am trying to redirect logged-in users away from the activate page if they try to access it. This is what I have which isn’t working
//redirect logged-in users away from activate page function bp_redirect_activate_to_profile() { global $bp; if ( is_user_logged_in() && bp_is_activation_page() ) { wp_redirect( $bp->loggedin_user->domain ); } } add_action('wp','bp_redirect_activate_to_profile'); -
AuthorSearch Results