• jynxy

    (@jynxy)


    Please bring back the old dashboard,

    I have 100’s of sites i maintain, not only have i had to redo them all, what used to take 2 mins to fill out the whole of the settings, it now take 20 mins.

    Its not clear what is active, what things are enabled etc, much prefer the old design, alot clearer and simpler to use.

    This has now seriously put me off the pro version which i had been considering.

    Thanks

    https://wordpress.org/plugins/better-wp-security/

Viewing 1 replies (of 1 total)
  • Gerroald

    (@gerroald)

    Hi,

    I’m sorry to hear that you have run into this. Have you already resolved this? If not, you can run the query below it will revert your post-update options. Then you can update to 5.4.1.

    1. — Single Site – remember that the prefix could be something OTHER than wp_
    2. —
    3. DELETE FROM wp_options WHERE option_name = ‘itsec-storage’;
    4. UPDATE wp_options SET option_value=REPLACE(option_value, ‘s:5:”build”;i:4041’, ‘s:5:”build”;i:4040’) WHERE option_name = ‘itsec_data’;
    5.
    6.
    7. —
    8. — Multisite – remember that the prefix could be something OTHER than wp_
    9. —
    10. DELETE FROM wp_sitemeta WHERE meta_key = ‘itsec-storage’;
    11. UPDATE wp_sitemeta SET meta_value=REPLACE(meta_value, ‘s:5:”build”;i:4041’, ‘s:5:”build”;i:4040’) WHERE meta_key = ‘itsec_data’;

    Thanks,

    Gerroald

Viewing 1 replies (of 1 total)

The topic ‘Bring back old dashboard’ is closed to new replies.