EverPress
Forum Replies Created
-
Forum: Plugins
In reply to: [SnapShots] Snapshot is brokenThe issue is not really related to Snapshots but your WP CLI setup. Please search Google for this error message in combination with your server to find a solution.
Once you can query db tables Snapshots should work as well!
Forum: Plugins
In reply to: [SnapShots] Snapshot is brokenAre you able to run a DB command like
wp db query "SHOW TABLES"Technically snapshots must be able to run
mysqldumbto workForum: Plugins
In reply to: [SnapShots] Snapshot is brokenPlease update your WP CLI to the latest version to support PHP 8.2:
wp cli updateAre you running Local WP?
If so you have to set the location for your socket inside the
DB_HOSTconstant in your wp-config.php:if ( defined( 'WP_CLI' ) && WP_CLI ) { define( 'DB_HOST', 'localhost:[PATHTOMYSQL]mysqld.sock' ); }Running Local on MAC makes the path looks like this:
'localhost:/Users/[USERNAME]/Library/Application Support/Local/run/[SITE_IDENTIFIER]/mysql/mysqld.sock'Hope that helps!
Got it thanks!
Here’s the statement we use on our own:{ "Version": "2012-10-17", "Statement": [ { "Sid": "MailsterAmazonSES", "Effect": "Allow", "Action": [ "ses:SendRawEmail", "ses:GetAccount", "ses:CreateEmailIdentity", "ses:ListEmailIdentities" ], "Resource": "*" } ] }Keep in mind you may have to update these when we introduce new features.
Hope that helps!
Hi again!
There are only two type of permissions for AmazonSES
- AmazonSESFullAccess
- AmazonSESReadOnlyAccess
Mailster requires the first one to send mails.
Hope that helps!
https://docs.aws.amazon.com/ses/latest/dg/security-iam-awsmanpol.html
EDIT:
As pointed out here you should use “AmazonSESFullAccess”
- This reply was modified 2 years, 8 months ago by EverPress.
Forum: Plugins
In reply to: [Mailster AmazonSES Integration] Bug report – Mailster AmazonSES IntegrationHi there!
We haven’t tested the plugin with PHP 8.2 yet. We are working on a fix!
Best Regards
Hi HarshS!
Thanks for reporting, We’ll provide a fix for this soon!
Best Regards
Forum: Plugins
In reply to: [SnapShots] Snapshot is brokenHi there!
Can you run the command from the terminal like
wp snapshot backupThis should throw an error if there’s a problem!
Forum: Plugins
In reply to: [NSFW] [Local Google Fonts] Issue with WP Hide pluginHi there!
Please get in touch with the authors of this plugin if possible. If they use native WP methods there should be a way to make this work.
Best Regards
Forum: Plugins
In reply to: [Local Google Fonts] Which Cookie use this pluginExactly, Cookies are only set once files are loaded and this plugin prevents loading fonts from Google servers.
Forum: Plugins
In reply to: [Local Google Fonts] Which Cookie use this pluginHi There!
We do not store any cookie with this plugin. If you don’t use it, Google servers may store cookies (3rd party) but if you enable this plugin and set it up fonts are loaded from your server without setting any kind of cookie.Hope that helps!
Forum: Plugins
In reply to: [Mailster Block Forms] Blocks are brocken in last versionThanks, can you get in touch with us here and mention this topic. We are looking into it!
Forum: Plugins
In reply to: [Mailster Block Forms] Blocks are brocken in last versionThanks for the explanation! Can you share a screenshot of the problem?
Forum: Plugins
In reply to: [Mailster Block Forms] Blocks are brocken in last versionHi There!
Can you please try this on our demo where the plugin is use: https://demo.mailster.co
We are not able to reproduce this on our end.
I’m looking forward to hearing from you!
Hi Matt!
Thanks for the feedback, this is definitely something useful! I’ll check how this can get implemented.
Regards