Just thought of one more option and was wondering if this would solve the issue. Because all of our domains (one.domain.com, two,domain.com) point to the exact same website, would we be able to use a single website license if we we hard coded the ckFinder.basePath to use just one domain and that domain/website is the sole domain that connected with ckFinder?
uncaught exception: Permission denied to set property Window.FCK_STATUS_NOTLOADED
[Break on this error] undefined
FCKBrowserInfo has no properties
[Break on this error] if ( FCKBrowserInfo.IsGecko )
fckeditor.html (line 182)
FCKLang is not defined
[Break on this error] window.document.dir = FCKLang.Dir ;
fckeditor.html (line 112)
uncaught exception: Permission denied to get property Window.FCKeditorAPI
[Break on this error] undefined
FCK has no properties
[Break on this error] FCK.ContextMenu={};FCK.ContextMenu.Listeners=[];FCK.ContextMenu.RegisterListener...
fckeditorcode_gec... (line 96)
FCKConfig has no properties
[Break on this error] var FCKConfig=FCK.Config={};if (document.location.protocol=='file:'){FCKConfig.B...
fckeditorcode_gec... (line 32)
FCKBrowserInfo has no properties
[Break on this error] if ( FCKBrowserInfo.IsIE )
fckeditor.html (line 58)
FCKConfig has no properties
[Break on this error] FCKConfig.DisableEnterKeyHandler = false ;
fckconfig.js (line 28
I did think that might be the issue, thanks for clarifying that it is. Unfortunately it is not practical in our situation to start redirecting clients from one domain to another as there are a multitude of reasons why we separate them by third level domain. With our clients the calls that would come in when they noticed their domain switching would cause us more trouble than it's worth.
I don't find fault with the product mind you, rather knowing what the issue is I can see what we will need to do to resolve the issue for ourselves. I will PM you a question later today in this regard.
hi Frederico may i use the ckeditor in our commercial website without purchasing any type of license if yes please let me know about it and please also tell us what are the terms and conditions that will be applied on it. thanks in advance
Re: Licencing issue/question
http://www.mydomain.com.auhttp://mydomain.com.au
www.mydomain.com.au
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Licencing issue/question
http://ckFinder.domain.com/assets/clientA/images
http://ckFinder.domain.com/assets/clientB/images
Re: Licencing issue/question
Graham
Re: Licencing issue/question
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Licencing issue/question
<cfscript> fckEditor = createObject("component", "tag/fckeditor/fckEditor"); fckEditor.instanceName="testInstance; fckEditor.basePath="http://#cgi.http_host#/tag/fckEditor/"; fckEditor.value="Some Text"; fckEditor.width="100%"; fckEditor.height="350"; fckEditor.toolbarSet="Default"; ckfinder = createObject( "component", "tag/ckFinder/ckfinder" ) ; ckfinder.editorObj = fckEditor ; ckfinder.basePath = "http://#cgi.http_host#/tag/ckFinder/" ; ckfinder.SetupFCKeditor() ; fckEditor.create(); // create instance now. </cfscript>uncaught exception: Permission denied to set property Window.FCK_STATUS_NOTLOADED [Break on this error] undefined FCKBrowserInfo has no properties [Break on this error] if ( FCKBrowserInfo.IsGecko ) fckeditor.html (line 182) FCKLang is not defined [Break on this error] window.document.dir = FCKLang.Dir ; fckeditor.html (line 112) uncaught exception: Permission denied to get property Window.FCKeditorAPI [Break on this error] undefined FCK has no properties [Break on this error] FCK.ContextMenu={};FCK.ContextMenu.Listeners=[];FCK.ContextMenu.RegisterListener... fckeditorcode_gec... (line 96) FCKConfig has no properties [Break on this error] var FCKConfig=FCK.Config={};if (document.location.protocol=='file:'){FCKConfig.B... fckeditorcode_gec... (line 32) FCKBrowserInfo has no properties [Break on this error] if ( FCKBrowserInfo.IsIE ) fckeditor.html (line 58) FCKConfig has no properties [Break on this error] FCKConfig.DisableEnterKeyHandler = false ; fckconfig.js (line 28Re: Licencing issue/question
http://domainA/http://domainB/
http://domainA/http://domainB/
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Licencing issue/question
I don't find fault with the product mind you, rather knowing what the issue is I can see what we will need to do to resolve the issue for ourselves. I will PM you a question later today in this regard.
Thank you for the prompt responses.
Ryan
Re: Licencing issue/question
may i use the ckeditor in our commercial website without purchasing any type of license
if yes please let me know about it and please also tell us what are the terms and conditions that will be applied on it.
thanks in advance