Hello,
On my 7.1.6 Dolphin website, the TinyMCE toolbar doesn't show up anymore (tested with 3 browsers).
When I inspect the page with Chrome, I see " Uncaught TypeError: jQuery(...).tinymce is not a function" message.
Do you know what caused this?
Hello,
On my 7.1.6 Dolphin website, the TinyMCE toolbar doesn't show up anymore (tested with 3 browsers). When I inspect the page with Chrome, I see " Uncaught TypeError: jQuery(...).tinymce is not a function" message.
Do you know what caused this? |
Most likely you have added something that is conflicting with the TinyMCE jquery. If you are not seeing the TinyMCE in the backend as well as the front end then I would say it something site wide. It is not easy tracking down these errors, I have been there. Geeks, making the world a better place |
After investigation, gzip_loader temporary generated file (located in cache_public), do not include "plugins/tiny_mce/jquery.tinymce.js" resource file.
Do you have an idea how are generated this temporary file and where are specified which files are used to generate them? |
Hello,
On my 7.1.6 Dolphin website, the TinyMCE toolbar doesn't show up anymore (tested with 3 browsers). When I inspect the page with Chrome, I see " Uncaught TypeError: jQuery(...).tinymce is not a function" message.
Do you know what caused this?
First try to clear cache manually via ftp 2nd try to replace fresh file to your plugins tnymce (Dont forget to make backup) and clear cache again "Your future is created by what you do today, not tomorrow." @ www.dexpertz.net |
First try to clear cache manually via ftp
Clear cache already done, no change.
I have not explain that our validation platform has no issue and no code has been deployed between twice platform.
Does some modification in admin interface could impact the display of tinyMCE tool bar? |
Could you explain what you mean by "fresh file" ?
Any other idea?
2nd try to replace fresh file to your plugins tnymce (Dont forget to make backup) and clear cache again |