Forum

Thread tagged as: Problem, Error

Image Problems in Repeater Block.

Hello,

There seems to be an issue with using the image field type in a repeater that's in a block.

I get this error in the browser console:

Error: Dropzone already attached.

This prevents me from being able to add more than one item to the repeater.

Dexter Harrison

Dexter Harrison 29 points

  • 4 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Can you show me an example template? That would help in reproducing it.

Sure

<perch:blocks>
   <perch:block type="slider" label="Slideshow">
      <perch:repeater id="slideshow">
         <perch:content type="image" label="Image" id="image" bucket="images" />
      </perch:repeater>
   </perch:block>
</perch:blocks>
Drew McLellan

Drew McLellan 2638 points
Perch Support

Ok, looks simple. Thanks!

Hi,

In fact, this happens with files, links and pagelist too... after updating to Perch3. Not only images. All inside repeaters in block elements. This is my error message: Skipping 35__blocks_6 as deleted (2). It was no problems before the update.

When will this be fixed? It´s urgent....

Thanks!

Having the same issue, after updating to Perch 3. Do we have a fix for this soon?

Drew McLellan

Drew McLellan 2638 points
Perch Support

This is fixed in 3.0.2

Perfect, thank you :-)