|
I think I know what the surplus closing tag is about. I tend use short tags alot e.g. <? rather than <?php
Looks like your system is not parsing them. Check your main expression engine config file for
$config['rewrite_short_tags'] = TRUE;
and ensure it’s TRUE. I’ll amend the short tags to long ones for the next release.
As far as other issues go I have two questions:
1. Are you using the latest release (v0.6)?
2. I’m guessing you CK paths are correct if it’s functional in FF. To confirm this, if you enter http:/your_domain.com/tools/editors/ckeditor/ckeditor.js in your browser, do you see some js output (where your_domain.com is the domain of your site).
Assuming yes to all that, can you fill in the details here: http://supportdetails.com/ and send it to me and I’ll see if I can re-create the problem in the same environment you use. And we’ll take it from there…
|