Title: Problem with version 3.0.80
Last modified: November 29, 2018

---

# Problem with version 3.0.80

 *  Resolved [Giorgio](https://wordpress.org/support/users/kmgiorgio/)
 * (@kmgiorgio)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/problem-with-version-3-0-80/)
 * Hello,
    There is a problem with javascript code when I open the site on Chrome
   and Edge. On Firefox it seems that it works properly.
 * Here is a screenshot of the error on Chrome.
    [https://ibb.co/ffNTS0](https://ibb.co/ffNTS0)
 * Thx!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-version-3-0-80%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [Giorgio](https://wordpress.org/support/users/kmgiorgio/)
 * (@kmgiorgio)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/problem-with-version-3-0-80/#post-10902233)
 * Version updated to 3.0.81, but there are still issues with Chrome and Edge.
 *     ```
       public.js:1 Uncaught TypeError: Cannot read property 'length' of undefined
           at Object.buildStreamWith (public.js:1)
           at (index):260
           at i (jquery.js?ver=1.12.4:2)
           at Object.add [as done] (jquery.js?ver=1.12.4:2)
           at Array.<anonymous> ((index):258)
           at i (jquery.js?ver=1.12.4:2)
           at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
           at Object.<anonymous> (jquery.js?ver=1.12.4:2)
           at i (jquery.js?ver=1.12.4:2)
           at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
       ```
   
 * The strange thing is that the error appears after the page is refreshed. The 
   first time the plugin seems to work correctly, but when you refresh the page 
   you receive that error message in the console.
 *  [Exo](https://wordpress.org/support/users/richardshea/)
 * (@richardshea)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/problem-with-version-3-0-80/#post-10902301)
 * Agreed, they fixed the bug I reported – but clearly didn’t test it after a refresh.
 * Mine too works first time the page is loaded, but any refresh causes it to fail–
   and browser caching means some users never get to see the feed work again during
   a session!
 * I’ve actually got Version 3.0.81 installed, but that last revision was for WP
   5.0.
 *  Thread Starter [Giorgio](https://wordpress.org/support/users/kmgiorgio/)
 * (@kmgiorgio)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/problem-with-version-3-0-80/#post-10903928)
 * I hope they solve it soon, because otherwise I should find another plugin.
 *  Thread Starter [Giorgio](https://wordpress.org/support/users/kmgiorgio/)
 * (@kmgiorgio)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/problem-with-version-3-0-80/#post-10907214)
 * Hello,
    I solved in the meantime by opening the file: /views/public.php
 * In line 253, i changed from:
 *     ```
       function isLocalStorageNameSupported() {
       		var testKey = 'test', storage = window.sessionStorage;
               try {
                   storage.setItem(testKey, '1');
                   storage.removeItem(testKey);
                   return true;
               } catch (error) {
                   return false;
               }
           };
       ```
   
 * To:
 *     ```
       function isLocalStorageNameSupported() {
       		return false;
   
               var testKey = 'test', storage = window.sessionStorage;
               try {
                   storage.setItem(testKey, '1');
                   storage.removeItem(testKey);
                   return true;
               } catch (error) {
                   return false;
               }
           };
       ```
   
 * In any case I bought the PRO version and always the same exception.
 * Waiting to fix the bug, so I have disabled the cache.
 *  Plugin Support [Oleksandr](https://wordpress.org/support/users/awesomeoman/)
 * (@awesomeoman)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/problem-with-version-3-0-80/#post-10926928)
 * Hi, we released updates for lite and pro version both. Thank you very much for
   the detailed feedback.
 *  Thread Starter [Giorgio](https://wordpress.org/support/users/kmgiorgio/)
 * (@kmgiorgio)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/problem-with-version-3-0-80/#post-10929218)
 * Thx!
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [7 years, 7 months ago](https://wordpress.org/support/topic/problem-with-version-3-0-80/#post-10929496)
 * > In any case I bought the PRO version and always the same exception.
 * For pro or commercial product support please contact the author directly on their
   site. This includes any pre-sales topics as well.
 * As the author is aware, commercial products are [not supported in these forums](https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products).
   I am sure they will have no problem supporting you there.

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

The topic ‘Problem with version 3.0.80’ is closed to new replies.

 * ![](https://ps.w.org/flow-flow-social-streams/assets/icon-256x256.png?rev=2414430)
 * [Flow-Flow Social Streams](https://wordpress.org/plugins/flow-flow-social-streams/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flow-flow-social-streams/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flow-flow-social-streams/)
 * [Active Topics](https://wordpress.org/support/plugin/flow-flow-social-streams/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flow-flow-social-streams/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flow-flow-social-streams/reviews/)

 * 7 replies
 * 4 participants
 * Last reply from: [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/problem-with-version-3-0-80/#post-10929496)
 * Status: resolved