[Severe] A bug corrupts saved settings after 1.3.5.5 update
-
Problem: Editing and then previewing an existing post may result in database corruption.
To replicate, open an existing post, edit the content, then preview the edited version. Continue editing and preview a couple of times may trigger the corruption which shows several PHP warnings instead of the preview page. The preview page can no longer be shown.
My early investigation indicates a corrupt record is probably fetched by $existingListJson = get_option( WPACU_PLUGIN_ID . ‘_global_unload’) in classes/Main.php.
Since the preview does not work. Either of the followings can circumvent the issue:
– Disable this plugin (this leaves the error unchecked)
– Restore the site’s database1.3.5.4 is clean from this problem. Currently, a database restore and rollback to 1.3.5.4 is needed to fix it.
- The topic ‘[Severe] A bug corrupts saved settings after 1.3.5.5 update’ is closed to new replies.