samsterid
Forum Replies Created
-
I opened a ticket with UpdraftPlus support and their response (below) also recommended the S3 Genereic option – working so far for my backups:
“To proceed, please try selecting the S3-Compatible (Generic) option in your remote storage settings. Once selected, you’ll need to enter the access key, secret key, location, and the correct endpoint provided by DreamHost for their new S3-compatible service. This setup should allow UpdraftPlus to communicate properly with their updated storage system.”
Sam- This reply was modified 1 year ago by samsterid.
Forum: Fixing WordPress
In reply to: Update WordPress Another update is currently in progressI had this exact same error:
“Another update is currently in progress” but no core_updater.lock in _options table
I finally figured out that my database had a few tables that were not set to auto increment the Primary ID
This condition usually results in the latest record to have an ID of zero, and THEN no more records can be added to that table.
Screws up a lot of things especially if the wp_options table is the culprit.
So I fixed that setting for the tables that matter, and all seems to be good now.`
WordPress update to 6.02 installed fine after the fix
Sam
Forum: Plugins
In reply to: [CKEditor for WordPress] The "Source" button vs. the "HTML" tabHi Patrick,
I don’t know the purpose of the Source button either.
For the HTML view to work properly, make sure you have disabled Advanced Content Filter under CKEditor/Advanced SettingsIf enabled, CKEditor will strip all HTML tags that are not allowed by CKEditor plugins.
Not sure if that is enabled by default, but it will mess things up when switching between Visual and HTML.
I have not tried using the Source button, but it has one advantage over the HTML tab – the Full Screen button is available when using the Source button
Sam