• Resolved fsminoz

    (@fsminoz)


    There seems to be a problem in the file admin/js/slimstat.admin.js

    Line 499 looks like this: if ( typeof values[ 2 ] == ‘string’ ) {

    values is null and throws an error.

    If line 499 is changed like this: if ( values != null && typeof values[ 2 ] == ‘string’ ) {

    the problem resolves.

Viewing 3 replies - 1 through 3 (of 3 total)
  • imjino

    (@imjino)

    Same here.
    It happens with a new website that has not use Slimstat before. So, cached is not the reason.

    Plugin Author Jason Crouse

    (@coolmann)

    @imjino, your behavior on these forums is borderline reprehensible. Please refrain from hijacking every single new post you see on this forum. It’s not respectful of the time we dedicate to support our plugin! Thank you.

    @fsminoz, next time please check other similar threads before opening a ticket for a given issue. As I mentioned, we are about to post a bugfix. Stay tuned.

    Best,
    Jason

    imjino

    (@imjino)

    Hello, Jason
    I am really sorry. I will not repeat it again.
    All the best
    ImJino

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blank Views on Dashboard Bug’ is closed to new replies.