Forum

Thread tagged as: Error, CKEditor

ckeditor - upload faild

Hi there,

I struggle to make ckeditor to upload image. I receive a cryptic message "Upload Filed" and not much more. Perch and addon are up to date. ( https://prnt.sc/hhqeob - screenshot )

I wonder if this is just me or its a common issue? Any clues?

PS: can tinymce be used with perch 3.0?

Perch: 3.0.11, PHP: 7.1.10, MySQL: mysqlnd 5.0.12-dev - 20150407 - $Id: b396954eeb2d1d9ed7902b8bae237b287f21ad9e $, with PDO
Server OS: Linux, litespeed
Installed apps: content (3.0.11), assets (3.0.11), categories (3.0.11), perch_forms (1.10)
App runtimes: <?php $apps_list = array( 'content', 'categories', 'perch_forms', ); ?>
PERCH_LOGINPATH: /cms
PERCH_PATH: https://localhost/cms
PERCH_CORE: https://localhost/cms/core
PERCH_RESFILEPATH: https://localhost/cms/resources
Image manipulation: GD
PHP limits: Max upload 128M, Max POST 64M, Memory: 128M, Total max file upload: 64M
F1: 3b606135b33e6a102526838f4152a807
Resource folder writeable: Yes
HTTP_HOST: drake.thecodesmiths.co.uk
DOCUMENT_ROOT: https://localhost
REQUEST_URI: /cms/core/settings/diagnostics/
SCRIPT_NAME: /cms/core/settings/diagnostics/index.php
Damian Drozdowicz

Damian Drozdowicz 0 points

  • 3 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Does uploading work without CKEditor?

Damian Drozdowicz

Damian Drozdowicz 0 points
Registered Developer

"Unfortunately" yes. I've checked resources permission and set it to 777 too - just in case.

Drew McLellan

Drew McLellan 2638 points
Perch Support

777 isn't always foolproof - many configurations will block it as being too permissive.

Have you checked your error log to see if there's any evidence of what's going wrong?

Damian Drozdowicz

Damian Drozdowicz 0 points
Registered Developer

Nothing too prominent at Perch error log nor at the server. I did encounter some Jquery errors at some point but I'm not able to replicate it anymore. I do believe that the ckeditor worked fine before recent perch core upgrade to 3.0.11. I also remember that ckeditor had some alignment options available for text formatting - not anymore. I don't know if any of this is helpful. I've moved to redactor for now.