Forum

Thread tagged as: Error, CKEditor

CKEditor Image Upload URL

I am experiencing an issue when I upload and send to server an image via CKEditor

After saving, the image appears as a broken link in the content and I notice the image path is the full server path e.g. /var/www/ etc and not web accessible path.

I am running Perch 2.6.3 and the latest version of CKEditor available from the Perch site.

Please advise

Neil Duddridge

Neil Duddridge 1 points

  • 7 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Ok. What details can you give me?

Hi,

I am having the same issue outlined above by Neil.

Everything works fine with adding an image via ckeditor except that the img shows a broken link in my web page after adding it. Upon inspection with dev tools it appears there are double quotes for each of the img attributes which makes the src attribute path not render. (see screenshots)

I am using Perch v2.8.10 and ckeditor v1.9.1 and testing on my local server using MAMP.

Any help would be appreciated.

ckeditor img issue 01

ckeditor img issue 02

ckeditor img issue 03

ckeditor img issue 04