error occurs when updating images in ckeditor

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
lmerino
User
Posts: 1

error occurs when updating images in ckeditor

Post by lmerino »

on the pages Add ckeditor uploads images correctly and the correct link appears

localhost/produccion2024/ckeditor/ckfinder/ckfinder.html?type=Images&CKEditor=x_Observaciones&CKEditorFuncNum=3&langCode=es

In the edit pages, an error appears, since the link is sending the name of the page pprevisionedit and that distorts the path where the server images are hosted

localhost/produccion2024/pprevisionedit/ckeditor/ckfinder/ckfinder.html?type=Images&CKEditor=x_Observaciones&CKEditorFuncNum=3&langCode=es


arbei
User
Posts: 9820

Post by arbei »

The CKEditor extension does not support CKFinder. If you upload your images with CKFinder yourself, you should make sure the URL uses root relative path, i.e. /produccion2024/...


Post Reply