Xavier Borderie Posted October 7, 2015 Share Posted October 7, 2015 We received quite a few feedback reports and pull-requests since we released v1.6.1.2 RC1 two weeks ago, so here’s the RC3, which fixes some more issues, and polishes a few more lines of code. NOTE: The RC2 was first uploaded yesterday (Monday 5th) with a slight parenthesis issue which broke many pages. It was fixed by our Core team and repackaged at around 3 PM (Paris time), and two more small corrections since then have proven essential, hence the RC3. If you downloaded the RC2, please download the RC3 now! Read more about it on the Build devblog! Link to comment Share on other sites More sharing options...
selectshop.at Posted October 7, 2015 Share Posted October 7, 2015 https://www.prestashop.com/forums/topic/470909-test-prestashop-1612-rc1/page-2?do=findComment&comment=2160763 Perhaps you can move my topic for RC3 to this topic ? Link to comment Share on other sites More sharing options...
moy2010 Posted October 7, 2015 Share Posted October 7, 2015 For some reason I can't go from page 1 to page 2 in the orders section o_0 Link to comment Share on other sites More sharing options...
Xavier Borderie Posted October 8, 2015 Author Share Posted October 8, 2015 https://www.prestashop.com/forums/topic/470909-test-prestashop-1612-rc1/page-2?do=findComment&comment=2160763 Perhaps you can move my topic for RC3 to this topic ? Reading your message with its spec, I wonder if its not a JS error. What does the browsers' Console say? Have you emptied Chrome's cache? This is a server issue that people are seeing, and it's highly doubtful that the issue would differ between two browsers. Thank you for your details. Link to comment Share on other sites More sharing options...
Xavier Borderie Posted October 8, 2015 Author Share Posted October 8, 2015 For some reason I can't go from page 1 to page 2 in the orders section o_0 Thank you for your report. We ran some tests on a full shop, and couldn't reproduce the issue, in both directions. Can you reproduce it every time, in several browsers? Have you tried emptying the browser's cache? Thank you. Link to comment Share on other sites More sharing options...
selectshop.at Posted October 8, 2015 Share Posted October 8, 2015 (edited) Reading your message with its spec, I wonder if its not a JS error. What does the browsers' Console say? Have you emptied Chrome's cache? This is a server issue that people are seeing, and it's highly doubtful that the issue would differ between two browsers. Thank you for your details. Chrome cache empties always I turn it off. Chrome browser version is 45.0.2454.101 m (latest one) On the product edit page Chrome console is saying: Error: VM324:3 Uncaught ReferenceError: countDown is not defined(anonymous function) @ VM324:3n.Callbacks.j @ jquery-1.11.0.min.js:2n.Callbacks.k.add @ jquery-1.11.0.min.js:2n.fn.ready @ jquery-1.11.0.min.js:2(anonymous function) @ VM324:2(anonymous function) @ jquery-1.11.0.min.js:2n.extend.globalEval @ jquery-1.11.0.min.js:2n.fn.extend.domManip @ jquery-1.11.0.min.js:3n.fn.extend.append @ jquery-1.11.0.min.js:3(anonymous function) @ jquery-1.11.0.min.js:3n.access @ jquery-1.11.0.min.js:3n.fn.extend.html @ jquery-1.11.0.min.js:3ProductTabsManager.display.$.ajax.success @ products.js:131n.Callbacks.j @ jquery-1.11.0.min.js:2n.Callbacks.k.fireWith @ jquery-1.11.0.min.js:2x @ jquery-1.11.0.min.js:4n.ajaxTransport.a.send.b @ jquery-1.11.0.min.js:4 and Warning: VM238:2 'webkitMovementX' is deprecated. Please use 'movementX' instead. VM238:2 'webkitMovementY' is deprecated. Please use 'movementY' instead. and jquery-1.11.0.min.js:4 - Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/. The last warning was reported several times before here: https://www.prestashop.com/forums/topic/393218-16011-problem-with-saving-products/page-2 https://www.prestashop.com/forums/topic/344331-bo-error/?do=findComment&comment=1736900 http://forge.prestashop.com/browse/PSCFV-12359 and some others... finally I found also the problem on github - less - https://github.com/less/less.js/issues/2384 Edited October 8, 2015 by selectshop.at (see edit history) Link to comment Share on other sites More sharing options...
selectshop.at Posted October 8, 2015 Share Posted October 8, 2015 Have you emptied Chrome's cache? I made some tests on this. When I close chrome browser the cache is cleared automatically, nevertheless I deleted it by F5 manually, to be sure. Cache options (APC, xCache, etc) are turned off on back-office. I deleted the browser cache manually again, I deleted the smarty cache on back-office. I deleted all temporary files on FTP /cache/purifier/HTML, deleted all folders on cache/smarty/compile. Now buttons are released. You are right, it is a cache problem, but I cannot say where. Only after last step by deleting the files manually on FTP all folders on cache/smarty/compile and cache/purifier/HTML the buttons released. 3 Link to comment Share on other sites More sharing options...
Xavier Borderie Posted October 9, 2015 Author Share Posted October 9, 2015 Now buttons are released. You are right, it is a cache problem, but I cannot say where. Only after last step by deleting the files manually on FTP all folders on cache/smarty/compile and cache/purifier/HTML the buttons released. Thank you for confirming this. We're still looking... Link to comment Share on other sites More sharing options...
selectshop.at Posted October 9, 2015 Share Posted October 9, 2015 Thank you for confirming this. We're still looking... BTW, why Prestashop activates HTML-purifier as per default ? I think I never activated this, not for dev/native shop. Can you please confirm if this is the case (HTML-purifier active on native install)? Link to comment Share on other sites More sharing options...
SLiCK_303 Posted October 9, 2015 Share Posted October 9, 2015 (edited) For me, when I try and edit a product the "Save and Stay" and "Save" buttons spin forever. I assume the program is trying to load all tabs, before those become available. Well the SEO tab never loads, so the buttons never become available because of that. ?? EDIT: Ok, so I did an f5 when editing the product, now the SEO tab is coming up, and so are the two save buttons....... Edited October 9, 2015 by SLiCK_303 (see edit history) 2 Link to comment Share on other sites More sharing options...
selectshop.at Posted October 10, 2015 Share Posted October 10, 2015 For me, when I try and edit a product the "Save and Stay" and "Save" buttons spin forever. I assume the program is trying to load all tabs, before those become available. Well the SEO tab never loads, so the buttons never become available because of that. ?? EDIT: Ok, so I did an f5 when editing the product, now the SEO tab is coming up, and so are the two save buttons....... Yes as Xavier told and tested here: it is a cache problem. https://www.prestashop.com/forums/topic/473677-test-prestashop-1612-rc3/?do=findComment&comment=2161505 Link to comment Share on other sites More sharing options...
Delart Posted October 13, 2015 Share Posted October 13, 2015 https://www.prestashop.com/forums/topic/474524-problem-in-images-display-on-product-pages-in-prestashop-1612rc3/ Same problem here. Please move this topic so this possible bug is not lost. Link to comment Share on other sites More sharing options...
nortom Posted October 15, 2015 Share Posted October 15, 2015 When will 1.6.1.2 be ready? I have now a month problems. 1 Link to comment Share on other sites More sharing options...
MacRoy Posted October 15, 2015 Share Posted October 15, 2015 Hi! You mean the final version? As for the PS 1.6.1.2 RC4, I hope it comes tomorrow! But the final version will probably only in late October or early November, I think. Regards MacRoy 1 Link to comment Share on other sites More sharing options...
Kerm Posted October 16, 2015 Share Posted October 16, 2015 (edited) I have some question, on delivery page i want add two courier and each courier have their own price ranges. For example first courrier price from 0 to 2000 is 200$, from 2000 to infinity is 0$And second courrier for price from 0 to infinity is 350$ And i cant! When i try add second courrier i got all time error "On save a range of delivery error occurred." Also if add price range for first courrier and save, after edit again and add second price range and save and after go edit again and you see only second range...first range for this courrier will be deleted! Sorry, I figured out myself...need first create second courrier with price range from 0 to infinity and after create first courrier with two ranges at the same time..in another way it will not work. I thnk some where near must be some notice message about logic of creating couriers and their ranges... Edited October 16, 2015 by Kerm (see edit history) Link to comment Share on other sites More sharing options...
codochi Posted October 16, 2015 Share Posted October 16, 2015 Dear Sir, AdminSeachControllers.php search by: Catalog, Customers by name, Customers by ip address, Orders, Invoices, Carts, Modules. Please add search by NOTES coloum (order_invoice DB) into PS 1.6.1.2 I think that feature is more userful than seach Customers by ip address. 1 Link to comment Share on other sites More sharing options...
nortom Posted October 17, 2015 Share Posted October 17, 2015 Yes the final version. Me too hope it comes tomorrow ;-) Link to comment Share on other sites More sharing options...
MacRoy Posted October 23, 2015 Share Posted October 23, 2015 Hi! We are still waiting for PrestaShop 1.6.1.2 RC4. When do you release it? Regards MacRoy 1 Link to comment Share on other sites More sharing options...
assisassi Posted October 23, 2015 Share Posted October 23, 2015 ...Today . Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now