Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I 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

    Hi 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 Settings

    If 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

Viewing 2 replies - 1 through 2 (of 2 total)