Jump to content

no TinyMCE editor at all (CMS / Product)


Recommended Posts

Hello,

 

I have problem with TinyMCE - it just don't show up in CMS content admin or Products editor.

Original Prestashop 1.5.2 installation, clean, no errors at all.

 

I made simple html file, uploaded to PS root directory and called TinyMCE script from there. Everything was OK, but in Presta there is still no TinyMCE, so .htaccess file is OK......what to check next ?

Link to comment
Share on other sites

Ok, seems tiny_mce.js doesn't initialized on the page. Do you have this code on pages:

<script type="text/javascript" src="'.__PS_BASE_URI__.'js/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript" src="'.__PS_BASE_URI__.'js/tinymce.inc.js"></script>

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

×
×
  • Create New...