• Resolved massimod

    (@massimod)


    Audit Trail Viewer with today’s update doesn’t work at all.

    Opens “javascript:{ jQuery( ‘.icwp-carousel’ ).carousel( 3 );}” and a page with “[object Object]”

    Thanks

    UPD: Actually a lot of top menu options (Help for example) have the same problem with all options and not only audit logs.

    • This topic was modified 7 years ago by massimod.
Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author Paul

    (@paultgoodchild)

    You probably have a plugin that’s including other Javascript – perhaps Bootstrap – and it’s conflicting. It’d be worth finding out which plugin it is.

    If you find the plugin, it’d be worth asking them to include their JS includes only on their plugin pages, not the whole wp admin.

    raaseresa

    (@aninstanceofme)

    Exactly the same issue here. All was fine until the latest update.

    I’m getting this in the console: Source map error: request failed with status 403
    Resource URL: https://www.mydomain.com/wp-content/plugins/wp-simple-firewall/resources/css/bootstrap4.css?ver=6.3.01074050386&mtime=1518435684
    Source Map URL: bootstrap.css.map

    Accessing the above URL directly responds with a 200, no problem.

    • This reply was modified 7 years ago by raaseresa.
    • This reply was modified 7 years ago by raaseresa.
    Thread Starter massimod

    (@massimod)

    @paul

    I already disabled ALL plugins and no luck.

    Also i switched to default WP theme, just in case, and also no luck.

    Plugin Author Paul

    (@paultgoodchild)

    Did you have a look to see if another plugin was adding Bootstrap to the WP admin pages?

    raaseresa

    (@aninstanceofme)

    Upon further investigation, the issue appears specific to Firefox. Using Google Chrome to access the audit viewer works without problem.

    Plugin Author Paul

    (@paultgoodchild)

    Are you running the latest Firefox?

    Thread Starter massimod

    (@massimod)

    @aninstanceofme

    You are RIGHT !!! This is happening only with Firefox (my versions 64bit latest).

    Nothing to do with WP / The Shield and plugins.

    raaseresa

    (@aninstanceofme)

    @paultgoodchild Yes Paul, 58.0.1 (KDE Neon – Ubuntu base).

    Plugin Author Paul

    (@paultgoodchild)

    Also, the source map error is only a console error and wont affect this.

    I’ve rejigged the javascript for that, would either 1 of you fancy testing it?

    • This reply was modified 7 years ago by Paul.
    raaseresa

    (@aninstanceofme)

    @paultgoodchild Yes, by all means, happy to help

    Plugin Author Paul

    (@paultgoodchild)

    Great. Here is the hotfix branch:
    https://github.com/FernleafSystems/Shield-Security-for-WordPress/tree/hotfix/6.3.1

    Use the green button to download the ZIP.

    You can either replace all the files in the plugin folder (which will take a while over fTP), or manually select them. Here are the files to manually update – just the 5:

    • resources\js\plugin.js
    • templates\php\snippets\module-actions-template.php
    • templates\php\snippets\module-help-template.php
    • templates\php\snippets\module-wizard-template.php
    • templates\php\snippets\options_form.php

    Hopefully this helps with it. Otherwise I’m not sure of the solution at the moment…

    • This reply was modified 7 years ago by Paul.
    Thread Starter massimod

    (@massimod)

    @paultgoodchild

    The above fix seems to work fine.

    Thank you.

    Plugin Author Paul

    (@paultgoodchild)

    great news! Thanks so much for testing… I’ll probably push that out shortly.

    raaseresa

    (@aninstanceofme)

    Confirmed – that solved it. Thanks!

    Plugin Author Paul

    (@paultgoodchild)

    Delighted! ?? Thanks!

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Audit Trail Viewer with today’s update’ is closed to new replies.