Hi, i know it looks like this plug in may be inactive, but has anyone figured out how to make one invitation code work multiple times?
]]>Hi,I would like to let users send invetation only to other registered users in WP as contributors to their posts. Is this feasible using this plugin?
Thanks,
Androklis
hi, if I use WP-invites, uses can not be registered by JSON API User
Any way to solve this problem?
Hey,
I installed your plugin and got the warning:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; wp_invites has a deprecated constructor in /../plugins/wp-invites/wp-invites.php on line 20
Changing the constructor wp_invites() to __construct() in the wp-invites.php file resolves this message.
best regards!
]]>Hello,
I am trying to use this with WP Security Brute Force protection enabled and the field for invitation code isn’t showing up when I rename the wp-login.php page to something different.
Hi,
It seems that the gene codes is not working under 4.8 I am able to create manually but not through the automatic generation..
]]>I have a brand new version of WordPress I installed today. The only other plugin I have besides this one is Ultimate Member.
I installed WP Invites. My registration page does not have the registration code field on it. How do I add it to the form?
]]>In Regards to Patrich Beuken‘s Topic, wich was marked as resolved but with no answer given, here’s my solution:
If you don’t need the debug output,
in wp-content/plugins/wp-invites/wp-invites.php line 26 change
echo "\n<!--wp-invites debug:\n" . implode("\n\n", $this->debug_log) . "\n-->";
to
//echo "\n<!--wp-invites debug:\n" . implode("\n\n", $this->debug_log) . "\n-->";
basically deactivating this line.
]]>RAW Error Log, fresh install:
Fatal error: Uncaught Error: Call to a member function get_error_message() on null in /r/c/d/f/(site)/httpd.www/wp/wp-content/plugins/wp-invites/wp-invites.php:381
Stack trace:
#0 /r/c/d/f/(site)/httpd.www/wp/wp-includes/class-wp-hook.php(298): wp_invites->invites_add_signup_fields(”)
#1 /r/c/d/f/(site)/httpd.www/wp/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(‘sadea ‘, Array)
#2 /r/c/d/f/(site)/httpd.www/wp/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#3 /r/c/d/f/(site)/httpd.www/wp/wp-login.php(738): do_action(‘register_form’)
#4 /r/c/d/f/(site)/httpd.www/wp/wp-content/plugins/rename-wp-login/rename-wp-login.php(334): require_once(‘/customers/c/d/…’)
#5 /r/c/d/f/(site)/httpd.www/wp/wp-includes/class-wp-hook.php(298): Rename_WP_Login->wp_loaded(”)
#6 /r/c/d/f/(site)/httpd.www/wp/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
#7 /r/c/d/f/(site)/httpd.www/ in /r/c/d/f/(site)/httpd.www/wp/wp-content/plugins/wp-invites/wp-invites.php on line 381
Hope this helps!
]]>Hello.
Installed the plugin, everything works fine, except for one problem.
Users after successful registration on the site see a white screen.
The error log on the page returns an empty array:
1 array (0) {
2 }
3
4 <! – wp-invites debug:
5
6 ->
In this case, the log of the engine itself shows this error:
PHP Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/wp-invites/wp-invites.php:26) in /wp-includes/pluggable.php on line 1210
I do not understand where to look for the cause of the error. please, help. Thank you.
]]>I installed wp-invites on WordPress 4.8 (on a normal site, not a Buddypress site). I added a (six letter, no punctuation, all lower case) code manually. The invite code field shows up at wp-login.php?action=register .
I also have the New User Approve plugin and visualCaptcha installed.
A few hours later, I was surprised to receive a User Approval message (i.e. from New User Approve). On testing, I can leave the invite code field blank, or enter a wrong code, and New User Approve gets triggered.
I turned off visualCaptcha, and the wp-invites seems to still not work. Do you have any suggestions for further diagnosis? Thanks.
]]>I would like to extend a formal offer to contribute and update this plugin. I see on your personal site that WordPress is of little interest to you right now and that you do not have the time to keep this project updated. Please consider my offer to carry on this plugin and update it to current site standards and compatibility.
]]>instead of the field it shows this:
Fatal error: Call to a member function get_error_message() on a non-object in /home/celeragum/public_html/wp-content/plugins/wp-invites/wp-invites.php on line 381
Hi!
Thank you for the excellent Plugin. Using it since years for a non-profit project.
In WPMS I wasn’t able to save options. Now I realized, that this comes from the try of the plugin to save the settings through update_site_option
. But it’s not using the values from there but instead the settings/values on per page basis.
I replaced that by using update_options
as well and now I’m able to save my settings. That’s fine for me but in general it’s sad, that there is no more network wide settings page with global settings.
Here the code part with my comment:
if ($_REQUEST['step'] == '2') {
if ($this->options['IS_WPMU'])
// update_site_option('wp-invites', $_REQUEST['wp_invites']); (NOT WORKING)
update_option('wp-invites', $_REQUEST['wp_invites']);
else
update_option('wp-invites', $_REQUEST['wp_invites']);
echo '<div class="updated">' . __('Options updated!', 'wp-invites') . '</div>';
}
]]>
I’m using plain wordpress 4.2.3 and have installed WP-Invites as well as Registered Users Only 2. I tried registering with a generated code a couple of times. Each time the page shows errors and no email is sent (the user does get registered in wordpress though)
In Firefox, I see these errors after putting in the name, email and reg code:
Warning: Cannot modify header information – headers already sent by (output started at /home/MYSITE/public_html/wp-content/plugins/wp-invites/wp-invites.php:26) in /home/MYSITE/public_html/wp-includes/pluggable.php on line 1196
Warning: Unknown: open(/tmp/sess_905117c4163b5762bd4e4b6400d4579b, O_RDWR) failed: Permission denied (13) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
In IE I only the see first error above.
Any help appreciated!
]]>Hi I have installed the plugin but even I see the Invitation Code input field in myaccount page of woocommerce, I can register without introducing any code.
It′s this plugin compatible with woocommerce?
]]>Hi,
I am happy with your plugin. Thank you.
I am trying to setup a site with restricted contents accessible to members of the site that is why your plugin came in handy.
I have tried “Simple Membership” but your plugin does not integrate well with the membership management plugin. I found WPMUDev’s plugin, “Membership 2” and found that it somehow works but instead of the input area, this code appears:
Fatal error: Call to a member function get_error_message() on a non-object in /.../public_html/wp-content/plugins/wp-invites/wp-invites.php on line 381
What are the steps we can take to make this plugin to work? I hope we can push this because there is no other reliable code invitation plugin that works with the latest version of WordPress.
Thank you again and I look forward to your response.
]]>I get this error when activating:
The plugin generated 182 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
Also i have dev mode turned on and get this error:
Notice: Undefined index: IS_WPMU in /wp-content/plugins/wp-invites/wp-invites.php on line 182
]]>Hey,
I keep getting the wrong code message randomly. For both generated codes and manually created ones. On a premium theme and on a default WP theme. Out of the 5 accounts I’ve attempted to create 2 of them work. Codes are also randomly disappearing from the the ‘view codes’ list. What could be the issue? I really need this work if possible.
https://www.greenbooksocialclub.com/test/register
JUSTHANGINOUT
BETA2INVITE
pq0ld84
t3y1ti6
brdlr9i
I installed it on a up to date buddypress install. It worked as promised.
I deactivated it but the Invite Code field still showed up on the buddy registration form.
I uninstalled it via the wordpress interface and the Invite Code field still showed up on the buddy registration form.
How to resolve this?
]]>Hi,
I have not installed your plugin yet, but I want to make sure it will do what I need to accomplish. I need to enable users to send invitations to their friends so when they click the link in the email they receive, they will be able to register with my site and be part of the network of the inviter (like in friends list/network). This is Just like Facebook in away.
Thanks.
Dave
]]>Hi! I’m using the WP-invites plugin… it works quite fine. I can generate codes and register a new user with an invitation code. The new user receives the e-mail with password, so that works perfect. But when I click on “REGISTER” after filling out username, e-mail and invitation code the following error shows up:
Warning: Cannot modify header information - headers already sent by (output started at /home/patrick/domains/patrickbeuken.nl/public_html/downunder/wp-content/plugins/wp-invites/wp-invites.php:26) in /home/patrick/domains/patrickbeuken.nl/public_html/downunder/wp-includes/pluggable.php on line 1178
So for noob users it’s not clear that their registration went fine. Any idea how to solve this?
]]>You say the plugin “should” work with BuddyPress. I would like to know how. The BuddyPress default registration form does not have a space for the invitation code. And of course, all the registration links default back to /register instead of the default WP registration page (which does have the code field).
Any chance of a fix, or a shortcode to add to the /register page to display the form?
]]>Do I network activate, or activate on my primary site? I have tried both. There is no “Site admin >> WP-invites” anywhere that I can find. Help, I really want this to work.
]]>I believe there is a bug at the current version of this plugin. It gives the error “Wrong invite code” at the registration.
]]>I am using “WordPress Social Login” plug-in on my site to allow users to login using their Facebook and Google id. I would like to use WP-Invites plug-in so that I can secure the registration to only invites. I installed the WP-Invites plugin, but it does not work with the Social plug-in. It by passes the code the moment the user clicks on the social login. IS there a way to integrate these two?
]]>When a user tries to register they get the error:
“Error:Wrong invite code”
This happens in two seperate builds of WP I have with and without buddy press
such a shame! really wanted this to work!
Just installed, activated and clicked on “View created codes” from /wp-admin/plugins.php?page=manage_invites .. and got this warning.
No database selected
( ! ) Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in \wp-content\plugins\wp-invites\wp-invites.php on line 175
Warning when generating codes
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in \wp-content\plugins\wp-invites\wp-invites.php on line 47
Why is this plugin using mysql_query, etc and not $wpdb?!?!!?
]]>I’m using Theme My Login and WP-Invites, but in my registration page i get this error:
Fatal error: Call to a member function get_error_message() on a non-object in /home/android/public_html/wp-content/plugins/wp-invites/wp-invites.php on line 243
What is happening?
There is anyway I can solve that?
Thank you.
]]>With the new version of BuddyPress out, (1.6), there is no more side menu dedicated for it. So, when WP-invites recognizes that you have BuddyPress, it tries to add a submenu to a nonexistent menu. This plugin is very outdated, and I encourage the developer (Jehy) to update their code likewise:
Go to your /wp-content/plugins/wp-invites/wp-invites.php file and find the line function invites_add_admin_menu()
.
Then, replace it with:
function invites_add_admin_menu()
{
global $wpdb, $bp;
if ( is_site_admin() )
add_submenu_page('plugins.php','WP-invites','WP-invites',8,"manage_invites",'invites_admin');
}
Watch those brackets.
Good luck with your work!