I got a strange problem where TinyMCE's advimage isn't working on my published site but works when I run the site on my local machine (localhost...). I'm using TinyMCE 3 and Umbraco 6.1.5.
I've added
<plugin loadOnFrontend="true">advimage</plugin>
to the tinyMceConfig file, is there something else I should do to make it work?
Otherwise are you certain that your live-site isn't lacking any files? If you use the inspector tool of your browser do you then see some error message in the console? Have you tried having a look in the /app_data/logs file to see if that reveals anything?
When you deploy from your local site to your live-site what is your process? Have you perhaps forgot to copy over some files? Perhaps you forgot to copy over the config file? Otherwise you might missed recycling the app pool after the change?
Hi Jan! Never got a notification so I didn't see you reply until now, sorry!
Still haven't managed to solve the problem and I don't think there are any files missing. I've also discovered that if you right click an image you get a menu option called "advanced.image_sec" which opens the advanced image editor! But when you click the "insert image button" above the editor you still get the regular image editor.
TinyMCE's advimage not working on published site
Hey guys!
I got a strange problem where TinyMCE's advimage isn't working on my published site but works when I run the site on my local machine (localhost...). I'm using TinyMCE 3 and Umbraco 6.1.5.
I've added
<plugin loadOnFrontend="true">advimage</plugin>
to the tinyMceConfig file, is there something else I should do to make it work?
Thanks!
Hi Björn
Did you managed to solve this?
Otherwise are you certain that your live-site isn't lacking any files? If you use the inspector tool of your browser do you then see some error message in the console? Have you tried having a look in the /app_data/logs file to see if that reveals anything?
When you deploy from your local site to your live-site what is your process? Have you perhaps forgot to copy over some files? Perhaps you forgot to copy over the config file? Otherwise you might missed recycling the app pool after the change?
Hope these input helps!
/Jan
Hi Jan! Never got a notification so I didn't see you reply until now, sorry!
Still haven't managed to solve the problem and I don't think there are any files missing. I've also discovered that if you right click an image you get a menu option called "advanced.image_sec" which opens the advanced image editor! But when you click the "insert image button" above the editor you still get the regular image editor.
Very strange...
/Björn
Hi Björn
That happens sometimes unfortunately. And you're sure it did not end up in the spam folder?
Hmmm - Are you logged in as a english/american user? Or do you log in using another language?
/Jan
It turned out that I hadn't configured the notifications settings correctly so it was my fault :)
I'm logged in as administrator and the language is set to English (UK).
/Björn
Hi Björn
Glad you got it solved :)
/Jan
Hehe, I was talking about the notification here on umbraco.org :)
I still have the TinyMCE problem...
/Björn
D'oh! Of course - sorry 'bout that :)
Do you see any errors in the console log of your browser when you browse a node where you would expect a rich text editor?
/Jan
No worries :)
Nope, no errors in the console log.
/Björn
Ok, could you try doing an upgrade like I suggested earlier?
/Jan
is working on a reply...