mbarnils Posted February 20, 2022 Share Posted February 20, 2022 Hi! I recently updated Prestashop to version 1.7.8.3 and since then I have not been able to edit pages (Design / Pages) in other languages than English. The text field does not appear for other languages (see attached screenshot). Hope you can give me a hand Thank you! Link to comment Share on other sites More sharing options...
Rhobur Posted February 21, 2022 Share Posted February 21, 2022 A few things to check: 1. Set Debug to yes and note any error messages; 2. Check the console tab in browser's devtools; 3. If you have any third party module (not in the default PS package), disable it. 4. See if you have any overrides in the override/classes and override/controllers/admin I suppose the cache was cleared. Link to comment Share on other sites More sharing options...
maryano Posted February 24, 2022 Share Posted February 24, 2022 (edited) En 20/2/2022 a las 10:00 PM, mbarnils dijo: Hi! I recently updated Prestashop to version 1.7.8.3 and since then I have not been able to edit pages (Design / Pages) in other languages than English. The text field does not appear for other languages (see attached screenshot). Hope you can give me a hand Thank you! Same problem here. Default PS theme, all overrides disabled. Any suggestion? EDIT 1: This is the error thrown in console: Uncaught TypeError: Cannot read properties of null (reading 'textContent') at e.value (cms_page_form.bundle.js?1.7.8.3:26:6446) at tN.<anonymous> (cms_page_form.bundle.js?1.7.8.3:26:4090) at vp.c.fire (<anonymous>:2:197006) at tN.fire (<anonymous>:2:197532) at tN.load (<anonymous>:2:347090) at bw (<anonymous>:2:328168) at ww (<anonymous>:2:330246) at Aw (<anonymous>:2:332445) at tN.<anonymous> (<anonymous>:2:333551) at Array.<anonymous> (<anonymous>:2:96969) EDIT 2: I cannot save changes to any CMS page. Edited February 24, 2022 by maryano Error message added (see edit history) Link to comment Share on other sites More sharing options...
mbarnils Posted February 26, 2022 Author Share Posted February 26, 2022 On 2/21/2022 at 9:02 AM, Rhobur said: A few things to check: 1. Set Debug to yes and note any error messages; 2. Check the console tab in browser's devtools; 3. If you have any third party module (not in the default PS package), disable it. 4. See if you have any overrides in the override/classes and override/controllers/admin I suppose the cache was cleared. Hi Rhobur, Thank you for your answer! Yes, cache was cleared right after the upgrade. 1. Debug mode did not show any error, but warnings: "Translation not found". 2. The console tab indicated an error (see attached screenshot) Uncaught TypeError: Cannot read properties of null (reading 'textContent') at e.value (cms_page_form.bundle.js:26:6446) at tN.<anonymous> (cms_page_form.bundle.js:26:4090) at vp.c.fire (<anonymous>:2:197006) at tN.fire (<anonymous>:2:197532) at tN.load (<anonymous>:2:347090) at bw (<anonymous>:2:328168) at ww (<anonymous>:2:330246) at Aw (<anonymous>:2:332445) at tN.<anonymous> (<anonymous>:2:333551) at Array.<anonymous> (<anonymous>:2:96969) 3. There is no third party module enabled regarding the customization of CMS pages, only the overall Leo Theme. 4. I am not sure how to find if there are overrides. Where should I find this? Thank you so much once again! Link to comment Share on other sites More sharing options...
Rhobur Posted February 26, 2022 Share Posted February 26, 2022 The warnings don't matter for this issue, I think there is a theme problem namely with the tinymce editor. I think you should contact the theme developer for this. Link to comment Share on other sites More sharing options...
mbarnils Posted February 27, 2022 Author Share Posted February 27, 2022 Hi, I have been able to solve it rewriting the files Cms_page_form.bundle.js and category.bundle.js. Good part is that now all languages have their text field. Bad one is that there are no text editor options. Any ideas what can be missing? Thank you so much! Link to comment Share on other sites More sharing options...
maryano Posted February 28, 2022 Share Posted February 28, 2022 hace 19 horas, mbarnils dijo: Hi, I have been able to solve it rewriting the files Cms_page_form.bundle.js and category.bundle.js. Good part is that now all languages have their text field. Bad one is that there are no text editor options. Any ideas what can be missing? Thank you so much! I changed the files Cms_page_form.bundle.js and category.bundle.js with new files from clean install of 1.7.8.3 and now it works. I can see languages content and editor options too. Link to comment Share on other sites More sharing options...
Rhobur Posted February 28, 2022 Share Posted February 28, 2022 @mbarnils can be a cache issue. Link to comment Share on other sites More sharing options...
M.D.T Posted March 11, 2022 Share Posted March 11, 2022 HI, I have the same issue both using a fresh 1.7.8.3 docker installation than using the downloaded zip file with standard theme and no cache In En is fine Switching to It I got console error, same as @mbarnils Link to comment Share on other sites More sharing options...
M.D.T Posted March 11, 2022 Share Posted March 11, 2022 Hi, To give just a quick update: trying the 1.7.8.4 version on docker it works, so I just updated from 1.7.8.3 to 1.7.8.4 using 1-Click Upgrade and also in this case the issue was solved. Link to comment Share on other sites More sharing options...
zenerry Posted August 31, 2022 Share Posted August 31, 2022 Hi everyone, just for your info. I updated my client's site to 1.7.8.5 and had the same issue. I couldn't save any modifications to CMS pages. I replaced the cms_page_form.bundle.js from the admin/new-theme/public and now it seems to work properly. thanks. 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