IF I try to use the editor in an email action I get this error... "tinyMCE Not Found". I know Max is aware about this but wasn't this supposed to be fixed in V4.04? Just curious of the status.
Thanks,
Gabe
Hi Gabe,
I thought Max fixed it in the last mini-update, please check with him using the Contact Us link above.
Bob
Hi Gabe,
It should be fixed, please make sure that your browser and website caches are cleared, its working fine here.
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
EDIT:
I noticed in the error logs that Chronoforms is looking for the following file, which does not exist:
/public_html/plugins/editors/tinymce/jscripts
Hi Max,
Yes the browser cache is cleared and I do not use the Joomla (or any other) cache. Do I need to uninstall CF first and then re-install? (I installed over the older version).
I get this error using the "Thank You" page action also.
Thanks, Gabe
Hi Gabe,
What's your Joomla version ? I'm testing here on J3.2 and all is good!
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Max,
I'm running J3.2 also. I downloaded a fresh copy and looked in the tinyMCE folder and did not see the file /jscripts.
???
I tried Chronoforms on a fresh install on another site and it is indeed working fine.
I'll have to dig deeper.
Thanks,
Gabe
PROBLEM FOUND and FIXED
After digging deeper, I found that the error tinyMCE not found is caused by the email_gh action.
Bob, have you noticed this also?
I completely uninstalled CF and then reinstalled it. No error.
After installing the email_gh action the error is there.
It also affects all forms that want to use the editor.
I was able to fix this doing the following:
In the file
administrator->components->com_chronoforms->form_actions->email_gh->email_gh.ctp
on lines 51, 52 and 54 change the path to the tinyMCE js file from:
/media/editors/tinymce/jscripts/tiny_mce/tiny_mce.js
to
/media/editors/tinymce/tinymce.min.js
Problem seems to be fixed and I am able to use the editor on any action that offers the editor🙂
Hi Gabe,
Ah - I hadn't spotted that, and I've been away for a few days. I've just uploaded a fixed version to my site.
Bob