Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • clearing the cache, logging in and out, and repeating the cache clearing.

OR

  • Click edit > ... > view changes > then return to current version

OR

  • In edit mode for your page, in the URL address bar of the browser edit the URL to replace "/edit-v2" with "/edit/".  Then refresh the editor using that changed URL.  Then you can publish the page.
    • Some users have reported that this did not work for them but it is known to work for some users.

OR

  • Create a new bookmark on any page in your browser.
    Edit the bookmark: change name to 'Fix page' (or any other suitable name) and change address to the following:
    javascript:fetch('/wiki/rest/tinymce/1/content/' + /pages(\/\w-)?\/(\d)/g.exec(location.href)2 + '/draft/diff').then(() => console.log('Page fixed')).catch(() => console.log('Error'));
    Save the bookmark. For convenience move it to some easily accessible place (for example Bookmarks Bar in Chrome).
    Navigate to the page that you can't edit and invoke the added bookmark. You should now be able to edit the page.

OR

  • Navigate to the page that you can't edit and open Developer Tools (Chrome), Web Inspector (Safari) or the alternative in your browser.
    In the Developer Tools open Console.
    Paste the following code to the console and press Enter
    fetch('/wiki/rest/tinymce/1/content/' + /pages(\/\w-)?\/(\d)/g.exec(location.href)2 + '/draft/diff').then(() => console.log('Page fixed')).catch(() => console.log('Error'));
    You should see the "Page fixed" message, and after that you should be able to edit the page.


Our issues track CPTC-82