Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I could use a little help solving this one.
For some reason - whenever I disable debugging in web.config, allowing the CDF to initialize, the paths for plugins in TinyMCE become faulty.
They look like this:
http://localhost:52099//plugins/newsletterstudio/plugin.js
http://localhost:52099//plugins/anchor/plugin.js
When they should look like this:
http://localhost:52099/umbraco/lib/tinymce/plugins/newsletterstudio/plugin.js
http://localhost:52099/umbraco/lib/tinymce/plugins/anchor/plugin.js
I've cleared caches, deleted the CDF folder, and incremented the CDF version, but it has no effect.
Any idea what's going on?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
TinyMCE missing parts of plugin paths when CDF is enabled
I could use a little help solving this one.
For some reason - whenever I disable debugging in web.config, allowing the CDF to initialize, the paths for plugins in TinyMCE become faulty.
They look like this:
http://localhost:52099//plugins/newsletterstudio/plugin.js
http://localhost:52099//plugins/anchor/plugin.js
When they should look like this:
http://localhost:52099/umbraco/lib/tinymce/plugins/newsletterstudio/plugin.js
http://localhost:52099/umbraco/lib/tinymce/plugins/anchor/plugin.js
I've cleared caches, deleted the CDF folder, and incremented the CDF version, but it has no effect.
Any idea what's going on?
is working on a reply...