antoniobaby78 Posted May 16, 2017 Share Posted May 16, 2017 Hello to all, After updating prestashop to the version 1.6.1.13 I'm getting many errors in product modification. Here are the errors I receive: 3 errors The link_rewrite (Italian) field is invalid. The product must be in at least one category. This product must be in at least one default category. In particular, I always get this error: Property Product->link_rewrite is not valid Can anyone help me please? I also tried to change the name of the product but I will not be able to save it because I always get the same error: Property Product->link_rewrite is not valid Link to comment Share on other sites More sharing options...
musicmaster Posted May 16, 2017 Share Posted May 16, 2017 In Prestashop 1.6 the product page consists technically out of different pages (each tab is loaded seperately). In each page you can have an error while the other pages keep functioning. If that is the case you will get an error on submission because the pages with an error will not submit their values. So the first step should be to check whether the SEO page (link_rewrite) and the Associations page (categories) are loaded correctly. Also, you should switch on MOD_DEV so that you can see error messages. See https://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-blank-page-500-internal-server-error/ Link to comment Share on other sites More sharing options...
antoniobaby78 Posted May 17, 2017 Author Share Posted May 17, 2017 Hello, In debug mode i see nothing. But in the console with the F12 key I see this error: Uncaught ReferenceError: tinyMCE is not defined at tinySetup (tinymce.inc.js:136) at index.php?controller=AdminProducts&id_product=2&updateproduct&token=21e3d61…:1788 at ProductTabsManager.onLoad (products.js:87) at HTMLDocument.<anonymous> (index.php?controller=AdminProducts&id_product=2&updateproduct&token=21e3d61…:1787) at j (jquery-1.11.0.min.js:2) at Object.fireWith [as resolveWith] (jquery-1.11.0.min.js:2) at Function.ready (jquery-1.11.0.min.js:2) at HTMLDocument.K (jquery-1.11.0.min.js:2) In fact I noticed that it does not work either editor tinyMCE Any page I go does not work tinyMCE Link to comment Share on other sites More sharing options...
musicmaster Posted May 17, 2017 Share Posted May 17, 2017 Sounds like a javascript error - possibly caused by a php error that resulted in bad returns from an Ajax command. So: - check the error logs of your server - switch off the CCC optimizations. Specially the moving javascript to the bottom of the page can be problematic. Link to comment Share on other sites More sharing options...
antoniobaby78 Posted May 17, 2017 Author Share Posted May 17, 2017 Yea I had nothing to do CCC optimizations I can not see any errors on the server Before I did upgrade to prestashop 1.61.13 I did not have these problems Link to comment Share on other sites More sharing options...
antoniobaby78 Posted May 17, 2017 Author Share Posted May 17, 2017 I found that the problem comes from the Module Free Supertinymce I have disconnected the module and everything works properly! 1 Link to comment Share on other sites More sharing options...
LieBM Posted October 29, 2017 Share Posted October 29, 2017 I have removed free version of supertinymce because its code is obsolete and I don't give support for this free version. The PRO version is updated and fully compatible with 1.6 and 1.7https://addons.prestashop.com/en/administrative-tools/20940-supertinymce-pro-professional-text-tinymce-editor.html Best regards! 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