• Resolved SantaCruze

    (@santacruze)


    Heya there,

    I tried to Update Version 1.0.40  to the newest ones. But once i update the Plugin its stuck on “Booting up Koko Analytics Dashboard”. It also gives me a lot of Error-Messages like these:

    FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “current” on bool in /home/wp/disk/wordpress/wp-admin/update-core.php on line 41PHP message: PHP Warning: Attempt to read property “locale” on bool in /home/wp/disk/wordpress/wp-admin/update-core.php on line 43PHP message: PHP Warning: Attempt to read property “locale” on bool in /home/wp/disk/wordpress/wp-admin/update-core.php on line 45PHP message: PHP Warning: Attempt to read property “locale” on bool in /home/wp/disk/wordpress/wp-admin/update-core.php on line 51PHP message: PHP Warning: Attempt to read property “current” on bool in /home/wp/disk/wordpress/wp-admin/update-core.php on line 67PHP message: PHP Warning: Attempt to read property “response” on bool in /home/wp/disk/wordpress/wp-admin/update-core.php on line 77PHP message: PHP Warning: Attempt to read property “current” on bool in /home/wp/disk/wordpress/wp-admin/update-core.php on line 163PHP message: PHP Warning: Attempt to read property “locale” on bool in /home/wp/disk/wordpress/wp-admin/update-core.php on line 164PHP message: PHP Warning: Attempt to read property “locale” on bool in /home/wp/disk/wordpress/wp-admin/update-core.php on line 173PHP message:

    I also tried the Versions 1.1 and 1.1.1 with the same errors. Once i downgrade to 1.0.40 it works again.

    Any suggestions how to fix it?

    • This topic was modified 1 year, 5 months ago by SantaCruze.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hello SantaCruze,

    Thank you for the report. Are you using an ad-blocker by any chance? If so, does the plugin work with the ad-blocker disabled?

    Thread Starter SantaCruze

    (@santacruze)

    Hey,

    No iam not using an AdBlocker.

    Plugin Author Danny van Kooten

    (@dvankooten)

    Thanks for getting back @santacruze – that’s a really strange issue you’re having. Can you please check your browser console to see if there are any messages listed there?

    Usually you can open your browser console by right-clicking the page and choosing “Inspect” and then opening up the “Console” tab.

    Here’s some more info on how to open it in the various browsers out there: https://balsamiq.com/support/faqs/browserconsole/

    Let me know please.

    Thread Starter SantaCruze

    (@santacruze)

    Heya,

    There you go:

    admin.js:2 Uncaught TypeError: Cannot read properties of undefined (reading ‘default_view’)
    at admin.js:2:126982
    at Array.filter ()
    at i.value (admin.js:2:126944)
    at new i (admin.js:2:126528)
    at U (admin.js:2:39146)
    at T (admin.js:2:36424)
    at U (admin.js:2:40642)
    at T (admin.js:2:36424)
    at U (admin.js:2:40642)
    at T (admin.js:2:36424)

    Thread Starter SantaCruze

    (@santacruze)

    Update:

    I found the problem. Iam using the Webcraftic Clearfy to minimize CSS and JS Files. If “Remove Version numbers from JS Files / Scrips” is activated, it doesnt load up koko analytics.

    Sincerely

    Stefan

    Plugin Author Danny van Kooten

    (@dvankooten)

    Hello @santacruze,

    Thanks for the update and glad that it’s resolved now.

    Your browser was probably serving you an older version of our JavaScript from your browser’s cache. The version numbers are there to ensure that the latest version is loaded. It is still served from cache (if your server is configured to do so, which yours looks like it is), but it just ensures that a new version will trigger a cache refresh.

    For example, when a browser sees the URL koko-analytics/script.js it will check the cache to see if it’s already there. With version strings attached, it will see koko-analytics/script.js?v=1.0.5 and koko-analytics/script.js?v=1.0.6, which are two different things.

    Removing version strings (especially in your admin area) will not do anything to improve your website’s performance and can potentially break a lot of things. We don’t recommend having that setting enabled.

    Just some info for others that may be reading this in the future and wondering what’s up. Sorry if you already knew all this.

    Danny

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Update Failing’ is closed to new replies.