TimThemann
Forum Replies Created
-
From what I can see, esc_html() has been added to $label in Templates/Front/Comment/checkbox.php. The backend says that HTML code is allowed at this point. The release notes mention “Improved code quality” so I suspect this is just a little bit over the top.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Dropbox upload brokenHi Bryle,
it pretty much looks like as if the problem disappeared for no reason (no relevant change on my side). One scheduled and one manual backup completed successfully and very fast. I guess the problem has been caused by some sort of (networking?) issue at the host which has been resolved in between.
Thanks a lot for your support!
Tim
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Dropbox upload brokenForum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Dropbox upload brokenOne additional remark: If it does not complete, but stops after a few hours, it seems to be caused by an overlapping resumption (see log below). Anyway, the root cause seems to be that the actual upload to Dropbox is remarkably slow and somehow broken.
23623.971 (57) Requesting backup semaphore lock (86cf888d6364) 23623.972 (57) [Lock option (updraft_lock_86cf888d6364, wp_options) already existed in the database] debug 23623.973 (57) [Lock (updraft_lock_86cf888d6364, wp_options) could not be acquired (it is locked)] info 23623.973 (57) Failed to gain semaphore lock (86cf888d6364) - another resumption for this job is apparently already active 23623.974 (57) Failed to get backup job lock; possible overlapping resumptions - will abort this instance
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Dropbox upload brokenHi Bryle,
since I use UpTimeRobot to generate some traffic during nighttime, the backup sometimes completes successfully after > 10 hours (time needed before the problems started: a couple of minutes). From what I can see from the logs, most of the time the process waits to be rescheduled. Looks like the actual problem is the upload itself which needs to be rescheduled multiple times per file.
Thanks,
Tim
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Dropbox upload brokenBryle,
the only thing I can customize is the memory limit. Unfortunately, increasing the memory limit did not help. I’m currently talking to the hoster’s support about things they might have changed which could cause the issue etc.
Thanks,
Tim
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Dropbox upload brokenHi Bryle,
unfortunately, that didn’t cure the problem. As far as I can see, the logs pretty much look like before (the log simply ends during upload).
Thanks,
Tim
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Dropbox upload brokenForum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Dropbox upload brokenHi,
is there a way to provide the log w/o publicly posting a Dropbox or Pastebin URL?
Regards & thanks,
Tim
Forum: Plugins
In reply to: [LightPress Lightbox] WordPress 5.6 break pluginsPerfect! ?? Thanks a lot!
Forum: Plugins
In reply to: [SSL Mixed Content Fix] Google Font URLs should not be modified in AMP pagesAt least for 1.5.3, the AMP validator says “The attribute ‘href’ in tag ‘link rel=stylesheet for fonts’ is set to the invalid value ‘//fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic’. (see https://www.ampproject.org/docs/reference/spec#custom-fonts)”?
Forum: Plugins
In reply to: [Prosodia VGW OS] vs.Perfekt – danke!
Forum: Plugins
In reply to: [Prosodia VGW OS] vs.Toll! Danke! ??
Forum: Plugins
In reply to: [wp-Typography] hyphenation inSure ??
Forum: Plugins
In reply to: [wp-Typography] hyphenation inBy the way: You might want to get rid of that if-statement referring to the exclusion of
<h1>
and<h2>
at the very beginning ofPHP_Typography::process()
. After today′s fixes, these lines of code seem to be some sort of a “leftover” from an (outdated) workaround, aren′t they?Thanks again for your help :-).