GetSimple Support Forum

Full Version: GetSimple 2.0 beta 2 : CKEditor - Website Archives
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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.
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
OK. Thank you
On my localhost have no CKEditor Sad Any ideas?
any js errors in firebug?
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
Whats your local setup
can't replicate the problem here locally.

Mike
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
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
Yes it is set correctly (http://get2/)
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
}
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.
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...
great at least we have that sorted.

I'll add it to the issue tracker.

Thanks for your help.

Mike.
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.
I think CKeditor determines the language of my system, not vice versa
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
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';
Yup that's it alright, I can now generate the fault.

Nice one.

Thanks for your help..

Mike.