prestol Posted March 27, 2020 Share Posted March 27, 2020 (edited) Hello Why did the latest version delete all customizations? ps 1.7.6.2 ps 1.7.6.4 - not possible to move the text around, svg no longer supported, cant add paragraph text easily. Edited April 3, 2020 by prestol (see edit history) Link to comment Share on other sites More sharing options...
NPO Posted March 31, 2020 Share Posted March 31, 2020 I've updated from 1.7.6.2 to 6.4 and no changes to the reassurance module (v. 4.1.1) - the svgs etc are all still there. Did everything go according to plan during the update? Have you got a backup of the 6.2 you can restore? Link to comment Share on other sites More sharing options...
prestol Posted April 3, 2020 Author Share Posted April 3, 2020 Fix: git clone https://github.com/PrestaShop/blockreassurance/releases zip the contents install the module again, all the settings seems to have been saved in the directory/database. Problem solved! Link to comment Share on other sites More sharing options...
Chris G Posted April 27, 2020 Share Posted April 27, 2020 I can confirm that the last upgrade from 1.7.6.4 to 1.7.6.5 broke the reassurance module. Workaround was to download the following file via git: blockreassurance/blockreassurance.php blockreassurance/config.xml blockreassurance/index.php Problem is now that when I try to configure the module, to make any changes to the shown text, there is no such option anywhere. It's incredible frustrating how painful the upgrade process for PrestaShop. It's not normal to release such untested software to be honest .. I understand that it's free, however maybe PrestaShop should charge a fee for the software and just deliver quality instead of this mess. 1 Link to comment Share on other sites More sharing options...
zod Posted May 25, 2020 Share Posted May 25, 2020 Tried this... On 4/3/2020 at 11:44 AM, prestol said: Fix: git clone https://github.com/PrestaShop/blockreassurance/releases zip the contents install the module again, all the settings seems to have been saved in the directory/database. Problem solved! ... but the code in repository is broken, so i got a fatal error in Prestashop 1.7.6.5. Hopefully i always do a backup before updating. My "old" blockreassurance module is the same version (4.1.1) but it is different than the one in repository. I did a comparation between folders and the repository it is missing a lot of files. I share my version that is completed. Replace the folder in your server with this one, and all your settings will be back again. blockreassurance.zip 1 Link to comment Share on other sites More sharing options...
chic and stock Posted June 10, 2020 Share Posted June 10, 2020 Thank you very much for your version ! Link to comment Share on other sites More sharing options...
zod Posted August 1, 2020 Share Posted August 1, 2020 Found another solution, the bug is still present in PS 1.7.6.7 Bug report: https://github.com/PrestaShop/PrestaShop/issues/20295 Also: https://github.com/PrestaShop/PrestaShop/issues/20254 Solution is to change file: classes/ReassuranceActivity.php on line 190. Search "getMimeType" and replace with "getMimeTypeByExtension". 2 Link to comment Share on other sites More sharing options...
MishkoP Posted August 28, 2020 Share Posted August 28, 2020 On 5/25/2020 at 5:26 PM, zod said: Tried this... ... but the code in repository is broken, so i got a fatal error in Prestashop 1.7.6.5. Hopefully i always do a backup before updating. My "old" blockreassurance module is the same version (4.1.1) but it is different than the one in repository. I did a comparation between folders and the repository it is missing a lot of files. I share my version that is completed. Replace the folder in your server with this one, and all your settings will be back again. blockreassurance.zip 1004.37 kB · 39 downloads perfect, this download works for me!! Thank you!! Link to comment Share on other sites More sharing options...
[email protected] Posted November 18, 2020 Share Posted November 18, 2020 On 5/25/2020 at 4:26 PM, zod said: Tried this... ... but the code in repository is broken, so i got a fatal error in Prestashop 1.7.6.5. Hopefully i always do a backup before updating. My "old" blockreassurance module is the same version (4.1.1) but it is different than the one in repository. I did a comparation between folders and the repository it is missing a lot of files. I share my version that is completed. Replace the folder in your server with this one, and all your settings will be back again. blockreassurance.zip 1004.37 kB · 74 downloads Thank you! this has fixed it for me too. But why is this happening? I didn't update the module, I signed into my Prestashop today to find it had completely reset. Link to comment Share on other sites More sharing options...
beekhouse Posted December 2, 2020 Share Posted December 2, 2020 I have just updated to 1.7.7 and it looked like there was something wrong with the blockreassurance module so I threw it away from the ftp. From modules and also from the classic theme. But now it wont reinstall?? While other modules will.. What could be wrong? Link to comment Share on other sites More sharing options...
zod Posted December 3, 2020 Share Posted December 3, 2020 (edited) 11 hours ago, beekhouse said: I have just updated to 1.7.7 and it looked like there was something wrong with the blockreassurance module so I threw it away from the ftp. From modules and also from the classic theme. But now it wont reinstall?? While other modules will.. What could be wrong? You shall not remove modules by FTP, never, because they are registered as installed and active in database. For this reason you have problems. Remove modules only by Prestashop Admin. I suggested to fix the bug modifying the culprit file, that easy fix should work. Previously, I suggested to replace the module with old version (download provided), and that works too, but a replace is different than deletetion, the module is running but with updated files. Now try to restore the folder in your Prestashop. Edited December 3, 2020 by zod (see edit history) Link to comment Share on other sites More sharing options...
beekhouse Posted December 3, 2020 Share Posted December 3, 2020 9 minutes ago, zod said: You shall not remove modules by FTP, never, because they are registered as installed and active in database. For this reason you have problems. Remove modules only by Prestashop Admin. I suggested to fix the bug modifying the culprit file, that easy fix should work. Previously, I suggested to replace the module with old version (download provided), and that works too, but a replace is different than deletetion, the module is running but with updated files. Now try to restore the folder in your Prestashop. Ahh my bad, I did fix it though by deleting 2 tables referring to the module and then I was able to install it from the module marketplace. All seem to work now. Or is it possible I will ran into other issues by the way I did it? Link to comment Share on other sites More sharing options...
zod Posted December 3, 2020 Share Posted December 3, 2020 9 minutes ago, beekhouse said: Ahh my bad, I did fix it though by deleting 2 tables referring to the module and then I was able to install it from the module marketplace. All seem to work now. Or is it possible I will ran into other issues by the way I did it? No, that way I think you fixed. Link to comment Share on other sites More sharing options...
beekhouse Posted December 3, 2020 Share Posted December 3, 2020 1 hour ago, zod said: No, that way I think you fixed. Ok great, thanks! Link to comment Share on other sites More sharing options...
vitovito1 Posted May 21, 2021 Share Posted May 21, 2021 On 12/3/2020 at 10:29 AM, beekhouse said: Ok great, thanks! Hello Beekhouse could be so king to tell which tables you deleted, thanks Link to comment Share on other sites More sharing options...
vitovito1 Posted May 21, 2021 Share Posted May 21, 2021 OK Found simply from "modules" then reinstalled from module catalog but still broken Link to comment Share on other sites More sharing options...
KamikStudio Posted May 21, 2021 Share Posted May 21, 2021 Problem is global https://github.com/PrestaShop/blockreassurance/pull/55 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