• Resolved siradhanaventures

    (@siradhanaventures)


    Hi there,

    First of all, Thanks for such a wonderful plugin to send push notifications with ease.

    After i installed it on our site, It was not sending push notif. to users, Neither We were able to save settings, Most of things were not happening.

    In browser console , we were getting this: gettting: Uncaught SyntaxError: Unexpected token ‘)’ admin.js 890

    then, we checked the exact file in your plugin’s assets/js/admin.js : line no. 890

    There is a missing “}” parentheses.

    Then we added and checked & Everything start working!

    So please fix this and Update your plugin in the repo.

    Thanks!

    Ref:

                            if ( previewId ) {
                                var $img  = $( '#' + previewId );
                                var $wrap = $( '#' + previewId + '-wrap' );
                                $img.attr( 'src', attachment.url );
                                if ( $wrap.length ) {
                                    $wrap.show();
                                }
                            } // <-- Added closing brace for: if ( previewId )  

    One more:

    When deleting any subscriber, Getting this:

    admin.php?page=whoknew-signal-push-notifications&tab=subscribers&deleted=1

    Sorry, you are not allowed to access this page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @siradhanaventures,

    Thank you so much for the detailed report — and especially for pinpointing the exact line and the missing brace! That kind of specificity makes a huge difference and let us track down and fix both issues right away (the JS error and the subscriber delete redirect were actually related to the same root cause).

    Both are fixed in version 2.0.1, which is now live. Please update and let us know if you run into anything else.

    Really appreciate you taking the time to dig into this and report back instead of just uninstalling — it genuinely helps us make the plugin better for everyone. If you’re finding WhoKnew Signal useful, a review on the WordPress plugin page helps other site owners discover it. No pressure either way, and thanks again for your patience while we got this sorted.

    All the Best,
    Jos
    WhoKnew™

    Thread Starter siradhanaventures

    (@siradhanaventures)

    Thanks for sorting this out 🙂

    Thread Starter siradhanaventures

    (@siradhanaventures)

    Resolved!

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

You must be logged in to reply to this topic.