piribipipi Posted October 25, 2016 Share Posted October 25, 2016 (edited) Hi, i have a problem from this morning in my store( ps 1.6.1.2) When i try to save a product (clicking save or save and stay), sometimes page is saved, but another times page is reloaded and data is not saved, its like the form is sent but not processed... This problem never appeared before!! :S But my surprise was when in another server i installed a fresh Prestashop (ps 1.6.1.7) and i have the same problem!!!!:S:S:S what is happening??? pleaseeee helppp!!!! thank u so much Edited October 25, 2016 by piribipipi (see edit history) Link to comment Share on other sites More sharing options...
piribipipi Posted October 25, 2016 Author Share Posted October 25, 2016 Thank uuuu!!! Problem solved!!!! But... why happens??? It was impossible to find the problem without your help :S:S thanks again Link to comment Share on other sites More sharing options...
corsetsbeauty Posted October 27, 2016 Share Posted October 27, 2016 I am having the same issue. I edited the form.tpl and still the same issure. 1 Link to comment Share on other sites More sharing options...
Cristrinity Posted October 27, 2016 Share Posted October 27, 2016 Thank youuuu!! solved to me too! PS 1.6.1.7. I was going crazy Link to comment Share on other sites More sharing options...
p_r_i_m_e Posted October 27, 2016 Share Posted October 27, 2016 worked for me too, many thanks what was the cause of this not working? Link to comment Share on other sites More sharing options...
monney1 Posted October 31, 2016 Share Posted October 31, 2016 Thanks...problem is now solved Link to comment Share on other sites More sharing options...
codochi Posted October 31, 2016 Share Posted October 31, 2016 I am having the same issue. I edited the form.tpl and still the same issure. Clear cache from B.O. Link to comment Share on other sites More sharing options...
monney1 Posted October 31, 2016 Share Posted October 31, 2016 Clear cache from B.O. Search and remove the ff line and clear browser cache and smarty cache submitHandler: function(form) { form.submit(); }, Link to comment Share on other sites More sharing options...
tvo640 Posted October 31, 2016 Share Posted October 31, 2016 Remove the following lines from the file /adminXXXX/themes/default/template/controllers/products/helpers/form/form.tpl: https://github.com/PrestaShop/PrestaShop/blob/5566c2d9d7e4ab88a201b2c5cf10e1cda2ff7150/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl#L252-L254 Thanks !! it's work for me :-) (ver : 1.6.1.8) Link to comment Share on other sites More sharing options...
El Patron Posted October 31, 2016 Share Posted October 31, 2016 Remove the following lines from the file /adminXXXX/themes/default/template/controllers/products/helpers/form/form.tpl: https://github.com/PrestaShop/PrestaShop/blob/5566c2d9d7e4ab88a201b2c5cf10e1cda2ff7150/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl#L252-L254 applied to my 1.6.1.7 shop, solved. Thanks mdekker... Link to comment Share on other sites More sharing options...
traktap Posted November 1, 2016 Share Posted November 1, 2016 Remove the following lines from the file /adminXXXX/themes/default/template/controllers/products/helpers/form/form.tpl: https://github.com/PrestaShop/PrestaShop/blob/5566c2d9d7e4ab88a201b2c5cf10e1cda2ff7150/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl#L252-L254 Thank you very much . This worked with version 1.6.1.8 !! Link to comment Share on other sites More sharing options...
costis Posted November 1, 2016 Share Posted November 1, 2016 Remove the following lines from the file /adminXXXX/themes/default/template/controllers/products/helpers/form/form.tpl: https://github.com/PrestaShop/PrestaShop/blob/5566c2d9d7e4ab88a201b2c5cf10e1cda2ff7150/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl#L252-L254 This is now tested in 1.6.1.7 and it works! Thanks mdekker Link to comment Share on other sites More sharing options...
aprex Posted November 1, 2016 Share Posted November 1, 2016 Remove the following lines from the file /adminXXXX/themes/default/template/controllers/products/helpers/form/form.tpl: https://github.com/PrestaShop/PrestaShop/blob/5566c2d9d7e4ab88a201b2c5cf10e1cda2ff7150/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl#L252-L254 Many thanks, you saved my day! PS 1.6.1.1 Link to comment Share on other sites More sharing options...
Paul7 Posted November 2, 2016 Share Posted November 2, 2016 Thanks mdekker! Worked 1.6.1.6. Could you explain a little more about what the problem was please. The existing code had presumably been put there for a reason. Is removing it likely to break something else? etc. Why do you recommend patching the other files. What will that fix? What else is broken that we don't know about? Link to comment Share on other sites More sharing options...
namastè Posted November 3, 2016 Share Posted November 3, 2016 thanks mdekker, I join Paul7, although the entire system now seems to work best, I also wonder why this php function should be eliminated, I searched for weeks on the forums and it seems absurd that this problem was blocking one of the highlights of prestashop like inserting and updating products. Thanks anyway I hope now to start making money with my UIL ecommerce. thank you guys Link to comment Share on other sites More sharing options...
vaskatochkapro Posted November 4, 2016 Share Posted November 4, 2016 Спасибо, заработало. Link to comment Share on other sites More sharing options...
Tomasci Posted November 6, 2016 Share Posted November 6, 2016 Great. Solved problem on 1.6.1.8. Many thanks to mdekker! Link to comment Share on other sites More sharing options...
ikke23 Posted November 6, 2016 Share Posted November 6, 2016 I have the same issue but i use the cloud version of prestashop. How can i solve this?? When i save sometimes its works but sometimes it trows me out of the product i try to add and nothing is saved. Link to comment Share on other sites More sharing options...
puffdade Posted November 7, 2016 Share Posted November 7, 2016 Finally im back to normal the code edit worked a treat for me on 1.6.0.14 the mod i installed didnt seem to do the job but the code edit did. Thanks Guys Link to comment Share on other sites More sharing options...
selectshop.at Posted November 9, 2016 Share Posted November 9, 2016 Remove the following lines from the file /adminXXXX/themes/default/template/controllers/products/helpers/form/form.tpl: https://github.com/PrestaShop/PrestaShop/blob/5566c2d9d7e4ab88a201b2c5cf10e1cda2ff7150/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl#L252-L254 Does not solve the problem for version 1.6.1.9 - the lines mentioned on this fix are not available anymore for to remove. Problem cannot be solved. Tab not loading is "associations". Link to comment Share on other sites More sharing options...
Marguppy Posted November 10, 2016 Share Posted November 10, 2016 What "following lines"? I don't see (in the post) the line I have to remove. Link to comment Share on other sites More sharing options...
selectshop.at Posted November 14, 2016 Share Posted November 14, 2016 Those line are not available in 1.6.1.9 because the problem is allready solved in this version. All tabs are loading in my test shop as well in my prod shop. Your problem must be elsewhere. Check your console for errors and revert to us. It's not. Take a look here: https://www.prestashop.com/forums/topic/566554-spinning-buttons-problem/ and no errors on log of server, but error message on Prestashop as added there. Link to comment Share on other sites More sharing options...
El Patron Posted November 14, 2016 Share Posted November 14, 2016 (edited) Does not solve the problem for version 1.6.1.9 - the lines mentioned on this fix are not available anymore for to remove. Problem cannot be solved. Tab not loading is "associations". worked for version 1.6.1.7...and would not need be applied in 1.6.1.9 as that is covered by that release....30 push ups? lol..hugs dude but it's a mess for sure...all sorts of diff issues across shop managers...not all just one specific symptom. Edited November 14, 2016 by El Patron (see edit history) Link to comment Share on other sites More sharing options...
sootski Posted November 14, 2016 Share Posted November 14, 2016 I am using 1.6.1.8 and am experiencing the problem when trying to associate products with categories. I looked at the fix mentioned above but the file they reference is different so I didnt make any changes. Link to comment Share on other sites More sharing options...
frank de beer Posted November 14, 2016 Share Posted November 14, 2016 (edited) I used pscleaner to clean the database. i did it twice to get all the errors out. after this i cleared cache, deleted ../cache/class_index.php on my server and upgraded from 1.6.0.8 to 1.6.0.9. everything working ok now (pscleaner; in dutch 'prestashop opschoner' shure it's called different in other languages) Edited November 14, 2016 by frank de beer (see edit history) Link to comment Share on other sites More sharing options...
selectshop.at Posted November 15, 2016 Share Posted November 15, 2016 I used pscleaner to clean the database. i did it twice to get all the errors out. after this i cleared cache, deleted ../cache/class_index.php on my server and upgraded from 1.6.0.8 to 1.6.0.9. everything working ok now (pscleaner; in dutch 'prestashop opschoner' shure it's called different in other languages) Sure not an solution for those having a shop running with data they need and made an upgrade of a lower version having now this problem.... Associations tab is not loading on my product dashboard site. Link to comment Share on other sites More sharing options...
leo_li Posted November 23, 2016 Share Posted November 23, 2016 Remove the following lines from the file /adminXXXX/themes/default/template/controllers/products/helpers/form/form.tpl: https://github.com/PrestaShop/PrestaShop/blob/5566c2d9d7e4ab88a201b2c5cf10e1cda2ff7150/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl#L252-L254 Problem solved, thank you! Link to comment Share on other sites More sharing options...
slavy Posted November 29, 2016 Share Posted November 29, 2016 Problem solved, thanks Link to comment Share on other sites More sharing options...
Mazwi Posted December 2, 2016 Share Posted December 2, 2016 (edited) I just restore my Prestashop it doesnt save my products even after i have removed this submitHandler: function(form) { form.submit(); }, Kindly c the attached screen shot. Edited December 2, 2016 by Mazwi (see edit history) Link to comment Share on other sites More sharing options...
Nair Posted December 7, 2016 Share Posted December 7, 2016 Remove the following lines from the file /adminXXXX/themes/default/template/controllers/products/helpers/form/form.tpl: https://github.com/PrestaShop/PrestaShop/blob/5566c2d9d7e4ab88a201b2c5cf10e1cda2ff7150/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl#L252-L254 Many thanks, like others i was for weeks searching for a solution. Link to comment Share on other sites More sharing options...
Neels Posted December 7, 2016 Share Posted December 7, 2016 Brilliant! Thanks a lot mdekker. After a looong struggle with this issue I can now sigh of relief. Link to comment Share on other sites More sharing options...
azachan Posted January 9, 2017 Share Posted January 9, 2017 can't find those lines.. please help prestashop 1.6.1.10 fresh install Link to comment Share on other sites More sharing options...
CrossY Posted January 10, 2017 Share Posted January 10, 2017 Bug seems to persist over various Prestashops I manage on entirely different servers. It seems to be fixed on 1.6.1.5, but the file structure is different on 1.6.1.10 which appears to still have this bug in it.Any fix for 1.6.1.10? Would be greatly appreciated! Link to comment Share on other sites More sharing options...
jacograaff Posted January 15, 2017 Share Posted January 15, 2017 I downloaded a contained version of Chromium - Version 30.0.1556.0 (210028) http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?prefix=Win_x64/210028/ downloaded and extracted the zip package https://www.googleapis.com/download/storage/v1/b/chromium-browser-continuous/o/Win_x64%2F210028%2Fchrome-win32.zip?generation=1372901829086000&alt=media using it as a standalone browser - no install Prestashop Back Office Product save and update seems to work with this 2013 version Link to comment Share on other sites More sharing options...
roed Posted January 26, 2017 Share Posted January 26, 2017 I suddenly got this problem again today Nothing updated! Nothing touched. The lines are removed in the tpl file but still the problem is back. VERY frustrating! Link to comment Share on other sites More sharing options...
tanureja Posted February 10, 2017 Share Posted February 10, 2017 This really works for me. Thanks a million mdekker. Link to comment Share on other sites More sharing options...
Kriter.io Posted March 1, 2017 Share Posted March 1, 2017 Remove the following lines from the file /adminXXXX/themes/default/template/controllers/products/helpers/form/form.tpl: https://github.com/PrestaShop/PrestaShop/blob/5566c2d9d7e4ab88a201b2c5cf10e1cda2ff7150/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl#L252-L254 Great. It works for me. PS 1.6.1.5 Link to comment Share on other sites More sharing options...
pause4paws Posted March 1, 2017 Share Posted March 1, 2017 My form.tpl file does not have those lines to delete. It also only has 76 lines instead of the 321 lines the file has on github. When in admin and editing products, my short descriptions, descriptions, meta titles and meta descriptions won't save, no matter how many times I try. I've tried save and stay, save, refreshed the page, closed the browser, rebooted, shut down. This has been going on for at least a week. Any ideas, please? Link to comment Share on other sites More sharing options...
nicoX Posted September 20, 2017 Share Posted September 20, 2017 The only browser that will work is Safari. I've been told because of cache settings in Chrome and the other.It can be a module as well, when I updated the inixframe module saving got solved. But uploading virtual product files still was an issue. But Safari took care of that. Link to comment Share on other sites More sharing options...
selectshop.at Posted September 20, 2017 Share Posted September 20, 2017 The only browser that will work is Safari. I've been told because of cache settings in Chrome and the other. It can be a module as well, when I updated the inixframe module saving got solved. But uploading virtual product files still was an issue. But Safari took care of that. Well the problem you are having could come from this module. Try to disable it, clear all caches and go ahead normally without it. Link to comment Share on other sites More sharing options...
nicoX Posted September 20, 2017 Share Posted September 20, 2017 (edited) Well the problem you are having could come from this module. Try to disable it, clear all caches and go ahead normally without it. Yes it did, the devs sent me an updated inixframe. Not only did my site go 3 times faster after it, it solved the saving issues I had in the product pages. But Safari took care of the other issues I started having, that was file uploads not being able to upload correctly. These issues are related, and seems to be something in the Prestashop core that still isn't fixed. inixframe is disabled, it's a module within a dashboard module which I don't use. Edited September 20, 2017 by nicoX (see edit history) Link to comment Share on other sites More sharing options...
superoelk Posted October 18, 2017 Share Posted October 18, 2017 (edited) Hello, I'm having the same issue. But it is kind of strange: When I change my product info just a bit (for example I add "test"), it saves. When I type in several lines and hit save, it says "updated successfully" but when I reopen the product page it did not save anything. I'm using PS 1.7.2.3 and it seems that this appeared after the upgrade from PS 1.7.x. The problem: I can't try your solution because in PS 1.7.2.3 there is no "products" folder in adminxxx/themes/default/template/controllers/ Another strange thing: the spinning wheel in the upper-left corner just won't stop spinning on the BO product page. And a "1" is showing up. See screenshot. Do you have any idea? Thank you very much. EDIT: the product info thing was about the length of the short description. You have to set the length under settings -> product settings (sorry, I'm using the German version, don't know the exact expressions). Otherwise it won't save more than 400 characters AND when the short description is more than 400 characters it won't save your long description neither. The spinning wheel thing is still there, I opened an issue about that: http://forge.prestashop.com/browse/BOOM-4058 Edited October 18, 2017 by superoelk (see edit history) Link to comment Share on other sites More sharing options...
HairMaker.Gr Posted October 25, 2017 Share Posted October 25, 2017 Same problem and for version 1.7.2.3. Any suggestions? Thanks Link to comment Share on other sites More sharing options...
RobyNaish Posted May 15, 2018 Share Posted May 15, 2018 Hi, same problem in PS 1.7.X, do you find a solution? Link to comment Share on other sites More sharing options...
superoelk Posted May 17, 2018 Share Posted May 17, 2018 Hi, that was my solution: On 18.10.2017 at 8:49 AM, superoelk said: EDIT: the product info thing was about the length of the short description. You have to set the length under settings -> product settings (sorry, I'm using the German version, don't know the exact expressions). Otherwise it won't save more than 400 characters AND when the short description is more than 400 characters it won't save your long description neither. Link to comment Share on other sites More sharing options...
nicoX Posted May 25, 2018 Share Posted May 25, 2018 On 2017-09-20 at 4:52 PM, selectshop.at said: Well the problem you are having could come from this module. Try to disable it, clear all caches and go ahead normally without it. The issue with their module was something never seen. I had it disabled for a long time, not until now I uninstalled and deleted it, after a long trouble-search to find the issue to my high TTFB. Now my page loads within 2 seconds. I was told before that Prestashop actually renders disabled modules as well, so you have to uninstall them, that's what I did this time: Presta Apps Dashboard v3.0.1 - by Presta-Apps Solutions Inixweb Framework | Email: [email protected] Link to comment Share on other sites More sharing options...
NeNe Chicken Posted November 21, 2018 Share Posted November 21, 2018 On 10/26/2016 at 2:02 AM, piribipipi said: Hi, i have a problem from this morning in my store( ps 1.6.1.2) When i try to save a product (clicking save or save and stay), sometimes page is saved, but another times page is reloaded and data is not saved, its like the form is sent but not processed... This problem never appeared before!! :S But my surprise was when in another server i installed a fresh Prestashop (ps 1.6.1.7) and i have the same problem!!!!:S:S:S what is happening??? pleaseeee helppp!!!! thank u so much I am facing same problem. Please help me. Link to comment Share on other sites More sharing options...
nicoX Posted November 21, 2018 Share Posted November 21, 2018 2 hours ago, NeNe Chicken said: I am facing same problem. Please help me. Try with Safari browser on Windows: https://safari.soft32.com/ Link to comment Share on other sites More sharing options...
LFilson Posted November 21, 2018 Share Posted November 21, 2018 On 11/10/2016 at 8:53 AM, rdy4ever said: Remove lines 252,253 and 254. If you would've actually clicked the link provided you would've known. submitHandler: function(form) { form.submit(); }, I'm using 1.6.0.14 and tried the fix specified above and it worked. 🤪 although in my version, I commented out lines 255, 256 & 257. Please see the attachment. This has been hugely frustrating for me, as I'm totally new to Prestashop. Thanks to rdy4ever and the other people who mentioned this fix. Link to comment Share on other sites More sharing options...
Ajay Kumar Posted January 16, 2019 Share Posted January 16, 2019 Thanks its working for me also Link to comment Share on other sites More sharing options...
ebj Posted March 29, 2019 Share Posted March 29, 2019 On 10/31/2016 at 6:37 PM, monney1 said: Search and remove the ff line and clear browser cache and smarty cache submitHandler: function(form) { form.submit(); } there is nothing like this in my code Link to comment Share on other sites More sharing options...
petter5 Posted April 10, 2019 Share Posted April 10, 2019 This fix worked also for Prestashop 1.6.1.7 The system worked as intended for a long time, suddenly the problem with saving product features appeared. Removing the 3 lines of code as described in this forum topic fixed the problem. What I find strange is that the system worked fine for a long tome, and this problem suddenly appeared " out of the blue" without any changes to my installation. Well, now it works again, but I'm wondering why it worked before the problem occurred ?? Link to comment Share on other sites More sharing options...
misko300 Posted April 25, 2019 Share Posted April 25, 2019 Heloo please help to me i hawe same problem but in version 1.7.5.1 , i cant find nothing for this version only on 1.6 ... . Saving is very slow or never saving changes in product. Same problem is with show product online. PLESE HEL TO ME I NOT POWER FOR THIS MORE. Link to comment Share on other sites More sharing options...
Ajay Kumar Posted April 25, 2019 Share Posted April 25, 2019 Hi, Comment these lines and clear cache from admin panel ( performance tab ). it will work submitHandler: function(form) { form.submit(); }, Link to comment Share on other sites More sharing options...
misko300 Posted April 25, 2019 Share Posted April 25, 2019 EXACTLY PATH ? IN FTP admin/...... . ? Link to comment Share on other sites More sharing options...
misko300 Posted April 25, 2019 Share Posted April 25, 2019 On 10/31/2016 at 8:45 PM, El Patron said: applied to my 1.6.1.7 shop, solved. Thanks mdekker... heloo any body speak only about version 1.6 , but same problemis with version 1.7.5.1 , i tray find this path but in 1.7.5.1 isn this path and file. Please write heere exactly path for 1.7.5.1 Link to comment Share on other sites More sharing options...
coci607 Posted August 13, 2019 Share Posted August 13, 2019 Hi, can anybody tell me where can I find this file to delete these two lines? Link to comment Share on other sites More sharing options...
visiongold.org Posted September 19, 2019 Share Posted September 19, 2019 On 10/31/2016 at 9:45 PM, El Patron said: applied to my 1.6.1.7 shop, solved. Thanks mdekker... hello i have the same problem, i delete this lines and work fine for a week and then i had same problem , put again the lines i delete and work!!!!again for a while perfect,now i have the same problem again and if i delete this lines or not i am not able to save....please if someone can help me thanks Link to comment Share on other sites More sharing options...
asmar Posted October 24, 2019 Share Posted October 24, 2019 @visiongold.org did you ever found a solution? I got the same problem more or less. It seems to work if I clean the cache but it needs to be done everytime! If I disable completely the cache it works for once and then nothing....same problem. I need to save the product from 3 to 6 times to work, no standard pattern. I'm using the latest 1.6.24 version. Anyone with a suggestion? It doens''t throw any errors under web console. Link to comment Share on other sites More sharing options...
Punisher Posted October 24, 2019 Share Posted October 24, 2019 (edited) Same problem here, didnt save, when i delete those lines, works one time, and them happens again the problem. I try disable many of modules, didint work. What i see, is: after 1st time delete those lines, description and price of product can be edit normally, but another tabs of product, cant. When i try see those lines again, they are back, and again, i delete. I could edit one tab (that was not working) and save it, but the next time got the same error Edited October 24, 2019 by Punisher Forgot to add more info. (see edit history) Link to comment Share on other sites More sharing options...
Punisher Posted October 24, 2019 Share Posted October 24, 2019 Guys, after remove those lines on form.tpl the description and price is editable but another tabs of product is not. BUT: when i open a product and go to a tab (like 'tabs' and change anything BEFORE the 'save and stay' and 'save' load), it saves! Maybe the problem is that load, right? Link to comment Share on other sites More sharing options...
Prestag0od Posted April 25, 2020 Share Posted April 25, 2020 On 10/24/2019 at 12:49 PM, asmar said: @visiongold.org did you ever found a solution? I got the same problem more or less. It seems to work if I clean the cache but it needs to be done everytime! If I disable completely the cache it works for once and then nothing....same problem. I need to save the product from 3 to 6 times to work, no standard pattern. I'm using the latest 1.6.24 version. Anyone with a suggestion? It doens''t throw any errors under web console. Did you find any solution for 1.6.1.24? Link to comment Share on other sites More sharing options...
asmar Posted June 2, 2020 Share Posted June 2, 2020 I've migrated the shop to 1.7 I'm afraid to solve that problem. Link to comment Share on other sites More sharing options...
Boris132 Posted January 15, 2021 Share Posted January 15, 2021 On 10/31/2016 at 5:20 PM, tvo640 said: Thanks !! it's work for me 🙂 (ver : 1.6.1.8) Thanks, work for me too (ver: 1.6.1.13) Link to comment Share on other sites More sharing options...
CameronCon Posted February 26, 2021 Share Posted February 26, 2021 Yours apologize for my english. I was the same problem with a customer. The problem start when update the browsers. New browsers handle in a different way the security and refusse some transactions. To fix the problem, I use a Firefox ver 48 in this customer to work with presta 1.6 and the problem has disappear (you need uncheck automatic update in the browser). Link to comment Share on other sites More sharing options...
A.V.E Posted May 24, 2021 Share Posted May 24, 2021 I had the same issue with PS 1.7.7.4, but since I didn't grasp (or find) coding suggestions, I tried an older browser; Internet Explorer in Windows 10. It worked. This seems like a disfunction to me. 1 Link to comment Share on other sites More sharing options...
biello Posted October 25, 2022 Share Posted October 25, 2022 Same problem. With an old browser is ok. With a Chrome is a sloooooooooow to save the product. Link to comment Share on other sites More sharing options...
Texxi Posted October 19, 2023 Share Posted October 19, 2023 On 10/24/2019 at 11:49 AM, asmar said: @visiongold.org did you ever found a solution? I got the same problem more or less. It seems to work if I clean the cache but it needs to be done everytime! If I disable completely the cache it works for once and then nothing....same problem. I need to save the product from 3 to 6 times to work, no standard pattern. I'm using the latest 1.6.24 version. Anyone with a suggestion? It doens''t throw any errors under web console. Same here! Still on 1.6.1.24. That's why I have to use eMagicOne Store Manager, DBeaver or Visual Studio Code and edit the database directly. But sometimes you just want to update a title or description in the backend. You can save it and it will work, but if you go back and edit something else and save it again, suddenly everything reverts to the very first version? You never know if the changes are saved and permanent... Link to comment Share on other sites More sharing options...
Zohaib-fk Posted October 20, 2023 Share Posted October 20, 2023 Sometimes the different plugins or extensions in the browser consume more memory on the laptop therefore website loads slowly in some browsers. When I disable some plugin then PS or other website loads faster. An alternate solution is to try Adminer (https://www.adminer.org/) to update records quickly from the database tables. I have a free module for the same to access from the PS back office. 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