tkodw
Forum Replies Created
-
Hallo,
ich möchte kurz anfragen, ob du bereits Gelegenheit hattest bezüglich des o.g. Templates etwas auszuarbeiten und ob es bereits einen Release-Termin für die Pro Version gibt?Besten Dank und viele Grüße,
ThomasHello Meitar,
just like to get back to you with some great news 🙂
I’ve contacted the maintainer of the openpgp PHP library at github (https://github.com/singpolyma/openpgp-php) and he just released the new version 0.5.0.
Hi Meitar,
wow, that’s been a super-fast reply! 🙂As far as I know the library seems to already work with PHP 8 (see: https://github.com/singpolyma/openpgp-php/pull/109).
I see that the last release version from the library maintainer is from April 2017, but the last changes in the library are from about 5 months ago (Dec. 2020).
The “problem” which led to the error in PHP 8, as far as I found out, were just some curly braces which were changed to brackets in line 127 in openpgp.php.I’ve tested your plugin successfully with PHP 8 (without any errors) with the settings mentioned in my posting (https://ww.wp.xz.cn/support/topic/wordpress-website-breaks-with-a-php-fatal-error/#post-14339368).
If there’s anything I can help with, please let me know. I’m not that familiar with github and where to ask there for a newer release – a little hint would be appreciated 😉
Thanks again!
Hello again,
I’ve tried to change my settings as well as my policy in AWS S3 to some settings I’ve found across the internet and….
IT WORKS now with BackWPup!!!For everyone who would like to know how I got to make it work:
My set-up is:
Bucket-root -> home -> specific-user-folder (AWS IAM).
Backups are only allowed to be stored in the specific user’s folder.My AWS-policy for BackWpup is:
{ "Version": "2012-10-17", "Statement": [ { "Sid": "ListBucket", "Effect": "Allow", "Action": [ "s3:GetBucketLocation", "s3:ListBucket", "s3:ListBucketMultipartUploads" ], "Resource": "arn:aws:s3:::BUCKET-NAME" }, { "Sid": "RestrictionsForUserFolder", "Effect": "Allow", "Action": [ "s3:PutObject", "s3:GetObject", "s3:DeleteObject", "s3:ListBucketMultipartUploads", "s3:ListMultipartUploadParts", "s3:GetBucketLocation", "s3:AbortMultipartUpload" ], "Resource": [ "arn:aws:s3:::BUCKET-NAME/home/${aws:username}", "arn:aws:s3:::BUCKET-NAME/home/${aws:username}/*" ] }, { "Sid": "ListAllMyBuckets", "Effect": "Allow", "Action": "s3:ListAllMyBuckets", "Resource": "*" } ] }I would recommend to inform people in an FAQ or something like that about the permissions for BackWPup it absolutely needs to work with AWS S3.
And some more information for the developers:
I get the following error with PHP 7.4 as well as 8.0 when uploading to S3:Trying to access array offset on value of type null- This reply was modified 5 years ago by tkodw.
Forum: Plugins
In reply to: [WP PGP Encrypted Emails] wordpress website breaks with a php fatal errorHello Meitar,
I’ve just read this support thread and recognized that in your version 0.7.5 the openpgp.php file (https://plugins.trac.ww.wp.xz.cn/browser/wp-pgp-encrypted-emails/tags/0.7.5/vendor/singpolyma/openpgp-php/lib/openpgp.php) does not fit the one in the latest singpolyma (https://github.com/singpolyma/openpgp-php). In line 127 in your file there are still the curly braces while in the singpolyma openpgp.php the “problem” is solved by using brackets.
I’ve exchanged the folder singpolyma of your version 0.7.5 with the folder of https://github.com/singpolyma/openpgp-php and there are no more errors with PHP 8 as far as I can see at the moment.
I hope I could help a bit and thanks a lot for creating this fantastic plugin!
Best regards!Hallo Thomas,
das klingt super und wäre vorallem auch schneller umzusetzen.
Würde mich auf alle Fälle interessieren.Viele Grüße!
Hallo,
vielen herzlichen Dank für deine Rückmeldung.
Die “Idee” bzw. die Pläne meinerseits diese Bilderseite derart einzurichten kam, als ich recherchiert habe, was so aktuell an Möglichkeiten vorgeschlagen wird, wie man einen Bildnachweis führen sollte, wenn sich dies nicht direkt am Bild oder am Seitenende aus stylistischen Gründen ausführen ließe.
So wurde u.a. vorgeschlagen eine separate Bildnachweis-Seite zu führen, jedoch untergliedert nach Seiten (z.B. Startseite) mit Angabe eines Thumbnails sowie der entsprechenden weiteren Nachweise wie z.B. Bildbezeichnung und Fotograf. Die Angabe des Thumbnails sollte dann eine unmittelbare Identifikation zulassen, wenn jemand wissen will, wer ein bestimmtes Bild erstellt hat, was bei vielen Bildern sich dann nicht mehr unmittelbar aus einer Angabe von Bezeichnung und Fotograf allein herausfinden lassen sollte.
Ob das jetzt rechtlich zwingend notwendig wäre, kann ich leider nicht beurteilen.
Ein Beispiel, zwar ohne Thumbnails, jedoch mit erweiterten Angaben zur Platzierung hat z.B. die AOK: https://www.aok.de/kp/hessen/rausausdemhaus/footer-navigation/rechtliches/bildnachweis/
Die Deutsche Gesetzliche Unfallversicherung (DGUV) z.B. arbeitet in ihrem Bildnachweis mit Angaben zu den einzelnen Seiten, aber statt Thumbnails nutzen die Links zu den Bildern: https://www.dguv.de/de/wir-ueber-uns/impressum/bildnachweis/fachbereiche/index.jsp
Ich hoffe, ich konnte dir damit meine Vorstellung / Pläne etwas besser darlegen.
Auf alle Fälle nochmals ganz herzlichen Dank, nicht nur für dein Plugin, sondern auch den freundlichen und raschen Support!Viele Grüße!
Super, besten Dank für Deine Rückmeldung!
Freue mich sehr darauf zu sehen (und auch auszuprobieren) wie es weitergeht mit Image Source Control.