diydeveloper / cms-canvas

Laravel CMS
36 stars 33 forks source link

Entry Edit Screen doesn't Save 2nd and 3rd CKEditor entries #4

Closed psotte closed 10 years ago

psotte commented 10 years ago

screen shot 2014-03-14 at 9 41 39 am My content type for my home page has three content editors. When I save the entries, the text in the second and third areas vanishes and only the text in the first content area remains. I double-checked the problem by using the provided two-column default page template and the same situation happens: the left column content is preserved but the right column content vanishes. I have attached my server settings in case that sheds any light on the problem.

dansanti commented 10 years ago

well, i can fix it, upgrading ckeditor to latest version, /application/themes/admin/assets/js/ckeditor and copyng the old stylesheetparser(if you use a newer this make a p null error) to /home/dansanti/Documentos/clientes/web/apivetholistic.cl/dev/public_html/dev_apivetholistic_cl/application/themes/admin/assets/js/ckeditor/plugins directory

psotte commented 10 years ago

What is the file name for the style sheet parser and location?


Peter Otte Productions 1811 State Street Suite A Santa Barbara, CA 93110 (626) 796-5050 (805) 880-0375 fax petersotte SKYPE www.popsb.com

On Jul 14, 2014, at 4:32 AM, dansanti notifications@github.com wrote:

well, i can fix it, upgrading ckeditor to latest version, /application/themes/admin/assets/js/ckeditor and copyng the old stylesheetparser(if you use a newer this make a p null error) to /home/dansanti/Documentos/clientes/web/apivetholistic.cl/dev/public_html/dev_apivetholistic_cl/application/themes/admin/assets/js/ckeditor/plugins directory

— Reply to this email directly or view it on GitHub.

dansanti commented 10 years ago

On old /ckeditor/plugins/stylesheetparser folder, Copy entery folder on new ckeditor

diydeveloper commented 10 years ago

@dansanti is correct. This looks to be an issue with ckeditor. Upgrading ckeditor to the latest version fixes the issue. I have ugraded ckeditor to 4.4.2 in v1.1.6.