-
Университет АТУ's profile was updated 7 years, 4 months ago
-
Jacob_26 replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 4 months ago
Ok, I found it: it is in issue with my pushover notifications plugin, once I deactivated it everything works fine. Thank you very much Prashant!
-
Jacob_26 replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 4 months ago
Yes, I did that, but I can’t find a buddypress related error, just other messages
-
Prashant Singh replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 4 months ago
If you will enable debug log then it will create a file in wp-content folder and will write the errors there.
Thanks
-
Jacob_26 replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 4 months ago
Ok, I did and got the debug.log file, but I’m not sure what to look for. I have no specific buddy press message, just a lot of other stuff?
-
Prashant Singh replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 4 months ago
https://www.wpsecurityauditlog.com/wordpress-admin/enabling-wordpress-debug/
Please try enabling them and check if it records anything in debug file.
Thanks
-
Prashant Singh replied to the topic Hide some users from members directory in the forum How-to & Troubleshooting 7 years, 4 months ago
I have this working code to display members directory gender specific. For males a directory of females and vice versa. Maybe this code is the one causing your code not to work?Yes, this is possible. You can increase the priority to 9999 or 9 from 21 to check if it is working or not.
-
Prashant Singh replied to the topic Hide some users from members directory in the forum How-to & Troubleshooting 7 years, 4 months ago
add_filter ('bp_ajax_querystring', 'modify_members_loop', 20, 2);
function modify_members_loop ($qs=false, $object=false)
{
global $wpdb;
if ($object != 'members') return $qs;// figure out if the logged-in user is male or female
$gender = xprofile_get_field_data (9, bp_loggedin_user_id ());if ($gender == 'Male')…[Read more]
-
Prashant Singh replied to the topic Hide some users from members directory in the forum How-to & Troubleshooting 7 years, 4 months ago
You can paste that here https://pastebin.com/ and just share the link.
-
Prashant Singh replied to the topic Hide some users from members directory in the forum How-to & Troubleshooting 7 years, 4 months ago
Hi,
It is working fine for me. I have just tested on my localhost. Are they coming on second or third page in pagination? You can try clearing cache as well.
Thanks
-
Jacob_26 replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 4 months ago
Yes of course there is, like I mentioned before everything works fine with php 7.0 only when I switch to php 7.1 or 7.2 I get the blank page.
-
Prashant Singh replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 4 months ago
Can you please check if there is a page called activate in your pages list and also it is assigned to activate page setting in BuddyPress?
Thanks
-
Jacob_26 replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 4 months ago
Hi Prashant,
thanks for your quick response, I set wp_debug to true, but I don’t get any error messages in the browser when trying to register, just the blank page instead of the activation page.
-
Prashant Singh replied to the topic Adding new column to BuddyPress default column in the forum Creating & Extending 7 years, 4 months ago
Hi,
Please let us know what you want to achieve so that we can suggest any better approach hopefully.
Thanks
-
Prashant Singh replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 4 months ago
Hi,
Please enable wp_debug to test what’s the error there.
Thanks
-
Prashant Singh replied to the topic When creating a Group, cannot see All Members in the forum How-to & Troubleshooting 7 years, 4 months ago
Hi,
Please see: https://screencast-o-matic.com/watch/cF63bMYzAs
It is working fine with the default theme.
Thanks
-
Jacob_26 started the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 4 months ago
Hello,
I need help please: when I update to php 7.1 the registration activation is no longer working, the registration works, but instead of the activation page a blank page shows up and the activation email is not sent. Nevertheless a new member in the wordpress database is created. With php 7.0 everything works fine. I hope someone can help me out.
-
Prashant Singh replied to the topic No "Create Group" button is visible in the forum How-to & Troubleshooting 7 years, 4 months ago
Great 🙂
-
Angelica Griffi's profile was updated 7 years, 4 months ago
-
Rohit Mewada's profile was updated 7 years, 4 months ago
- Load More