Posts: 5
Threads: 1
Joined: Aug 2012
2012-08-24, 04:33:30
(This post was last modified: 2012-08-24, 04:41:58 by GBlakemor.)
Hi guys, i have been using getsimple for couple of days and it seems nice. Great job developers!
Unfortunately i have one problem/question, is there any way how could i add some wysiwyg editor to edit pages? The thing is i need other people to edit content of pages and they need to add images and so on. I need them to click a button instead writing <img src=".."...>.
Looking for you answers, regards.
Edit: I was checking something and i started demo of getsimple and i was kind of shocked, because there was wysiwyg page editor. >
http://quish.cz/data/upload/noproblem.png
I guess there is something wrong with my configuration, iam running 3.1.2 verison, but all iam getting >
http://quish.cz/data/upload/myproblem.png
I have tried check/unheck option "Enable the HTML editor" in settings, but no luck :/
Posts: 1,108
Threads: 70
Joined: Aug 2009
Wellcome to the forums .
First off I'd disable any plugins you might have installed. And see if everything works.
If you have chrome / Firefox installed use the built in dev tools to see if there are any JavaScript errors
Posts: 1,204
Threads: 30
Joined: Jun 2010
Normally there are no problems with enabling ckeditor in GS.
Despite ideas mentioned by n00dles, make sure you uploaded all files correctly to you hosting account, and they have sufficient execution rights.
And by the way, even small thing you changed might have impact on managing website, so you'd better list all steps you have made. Aside from that, what's your webhost ?
Addons: blue business theme, Online Visitors, Notepad
Posts: 5
Threads: 1
Joined: Aug 2012
Thanks for replies, i have checked for error and i find out there is problem with php setting on my host.
My webhost is something what would i call "almost-home-host"
, so i ll try to fix all the problems and report solution as soon as possible
.
Posts: 5
Threads: 1
Joined: Aug 2012
When i checked "Website health check" there have been 2 things missing, cURL and apache mod rewrite. Finally i was able to fix it, unfortunately my problem has not been fixed yet. So i checked edit page in chrome dev tools.
Code:
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://............./admin/template/js/ckeditor/ckeditor.js
Uncaught ReferenceError: CKEDITOR is not defined edit.php:344
Uncaught ReferenceError: CKEDITOR is not defined edit.php:388
Meta Description has 155 characters remaining jquery.getsimple.js:26
Would be nice if you could point me to any direction. I can check any log on webhost if it helps.
Posts: 6,266
Threads: 181
Joined: Sep 2011
umm is your server processing .js files as php ?
Posts: 161
Threads: 6
Joined: Jan 2010
Code:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
http://............./admin/template/js/ckeditor/ckeditor.js
That's your problem right there. Does that file exist? Getting a 500 Internal Server error off a JS file does't sound like your server is doing very well.
Posts: 5
Threads: 1
Joined: Aug 2012
2012-08-29, 19:56:31
(This post was last modified: 2012-08-29, 20:01:19 by GBlakemor.)
I have never had a similar problem with JS on this webhost. Iam using jquery basically all the time with no error. The file exist, i have tried replace it with a new one (from ckeditor website), but its still the same.
Is there any way how could i find out whats the problem? Any log on webhost?
-----------------------------------------------------------------------------
Edit: I have deleted .htaccess in CKeditor folder and PROBLEM SOLVED, iam not really sure how dangerous this is, but finally its working. Thanks all
Posts: 687
Threads: 63
Joined: Nov 2011
Glad you got it working, however I think there's a bigger issue you have that you've just temporarily patched improperly.
Can you describe your server configuration?