Jump to content

No WYSIWYG TinyMCE editor after moving to a new domain


Recommended Posts

HI all,

I have moved my entire shop from one domain to another one (different folder onto the same server).

I have changed ALL occurrences of olddomain.com to newdomain.com in all the files and the database, have smarty cache deleted and a new htaccess and robots files have been generated.

 

Shop on its own is working with no issue but... I have no WYSIWYG editor showing up on admin pages. So when I edit whatever content all I see is RAW HTML code into a text field (no TinyMCE options/buttons at all).

 

Any help please? Thanks.

Link to comment
Share on other sites

When I look at the source code for one of my admin pages that includes the tinymce editor, I see references to tinymce javascript files. If you view the page source for one of your own admin pages that *should* include tinymce, do you see any references to tinymce javascript files, such as:

 

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

 

If you do see these references, if you click on them do you get a valid page, or do you get a 404 error message?

 

Seems like a very strange issue as Prestashop doesn't seem to include an option to turn off tinymce.

Link to comment
Share on other sites

  • 6 months later...

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