Jump to content

TinyMCE editor not showing following upgrade to 1.6


Recommended Posts

I have the same problem too.

 

I have tried f12 on Chrome and this is the result:

Uncaught TypeError: Cannot read property 'get' of undefined
2 Failed to load resource: net::ERR_CACHE_MISS

I don't know what to do and need to solve this issue soon, I'm thinking about downgrading to 1.6.0.9

Link to comment
Share on other sites

  • 1 month later...

I have the same issue on a shop that I have just upgraded for a customer. The shop was upgraded from 1.4.8.3 to 1.6.0.14  with no errors.

 

On product pages and CMS pages in Back Office the tinyMCE editor is missing. I have checked in Firefox, IE and Chrome (cleared all cache etc.). I found one solution that said that the .htaccess file in /img/cms should be deleted and this would solve the problem. It didn't.

I have also uploaded the library tiny_mce from the original Prestashop files, that didn't help either

 

Chrome gives this error:

 

Navigated to http://xxx.dk/admin123/index.php?controller=AdminProducts&token=0359fbcece6652f5e6336c121d48610e
modernizr.min.js:4 Resource interpreted as Image but transferred with MIME type application/javascript: "http://xxx.dk/admin123/themes/default/js/vendor/enquire.min.js".modernizr.min.js:4 imodernizr.min.js:4 jmodernizr.min.js:4 gmodernizr.min.js:4 Bmodernizr.min.js:4 Modernizr.loadmodernizr-loads.js:1 (anonymous function)
modernizr.min.js:4 Resource interpreted as Image but transferred with MIME type application/javascript: "http://xxx.dk/admin123/themes/default/js/admin-theme.js".
Navigated to http://xxx.dk/admin123/index.php?controller=AdminProducts&id_product=13&updateproduct&token=0359fbcece6652f5e6336c121d48610e
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/.
modernizr.min.js:4 Resource interpreted as Image but transferred with MIME type application/javascript: "http://xxx.dk/admin123/themes/default/js/vendor/enquire.min.js".
modernizr.min.js:4 Resource interpreted as Image but transferred with MIME type application/javascript: "http://xxx.dk/admin123/themes/default/js/admin-theme.js".

 

So now I am stuck. Hope someone has some input as it does not seem the original posters in this thread manage to get it solved?

Edited by Prestafan1234 (see edit history)
Link to comment
Share on other sites

  • 7 months later...

I have the same issue on a shop I upgraded from 1.5 to 1.6.1.2

The editor is not showing in CMS and products.

I have also tried copiing the tiny_mce folder from the original Prestashop files, that didn't help.

 

in Chrome console I see the following error:

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/.

jquery-1.11.0.min.js:4

 

Any idea how to solve this issue

Link to comment
Share on other sites

  • 1 year later...

Welcome to the forums!

Try inspecting the site with a debug console (f12 on chrome or IE, same on firefox but you need firebug). Then look for any red mark on the console and click on it. It might just be a javascript issue

I found this error in chrome Uncaught ReferenceError: tinyMCE is not defined

    at tinySetup (tinymce.inc.js:52)
    at HTMLDocument.<anonymous> (tinymce.inc.js:57)
    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 firefox its loading fine
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...