When you click the link, you get a “There has been a critical error on this website” and it prevents account activation.
Error from PHP log:
PHP Fatal error: Uncaught TypeError: base64_decode(): Argument #1 ($string) must be of type string, array given in /Users/user/Local Sites/site-name/app/public/wp-content/plugins/google-site-kit/includes/Core/Storage/Data_Encryption.php:90
Site info:
Multisite
WordPress 6.3.1
PHP 8.2.10
Site Kit 1.110.0 (installed and activated but no account connected)
I’ve gone in and manually added a string check to bypass the critical error as a temporary solution on line 90 in Data_Encryption.php
if ( ! is_string( $raw_value ) ) {
return false;
}
Let me know if there is anything else I can provide to help out.
I got the confirmation email that my account is activated a couple of days ago.
The email that sending works also came through.
But when I try to create a newsletter and try to sent it, I get this error message:
You’ll soon be able to send once our team reviews your account. In the meantime, you can send previews to your authorized emails.
]]>Thanks
]]>How can I change programmatically URL redirect after email activation?
I’m talking about “URL redirect after e-mail activation” in the User Role Registration Options but want to set this dynamically in the code depending on the user choices.
Thank you in advance.
All the best,
Patrick
perhaps the solution is obvious to you, but I couldn’t find any help so far.
I’d like new users of my wordpress page after their registration to activate their account. Therefore I activated the “account activation e-mail in the um settings. The e-mail is being sent and the href=”{account_activation_link} is at its place. However, the e-mail being sent doesn’t contain a link but only plain text: “Activate your account here”.
Do I still have to create a page the link leads to? If so, how do I make the “account_activation_link”-placeholder refer to it?
And in general: Is my idea right to activate this account activation in order to reduce spam and strengthen the security of my site?
Thanks for your help
Max
]]>Derek
]]>We have a problem after activating 2 keys. First key dident work since I used a gmail-account and therefore we ask for a new key which we accepted and confirmed.
We believe that our account should have approved long time ago.
We have tried sending e-mails (welcome e-mails)
Its says as soon as our team have approved your account – you are able to send e-mails.
Furthermore the subscribers dont automaticly get added as confirmed to our list.
We only have 48 e-mails (subscribers) added the list so it cant be that we have come to the limit of subsribers (1.000)
Here is our key: de6c6fc1c1bdd9dd889386b29127df97
System information:
name: Pernille Bach Renleff
email: [email protected]
PHP version: 7.4.14
MailPoet Free version: 3.57.1
MailPoet Premium version: N/A
MailPoet Premium/MSS key: de6c6fc1c1bdd9dd889386b29127df97
WordPress version: 5.6
Database version: 10.3.27-MariaDB-1:10.3.27+maria~focal
Web server: Apache
Server OS: Linux type1.dk 5.4.0-29-generic #33-Ubuntu SMP Wed Apr 29 14:32:27 UTC 2020 x86_64
WP_MEMORY_LIMIT: 40M
WP_MAX_MEMORY_LIMIT: 2147483648
WP_DEBUG: false
PHP max_execution_time: 300
PHP memory_limit: 2147483648
PHP upload_max_filesize: 256M
PHP post_max_size: 256M
WordPress language: da_DK
Multisite environment?: No
Current Theme: Ultra Premium (version 2.6.1)
Active Plugin names: accordion-blocks/accordion-blocks.php, add-to-any/add-to-any.php, akismet/akismet.php, cookiebot/cookiebot.php, custom-css-js/custom-css-js.php, enable-media-replace/enable-media-replace.php, facebook-page-feed-graph-api/facebook-page-feed-graph-api.php, getwid/getwid.php, google-site-kit/google-site-kit.php, mailpoet/mailpoet.php, nextend-smart-slider3-pro/nextend-smart-slider3-pro.php, onecom-themes-plugins/onecom-themes-plugins.php, onecom-vcache/vcaching.php, really-simple-ssl/rlrsssl-really-simple-ssl.php, relevanssi/relevanssi.php, revisionary/revisionary.php, shortcodes-ultimate/shortcodes-ultimate.php, siteorigin-panels/siteorigin-panels.php, so-widgets-bundle/so-widgets-bundle.php, testimonial-builder/testimonial-builder.php, ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php, ultimate-blocks/ultimate-blocks.php, wordpress-seo-premium/wp-seo-premium.php, wordpress-tooltips/tooltips.php, wp-smushit/wp-smush.php, wp-super-cache/wp-cache.php, wpforms-lite/wpforms.php
Sending Method: MailPoet
Sending Frequency: 25 emails every 5 minutes
Task Scheduler method: WordPress
Cron ping URL: https://www.type1.dk?mailpoet_router&endpoint=cron_daemon&action=ping
Default FROM address: [email protected]
Default Reply-To address: [email protected]
Bounce Email Address: [email protected]
Total number of subscribers: 48
Plugin installed at: 2020-09-22 20:07:16
Please can you help us?
BR
Pernille Renleff
I am currently developing a pretty complex WordPress site and we’re having an issue with any new user signing up on the site.
Upon signing up WordPress requests they check their email to verify it.
Wordpress sends them a link and when they click on the link it automatically generates an “Activation Key” that is already put into the activation key field on the website.
When they click activate is says “Please provide a valid activation key”
This is a pretty big issue and is currently halting the launch of the website. I contacted the theme developer who didn’t help and said it was an issue on the WordPress side of things.
I would ideally like them to just click the link to activate their account and not have some weird activation key but I’m not sure if that is possible.
We’re running a pretty good amount of plugins on the website.
I can list them all here if needed.
Screenshots for reference: https://gyazo.com/18e3b81e1ec36ea80da478f52c285359
https://gyazo.com/65afd708801569972f85c10faa1ddae8
Thanks in advance!
]]>