Editor is not working
Moderator: mkoch227
Editor is not working
Hi i have installed mods of hesk. As per the demo, i am unable to see RICH TEXT editor.
Re: Editor is not working
The same here.
No adblocker or scriptblocker
No adblocker or scriptblocker
Re: Editor is not working
I found an error with developer console
The resource:
returns 404
There is a tiny_mce in subdirectory
My installation was a fresh installation with mods-for-hesk-Version 3.3.0
i symlinked the old directory to new directory and this worked
But this is an error within a fresh installtion
The resource:
Code: Select all
https://my.hesk.server/hesk/inc/tiny_mce/3.5.11/tiny_mce.js
There is a tiny_mce in subdirectory
Code: Select all
/hesk/inc/tiny_mce/3.5.12/tiny_mce.js
i symlinked the old directory to new directory and this worked
Code: Select all
ln -s /opt/hesk/inc/tiny_mce/3.5.12 /opt/hesk/inc/tiny_mce/3.5.11