makeonlineshops
Forum Replies Created
-
Hello, can we now deleted more than 10 ? Thank you.
Thank you so much !
So did I understand well ? If we type and Email in the the email field, we will automatically get an email with the error list ? (we cannot select NEVER)
We cannot be notified only about file size without deleting the cron job ?
Great plugin anyway !
Thank you, but I see on your websites that you also have an extension for amazon ses ? So it works for sure ?
Forum: Plugins
In reply to: [WooCommerce] SQL error comment_type != ‘webhook_delivery’Oh I just see this error also !
Sorry but can you explain more what should be done ? And why do I have to do this, what about a new version of the plugin ?
I understand here that I have to change 2 lines ?
https://github.com/woocommerce/woocommerce/pull/15862/files
In this Woocommerce file ?
includes/class-wc-comments.phpThank you.
- This reply was modified 8 years, 10 months ago by makeonlineshops.
- This reply was modified 8 years, 10 months ago by makeonlineshops.
Forum: Plugins
In reply to: [WP Offload SES Lite] Newsletter plugin using WP SES to send emails ?Sorry, I just found that Newsletter plugin hs a paid extension to use Amazon, so I guess that it won’t work without it.
I might buy it later but for now the website is too small, so if someone knows a newsletter plugin that works directly with Amazon, thank you !
Hello, any feedback on this to know if your plugin will use AMAZON SES ?
I have installed this plugin:
https://wordpress.org/plugins/wp-ses/And now website email are sent through Amazon SES.
So your plugin newsletter should also be sent though amazon ?
Thanks a lot.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Amazon SESThank you, but at the end the result is the same ?
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Amazon SESHello, can you confirm that it’s fine using Amazon SES ?
Also, sorry to ask here, but I do not understand the difference between this plugin and WP SES https://wordpress.org/plugins/wp-ses/
I just want that my shops emails stop going to spam. Can you tell me if I can use any of the 2 emails ?
Thank you for your help.
Forum: Reviews
In reply to: [WP Offload SES Lite] Make sure setup IAM user with SES only!Hello, I tried to create a IAM user but couldn’t find the permission that you talk about:
ListIdentities, SendEmail, SendRawEmail
To use all features, you’ll also need VerifyEmailIdentity, DeleteIdentity, GetSendQuota, GetSendStatisticsIs it really a problem if I use a global user ?
Thank you for your great plugin.
Forum: Plugins
In reply to: [WooCommerce] Disable Woocommerce CRON JOBS, can I run them manually ?Thank you.
I have finally set up a server cron once a day. Why should we run cron every hour on a low trafic shop ?
Thank you for the list, maybe someone can help explain more ?
– background e-mailer (what kind of Email ? I think when an order is made, an Email is sent instantly, not waiting for a cron ?)
– background database updater (when does it happen and why ?)
– clean-up of sessions (twice daily) (what if I do it once a day ?)
– opt-in WC usage (daily) (what is this ?)
– internal version transients (what is this ?)
– timing out of cancelled Orders (one a day ok ?)
– webhooks support (what is this ?)
– automated stock release for held stock (I do not use stock)I found these cron jobs that I do not understand on my install, do you know what they are?
jp_purge_transients_cron
grunion_scheduled_delete
update_network_countsI understand these ones and I think that once a day is enough ?
wp_scheduled_auto_draft_delete
wp_scheduled_delete
wp_version_check
wp_update_plugins
wp_update_themes
woocommerce_cleanup_sessions
woocommerce_geoip_updater
woocommerce_tracker_send_event
woocommerce_scheduled_salesThank you so much for your help !
- This reply was modified 8 years, 10 months ago by makeonlineshops.
Jetpack is always a problem and Akismet leaves a cron job even after you uninstall and delete it:
akismet_scheduled_delete
Forum: Fixing WordPress
In reply to: Disable wp-cron.php even when someone visits the page ?Thank you, so I can put this in .htaccess and nobody will be able to run the file ?
I think all .pho files should be blocked by default on any wordpress install.
I now understand why so many people are hacked ! But I guess that it’s a good business to clean all these hacked installs…
Forum: Fixing WordPress
In reply to: Disable wp-cron.php?Automatic cron is useless and often still a problem in 2017.
I read everywhere that people disable it with
define(‘DISABLE_WP_CRON’. true);
(be careful, define(‘DISABLE_WP_CRON’. ‘true’); IS INCORRECT)But at the end, even if you disable it, bots or anybody can run it by visiting this page:
wp-cron.phpSo is there any solution to stop this script to run totally even if someone visits this page ? yourdomain.com/wp-cron.php
Thank you.
Thank you, but how to know which cron should really be run ?
Also I have found thanks to your plugin that some other plugins that I have uninstalled have let some cron jobs active.
So maybe better check on all websites if some deleted plugin have let some useless cron jobs (have you ever heard about this problem ?)
Thank you again for the great plugin.
Forum: Fixing WordPress
In reply to: Disable WordPress CRON JOBS, can I run them manually ?These cron job can slow down your website, better deactivate if they are not useful at all.