Forum

Thread tagged as: Problem, Error, Redactor

Redactor fail

Hi Rachel and Drew,

I'm getting no feedback with redactor plugin when i try to upload images into a blog post textarea. The image is uploaded to the resources folder. But there is no editing options - popup modal doesn't offer a confirm bottom or any other UI. So i'm assuming its a redactor fail.

I no options nothing like the screenshot here https://forum.grabaperch.com/forum/07-15-2014-perch-blog-redactor-and-image-buckets

Oh and it fails in in a local as well as production server.

The State of Things.

Backend

template.

<perch:blog id="postDescHTML" type="textarea" label="Post" order="2" editor="redactor" html="true" size="xxl autowidth" required="true" imagecrop="true" bucket="default" />

Previously i had used the imagewidth and imageheight attributes. It fails in both versions.

Ckeditor works.

Thanks Ian

ian hobbs

ian hobbs 1 points

  • 6 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Which version of Redactor are you using? Does it work with regular content region templates?

There's an undefined function being called in the upload script, so comment out line 105.

//log_this(strip_tags(PerchUtil::output_debug(true)));

No. I checked the redactor plugin on the developers site. I get the same appearance as the demo load. ( https://imperavi.com/redactor/examples/upload-images/ ) but no code inserted into the text field. And the images appear in the assets.

Whoo give Andrés another point... fixed!! Thanks guys.

Drew McLellan

Drew McLellan 2638 points
Perch Support

Thanks, I'll get that fixed.