ecruz165
Forum Replies Created
-
Forum: Plugins
In reply to: [NSFW] [Invitation Based Registrations] Email not sending for registrationI ran into the same symptoms. See my long post on my findings and simple workaround.
Forum: Plugins
In reply to: [Invitation Based Registrations] Is there a way to sending with two language?Premium version? Please share the details.
Forum: Plugins
In reply to: [Invitation Based Registrations] SMTP errorsHosting: WPEngine
WordPress: 5.5.1
PHP: 7.4.1I solved the issues encountered.
ISSUE #1: Uncaught TypeError:
SYMPTOM: Critical error
// Edit wp-content/plugins/invitation-based-registrations/admin/class-invitation-based-registrations-admin.php
// On line #2 Add line >> use PHPMailer\PHPMailer\PHPMailer;ISSUE #2: Exception: Message body empty
SYMPTOM: No emails were being sent.
OBSERVATION: in file: wp-content/plugins/invitation-based-registrations/admin/partials/invitation-based-registrations-admin-display.php
DETAIL: $emailbody = get_option(“invbr_email_body”); resulted as empty
WORK AROUND: Navigate to WP-Admin > Invite Users -> EMail Templates -> [click] Update Template.After clicking Update Template get_option(“invbr_email_body”) is populated and plugin works. I suspect that any web server would require the workaround done once after starting up the process.
Forum: Plugins
In reply to: [Invitation Based Registrations] Information about time limiting registrationWhere can i read about the premium version?
Forum: Plugins
In reply to: [Invitation Based Registrations] SMTP errorsI was able to replicate the issue locally using LocalWP. PHPMailer is confirmed working. Investigating further. Seems to be a WordPress compatibility issue. Seems this plugin was last tested up to: 5.5.
Forum: Plugins
In reply to: [Invitation Based Registrations] SMTP errorsI’m seeing errors in my logs as well. However, my logs state the following: PHP Fatal error: Uncaught TypeError: Argument 1 passed to Invitation_Based_Registrations_Admin::invitation_based_registrations_configure_smtp() must be an instance of PHPMailer, instance of PHPMailer\\PHPMailer\\PHPMailer given, called in /nas/content/live/iymny/wp-includes/class-wp-hook.php on line 287
I confirmed my smtp config with another program and the smpt host port, username, and password are correct.
My hosting provider is WPEngine and I’m using WP version 5.5.1, PHP 7.4 and I configured the Invite Users::SMTP Setup.