Error creating a campaign

More
29 Sep 2010 00:49 #226 by chris
Replied by chris on topic Error creating a campaign
Have you uninstalled tinymce from your site?

Please do the following:

Open the file ...administrator/components/com_joomailermailchimpintegration/views/create/tmpl/default.php and replace this

if ( ! JFile::exists($path) )
{
$editortype = '';
} else {
$editortype = 'tinymce';
}


with this

if ( ! JFile::exists($path) )
{
$editortype = 'none';
} else {
$editortype = 'tinymce';
}


The editors should now load properly.

Please Log in or Create an account to join the conversation.

More
29 Sep 2010 17:08 #227 by ciroalves
Replied by ciroalves on topic Error creating a campaign
Hi Chris,
good morning!

Amazing your support! thank you very much!
I had TinyMCE plugin installed but it was disabled.
It was just to enable it to have campaign newsletter creator working without needing to modify the code.

Thank you once again and feel free to mark this topic as solved ;)

Ciro.

Please Log in or Create an account to join the conversation.