Editor is not working

Forum dedicated to Mods for HESK created by Mike Koch

Moderator: mkoch227

Post Reply
pintraj
Posts: 5
Joined: Wed Jan 03, 2018 5:57 pm

Editor is not working

Post by pintraj »

Hi i have installed mods of hesk. As per the demo, i am unable to see RICH TEXT editor.
mgipp
Posts: 2
Joined: Fri Mar 23, 2018 6:36 am

Re: Editor is not working

Post by mgipp »

The same here.
No adblocker or scriptblocker
mgipp
Posts: 2
Joined: Fri Mar 23, 2018 6:36 am

Re: Editor is not working

Post by mgipp »

I found an error with developer console
The resource:

Code: Select all

https://my.hesk.server/hesk/inc/tiny_mce/3.5.11/tiny_mce.js
returns 404

There is a tiny_mce in subdirectory

Code: Select all

/hesk/inc/tiny_mce/3.5.12/tiny_mce.js
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

Code: Select all

ln -s /opt/hesk/inc/tiny_mce/3.5.12 /opt/hesk/inc/tiny_mce/3.5.11
But this is an error within a fresh installtion
Post Reply