alexxha
Forum Replies Created
-
Forum: Plugins
In reply to: [AWS for WordPress] Problem with pluginbasically, after W3 Total Cache update 1 week ago.. this poly plugin breaks the site, i had to disable it …
“[09-Jun-2019 08:36:06 UTC] PHP Fatal error: Cannot redeclare Aws\constantly() (previously declared in /home/myuserbllabla/public_html/wp-content/plugins/amazon-polly/vendor/aws/aws-sdk-php/src/functions.php:19) in /home/myuserbllabla/public_html/wp-content/plugins/w3-total-cache/lib/Aws/Aws/functions.php on line 22 ”
Forum: Plugins
In reply to: [AWS for WordPress] Save “Enable Amazon Poly”Hi Tomas, case closed, there was issues with autsave in chrome. somehow after last udpate the secret key got replaced. now works thanks !
GREAT PLUGIN BY THE WAY!
Forum: Plugins
In reply to: [AWS for WordPress] Save “Enable Amazon Poly”Hi Tomaz
Im checking what went wrong. Im using Chrome and Win10.
Below is the comparison both policies version old and new( taken from installation tab on plugin page today)
A OLD that worked for a while
{
“Version”: “2012-10-17”,
“Statement”: [
{
“Sid”: “Permissions1”,
“Effect”: “Allow”,
“Action”: [
“s3:HeadBucket”,
“polly:SynthesizeSpeech”,
“polly:DescribeVoices”
],
“Resource”: “*”
},
{
“Sid”: “Permissions2”,
“Effect”: “Allow”,
“Action”: [
“s3:ListBucket”,
“s3:GetBucketAcl”,
“s3:GetBucketPolicy”,
“s3:PutObject”,
“s3:DeleteObject”,
“s3:CreateBucket”,
“s3:PutObjectAcl”
],
“Resource”: “arn:aws:s3:::audio_for_wordpress*”
}
]
}B – New that i just update based on Installation tap on plugin page
{
“Version”: “2012-10-17”,
“Statement”: [
{
“Sid”: “Permissions1”,
“Effect”: “Allow”,
“Action”: [
“s3:HeadBucket”,
“polly:SynthesizeSpeech”,
“polly:DescribeVoices”
],
“Resource”: “*”
},
{
“Sid”: “Permissions2”,
“Effect”: “Allow”,
“Action”: [
“s3:ListBucket”,
“s3:GetBucketAcl”,
“s3:GetBucketPolicy”,
“s3:PutObject”,
“s3:DeleteObject”,
“s3:CreateBucket”,
“s3:PutObjectAcl”
],
“Resource”: [“arn:aws:s3:::audio_for_wordpress*”,”arn:aws:s3:::audio-for-wordpress*”]
}
]
}Forum: Plugins
In reply to: [AWS for WordPress] Save “Enable Amazon Poly”Hi Tomaz
I have similar issue.. It worked first time .. 55 posts all worked,, text to speech converted, able to play on the site on S# able to see the mp3s, but after last update.
The setting tab under wordpress admin kee asking ”
Please verify your AWS Credentials are accurate”I did open incongnito and tried again, but same ..