gd42ppv
Forum Replies Created
-
Hello @neosinner
Thanks for this information. I’ve changed the setting.
This issue is resolved, thank you all.
Hello @simplysaru
I still have lines in the logs indicating a premium version not installed:
I don’t have a premium license; the plugin is not the premium version; my account is “Free for up to 500 subscribers.”
How is it done?Hello @simplysaru
I just regenerated the key and entered it on my website. I’ll keep you updated on the logs in the coming days.Hello @neosinner
Thank you for this clear answer. I added the command on the server and enabled the “Server-side cron (Linux cron)” setting.
It seems to be working, a line has been added to the logs, this one:[2025-05-31T04:11:03.573319+00:00] premium.INFO: key-validation.failed {"http_code":403,"home_url":"https://www.my-website.fr","key_type":"premium"} {"free_plugin_version":"5.12.4","premium_plugin_version":"premium not installed"}
I don’t have a premium license; my account is “Free Up to 500 subscribers.”- This reply was modified 12 months ago by gd42ppv.
Hello @simplysaru
We’re going around in circles.
Why would I need to add a command on the server to run the MailPoet cron job when it’s already called by the WordPress cron job every 2 minutes?Hello @thup90
As I’ve written several times, I run the WordPress cron myself every 2 minutes with a bash command on the server. And the WordPress cron runs the MailPoet cron, as @geraltrivia confirmed here
So if I set the MailPoet command on my server, that will cause the MailPoet cron to run twice, right?
Hello @guicmazeredo
I received a response from support directing me to this:
/opt/alt/php81/usr/bin/php /home5/xxx/public_html/my-website.fr/wp-content/plugins/mailpoet/mailpoet-cron.php /home5/xxx/public_html/my-website.fr/
At the same time, I enabled the “Server-side cron (Linux cron)” setting on MailPoet.
Result: I no longer receive error emails.But I’m missing something. Since I run the WordPress cron every 2 minutes, one of your colleagues confirmed that the MailPoet cron also runs. So I don’t understand why you’re making me add a command to my cPanel; it’s a duplicate.
Hello @guicmazeredo
I just contacted my hosting provider again. I’ll let you know their response.
Hello @guicmazeredo
I refer you to this message
Hello @simplysaru
Here’s my website
I’m currently developing it, so the front end is empty for now.Hello @simplysaru
Sorry for the late reply, I had a busy week between two trips.
I don’t have a premium license; my account is “Free Up to 500 subscribers.”
I checked the key and the one installed on my website is correct.Hello @geraltrivia,
Here is the translated response from my host:
From what I can see in the logs, there are two main different things:
key-validation.failed {"http_code":403,"home_url":"https://www.my-website.fr","key_type":"premium"}
The site is trying to validate a premium key, but the premium plugin isn’t installed.
To fix this, you can try going to MailPoet > Settings > License Key and clearing any keys entered.And:
Daemon run ended too early! [...]
This isn’t a fatal error, but a simple warning.
The MailPoet daemon started but stopped immediately, without performing any work.
This may indicate that wp-cron.php is running too often and that no tasks actually needed to be executed.What do you think? I haven’t touched anything yet.
Hello @geraltrivia
Sorry for the late reply, I’ve had other priorities these past few days.
To answer your question, that’s correct.
I’m glad to hear that the MailPoet cron is running fine.
I’m contacting my hosting provider to see if they know why the MailPoet cron is stopping prematurely.
I’ll keep you updated on their response.Hello @thup90
I’m going to contact my host, but first I’d like to understand.
As I wrote, I run the WordPress cron myself from Cpanel with this in a bash command:
wget -q -O - "https://www.my-website.fr/wp-cron.php?doing_wp_cron"
Shouldn’t that run everything scheduled on my site, including MailPoet?In the plugin settings, I left the default box enabled (the recommended option) as the code provided by the plugin doesn’t work. In the logs, I see MailPoet lines, so the MailPoet cron is running correctly, right? Even if there are errors.
Hello @geraltrivia
Before processing your recommendations, I noticed these lines in the MailPoet logs:

I remind you that I disabled the automatic WordPress cron job and ran it myself from Cpanel using a bash command like this:
[...]
wget -q -O - "https://www.my-website.fr/wp-cron.php?doing_wp_cron"
[...]Does this mean that the MailPoet cron job is already running and I don’t need to do anything?