Forum
Redactor Not Working in Second Repeater
Hi
I have 2 repeaters in a template both using Redactor but the editor isn't showing in the second repeater, just a blank textarea box...
Template...
<section id="servicessection" style="background-image: url('<perch:content id="bgImg" type="image" bucket="backgrounds" />');">
<div class="container">
<h2><perch:content id="h2" type="text" label="Section H2 title"/></h2></center>
<div class="row">
<div class="col-xs-12 col-sm-5 col-sm-offset-1">
<ul>
<perch:repeater id="servicesLeft" label="Left Bullet Points">
<li><perch:content id="liLeft" type="textarea" editor="redactor" html="true" label="Bullet point text" /></li>
</perch:repeater>
</ul>
</div>
<div class="col-xs-12 col-sm-5">
<ul>
<perch:repeater id="servicesRight" label="Right Bullet Points">
<li><perch:content id="liRight" type="textarea" editor="redactor" html="true" label="Bullet point text" /></li>
</perch:repeater>
</ul>
</div>
</div>
</div>
</div>
</section>
Diagnostics...
Perch: 3.0.8, PHP: 7.0.15, MySQL: mysqlnd 5.0.12-dev - 20150407 - $Id: b5c5906d452ec590732a93b051f3827e02749b83 $, with PDO
Server OS: Linux, cgi-fcgi
Installed apps: content (3.0.8), assets (3.0.8), categories (3.0.8), perch_blog (5.5.1), perch_forms (1.9)
App runtimes: <?php $apps_list = [ 'perch_forms', 'perch_blog', ];
PERCH_LOGINPATH: /cms
PERCH_PATH: /home/kjplaster/I64832M1/perch3/cms
PERCH_CORE: /home/kjplaster/I64832M1/perch3/cms/core
PERCH_RESFILEPATH: /home/kjplaster/I64832M1/perch3/cms/resources
Image manipulation: GD Imagick
PHP limits: Max upload 128M, Max POST 128M, Memory: 256M, Total max file upload: 128M
F1: 0c66c2e1f82f9e0b7617b2cb8270f2c7
Resource folder writeable: Yes
HTTP_HOST: dev.kj-plastering.co.uk
DOCUMENT_ROOT: /home/kjplaster/I64832M1/perch3/
REQUEST_URI: /cms/core/settings/diagnostics/
SCRIPT_NAME: /cms/core/settings/diagnostics/index.php
Did you update recently? If so, make sure you have browser caching turned off. I believe this should be fixed.
Hi Drew
I'm using Google Chrome (v59) and have cleared all cache and it's still not working.
Have also tried in Firefox and Edge (which haven't been used on this site so nothing should be in cache for this site) and still no luck I'm afraid.
Glen
Ok, I thought that was all working now.
I'll log it.