Accessory, Fieldtype, Module

Archived
Forum
(read-only)

Darren Miller does not actively monitor this forum
(but you can still get help from other EE users).

EE 1
EE 2
DM EECK

Back to this add-on's main page
View Other Add-ons From Darren Miller

     

You must be logged in to post.

Setting up DM EECK

Support Request

sgmac
sgmac

Hi,

i just fiddling around to get EECK up and running. I followed the instruction here and getting a siced, but blank greyed textarea. I tried a absolute and a relative path for the ckeditor.js in the settings page. Nothing worked.

Darren Miller (dmlogic)
# 1
Developer
Darren Miller (dmlogic)

please can you post a screen grab or summary of your EECK fieldtype settings.

sgmac
# 2
sgmac

I just found out, that EECK shows up in FireFox but not in Safari (both Mac). Wygwam works with both browser (btw).
I mainly interested in your CKFinder fieldtype, wich doesn’t work on both browser. The CKFinder pops up, but no images gets pasted back on the publish page. The “Upload” button has no function at all.

Image Attachments
Bildschirmfoto 2010-10-05 um 12.56.26.png
Darren Miller (dmlogic)
# 3
Developer
Darren Miller (dmlogic)

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…

sgmac
# 4
sgmac

yes to all. i just send the support details to you.

sgmac
# 5
sgmac

so… I just gave it a new shot. I reseted everything, deleted all EECK & CK files & folders, downloaded everything again and moved the CKeditor&CKfinder; into the themes folder now.
Now, the editor shows up on the publish page. But still no luck with the CKFinder Field.
And, yes, the php Code on the settings page is also still there…

Darren Miller (dmlogic)
# 6
Developer
Darren Miller (dmlogic)

@sgmac - I think I’ve managed to re-create your description of the problem at this end. If I disable PHP short tags then everything works except the ‘Upload’ link on the file field is non-functional.

I’ll look into fixing that as soon as I can but in the meantime - assuming this is the problem - then adjusting your php.ini so that:

short_open_tag On 

should do the trick