GetSimple Support Forum
GetSimple 2.0 beta 2 : CKEditor - Website Archives - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: GS Development Testing - (alpha/beta) (http://get-simple.info/forums/forumdisplay.php?fid=14)
+--- Thread: GetSimple 2.0 beta 2 : CKEditor - Website Archives (/showthread.php?tid=307)



GetSimple 2.0 beta 2 : CKEditor - Website Archives - Rich - 2010-01-18

1. Just playing with the new CKEditor and I don't see anywhere how to upload or add picture in to page.

2. In Backups - Website Archives when I click on Create New Archive Now Ill get this error: The requested URL /svn/index.php was not found on this server.

I am testing this on localhost using mamp.

Thank you for your work.


GetSimple 2.0 beta 2 : CKEditor - Website Archives - internet54 - 2010-01-18

Yes, the add picture button is not there currently. I'm sure that will be added.

Backups are still being worked on as there are permission issues with the zip file that is created.


GetSimple 2.0 beta 2 : CKEditor - Website Archives - ccagle8 - 2010-01-18

The file browser was going to be added, but I was having trouble getting a file browser integrated with it. I'm not going to hold up 2.0 for it, but I will try to get it in there.

The only two options I've found are: http://abeautifulsite.net/2008/03/jquery-file-tree/ and http://keevitaja.com/?page_id=47


GetSimple 2.0 beta 2 : CKEditor - Website Archives - Rich - 2010-01-18

OK. Thank you


GetSimple 2.0 beta 2 : CKEditor - Website Archives - vsky - 2010-01-18

On my localhost have no CKEditor Sad Any ideas?


GetSimple 2.0 beta 2 : CKEditor - Website Archives - n00dles101 - 2010-01-18

any js errors in firebug?


GetSimple 2.0 beta 2 : CKEditor - Website Archives - vsky - 2010-01-18

ckeditor.js (line 34)
Code:
l.lang.about is undefined
[Break on this error] m.appendTo(a.document.getHead());if(b.hc...ToBookmark(B);s.selectNodeContents(A);\r\n



GetSimple 2.0 beta 2 : CKEditor - Website Archives - n00dles101 - 2010-01-19

Whats your local setup
can't replicate the problem here locally.

Mike


GetSimple 2.0 beta 2 : CKEditor - Website Archives - vsky - 2010-01-19

n00dles101 Wrote:Whats your local setup
can't replicate the problem here locally.

Mike

I use denwer pack. If you need more specific data please ask me


GetSimple 2.0 beta 2 : CKEditor - Website Archives - n00dles101 - 2010-01-19

I know it's an obvious question but is your Website Base URL:
on the settings tab is set correctly??

cKeditor uses this when initializing...

Just to rule it out....

Mike


GetSimple 2.0 beta 2 : CKEditor - Website Archives - vsky - 2010-01-19

Yes it is set correctly (http://get2/)


GetSimple 2.0 beta 2 : CKEditor - Website Archives - kotos - 2010-01-19

vsky Wrote:On my localhost have no CKEditor Sad Any ideas?

I have this same problem on my host with no working CKE

Testing in:

Firefox 3.5.7
Opera 10.10
Chrome 3.0.195
IE 8 { ie show a bug

Line: 34
Char: 425
Kod: 0
Identyfikator URI: http://www................../getsimple/admin/template/js/ckeditor/ckeditor.js
}


GetSimple 2.0 beta 2 : CKEditor - Website Archives - n00dles101 - 2010-01-19

Can't replicate the problem at all here.

Can you edit edit.php and make the follwoing changes.

o - line 233: remove the trailing ","
o - line 243: change the "it" to "en"

Let me know if that works.

Mike.


GetSimple 2.0 beta 2 : CKEditor - Website Archives - vsky - 2010-01-19

No Mike, nothing...

UPDATE:
Ok, the problem was lang folder with only english language. I've substitute it with original one (download from off. site with all languages). Now it works! :mad:

Observation: it doesn't matter which language you pick, it depends on you OS language :|
I have russian OS and I need russian lang file otherwise it won't work...


GetSimple 2.0 beta 2 : CKEditor - Website Archives - n00dles101 - 2010-01-19

great at least we have that sorted.

I'll add it to the issue tracker.

Thanks for your help.

Mike.


GetSimple 2.0 beta 2 : CKEditor - Website Archives - internet54 - 2010-01-20

vsky, that's interesting that your OS determines which language CKeditor uses.
Maybe GS needs to have the main download as EN only, then have the other languages downloadable which include the lang files for GS and CKeditor.

I've never known that to be an issues being an English only person. That's good info for future programming.


GetSimple 2.0 beta 2 : CKEditor - Website Archives - vsky - 2010-01-20

I think CKeditor determines the language of my system, not vice versa


GetSimple 2.0 beta 2 : CKEditor - Website Archives - n00dles101 - 2010-01-20

Hi guys,

Could you change 243 to the following and try it again for us.

config.language = 'en';
config.defaultLanguage = 'en';

I think if 'config.language' is not set it will try and use your local language.

thanks,
Mike


GetSimple 2.0 beta 2 : CKEditor - Website Archives - vsky - 2010-01-20

Hi Mike. No it doesn't work...
But with your help I've figured it out. To fix it once for all you just need to uncomment line 9 in config.js
Code:
config.language = 'en';



GetSimple 2.0 beta 2 : CKEditor - Website Archives - n00dles101 - 2010-01-20

Yup that's it alright, I can now generate the fault.

Nice one.

Thanks for your help..

Mike.