Forum

Thread tagged as: Problem, Error

Multiple Repeaters within Blocks Template not saving.

Hello. I'm trying to create a blocks template for the first time and I am having an issue with repeaters that are inside it.

I'm creating a block that has three islands, each with their own heading, description and list. I'd like each list to be a repeater. Within the admin section I am able to add the block, and successfully save the content for all three headings, and descriptions, but only the content for the first list repeater (island1List). I can add the repeater fields and enter text, but when I save the region the content for the second and third list repeaters just disappear.

I've tried renaming the regions, and I am using multiple repeaters within non-blocks templates elsewhere on the site, so I don't know whether it's a blocks specific issue, or whether I am just missing something really obvious.

Any help would be much appreciated!

My main blocks template is main_content_blocks.html:

<perch:blocks>
  <perch:block type="islandTrio" label="Island Trio">
      <perch:template path="content/blocks/island_trio.html" />
  </perch:block>
</perch:blocks>

Note: I've tried this with and without the template include, and still experience the problem.

The island_trio.html template is:

<div class="row">
    <div class="col-s-4">
        <div class="island">
            <h1><perch:content id="island1Heading" type="text" label="Heading" required="true" title="true" /></h1>
            <perch:content id="island1Desc" type="textarea" label="Description"  html="true" editor="redactor" imagewidth="720" imageheight="540" imagedensity="2" imagequality="50" imagesharpen="2" bucket="general" />
            <perch:repeater id="island1List" label="List" max="5">
            <perch:before><ul class="fa-ul"></perch:before>
                <li><i class="fa-li fa fa-caret-right"></i> <perch:content id="island1ListItem" type="text" label="List Item" /></li>
            <perch:after></ul></perch:after>
            </perch:repeater>
        </div>
    </div>
    <div class="col-s-4">
        <div class="island">
            <h1><perch:content id="island2Heading" type="text" label="Heading" required="true" title="true" /></h1>
            <perch:content id="island2Desc" type="textarea" label="Description"  html="true" editor="redactor" imagewidth="720" imageheight="540" imagedensity="2" imagequality="50" imagesharpen="2" bucket="general" />
            <perch:repeater id="island2List" label="List" max="5">
            <perch:before><ul class="fa-ul"></perch:before>
                <li><i class="fa-li fa fa-caret-right"></i> <perch:content id="island2ListItem" type="text" label="List Item" /></li>
            <perch:after></ul></perch:after>
            </perch:repeater>
        </div>
    </div>
    <div class="col-s-4">
        <div class="island">
            <h1><perch:content id="island3Heading" type="text" label="Heading" required="true" title="true" /></h1>
            <perch:content id="island3Desc" type="textarea" label="Description"  html="true" editor="redactor" imagewidth="720" imageheight="540" imagedensity="2" imagequality="50" imagesharpen="2" bucket="general" />
            <perch:repeater id="island3List" label="List" max="5">
            <perch:before><ul class="fa-ul"></perch:before>
                <li><i class="fa-li fa fa-caret-right"></i> <perch:content id="island3ListItem" type="text" label="List Item" /></li>
            <perch:after></ul></perch:after>
            </perch:repeater>
        </div>
    </div>
</div>

Here is the diagnostic report for the install:

Perch: 2.8.2
Production mode: (PERCH_DEVELOPMENT)
Installed apps: content (2.8.2), assets (2.8.2), categories (2.8.2), perch_blog (4.5.4), perch_forms (1.8.2), perch_mailchimp (2.0.1), perch_newsfeed (1), perch_backup (1.2)
DB driver: PDO
DB tables: perch2_blog_authors, perch2_blog_comments, perch2_blog_index, perch2_blog_posts, perch2_blog_posts_to_tags, perch2_blog_sections, perch2_blog_tags, perch2_categories, perch2_category_counts, perch2_category_sets, perch2_content_index, perch2_content_items, perch2_content_regions, perch2_forms, perch2_forms_responses, perch2_mailchimp_campaigns, perch2_mailchimp_history, perch2_mailchimp_log, perch2_mailchimp_stats, perch2_mailchimp_subscribers, perch2_navigation, perch2_navigation_pages, perch2_newsfeed, perch2_page_templates, perch2_pages, perch2_resource_log, perch2_resource_tags, perch2_resources, perch2_resources_to_tags, perch2_settings, perch2_user_privileges, perch2_user_role_privileges, perch2_user_roles, perch2_users
Users: 1
App runtimes:
<?php
    $apps_list = array(
        'content',
        'categories',
        'perch_blog',
        'perch_forms',
        'perch_mailchimp',
    );
?>
Scheduled tasks for perch_mailchimp: update_list_stats (60 mins)
Scheduled tasks for perch_blog: delete_spam_comments (1440 mins)
Scheduled tasks for perch_newsfeed: update_news (1440 mins)
Editor plug-ins: markitup, redactor
H1: 43ebf049f1c6befa0455d7cce9845527
L1: 20f05f40a6b24c524cf76e1056cc7f34
headerColour: #060000
content_singlePageEdit: 1
helpURL:
siteURL: /
hideBranding: 1
content_collapseList: 1
lang: en-gb
update_2.4.9: done
latest_version: 2.7.10
on_sale_version: 2.8.2
headerScheme: dark
dashboard: 1
content_hideNonEditableRegions: 1
content_frontend_edit: 1
hide_pwd_reset: 0
logoPath: /office/resources/dark-flare-design-logo.svg
perch_blog_comment_notify: 0
update_2.5: done
update_2.5.1: done
update_2.5.2: done
perch_blog_post_url: /blog/post.php?s={postSlug}
perch_blog_update: 5.0
update_2.6.3: done
perch_blog_slug_format: %Y-%m-%d-{postTitle}
perch_blog_akismet_key:
perch_blog_max_spam_days: 0
update_2.7.10: done
perch_mailchimp_list_id: 37ce0b233a
perch_mailchimp_campaign_url: /_mailchimp/campaign.php?s={campaignSlug}
perch_mailchimp_api_key: 50b8eca7e6758096a45b9ca4978c5249-us1
perch_mailchimp_secret: dfb814194290291ab22902c741a6771e
perch_mailchimp_update: 2.0
perch_backup_mysqldump_path:
update_2.8.2: done
PERCH_DEVELOPMENT: 10
PERCH_STAGING: 50
PERCH_PRODUCTION: 100
PERCH_DB_USERNAME: cl34-dfd-jlw
PERCH_DB_SERVER: localhost
PERCH_DB_DATABASE: cl34-dfd-jlw
PERCH_DB_PREFIX: perch2_
PERCH_TZ: Europe/London
PERCH_EMAIL_FROM: iain@darkflaredesign.co.uk
PERCH_EMAIL_FROM_NAME: Iain Fergus
PERCH_LOGINPATH: /office
PERCH_PATH: /home/sites/darkflarehosting.co.uk/public_html/dfd/office
PERCH_CORE: /home/sites/darkflarehosting.co.uk/public_html/dfd/office/core
PERCH_RESFILEPATH: /home/sites/darkflarehosting.co.uk/public_html/dfd/office/resources
PERCH_RESPATH: /office/resources
PERCH_HTML5: 1
PERCH_RWD: 1
PERCH_DEBUG: 1
PERCH_PRODUCTION_MODE: PERCH_DEVELOPMENT
PERCH_RUNWAY:
PERCH_ERROR_MODE: DIE
PERCH_DATE_LONG: %d %B %Y
PERCH_DATE_SHORT: %d %b %Y
PERCH_TIME_SHORT: %H:%M
PERCH_TIME_LONG: %H:%M:%S
PERCH_PREVIEW_ARG: preview
PERCH_TEMPLATE_PATH: /home/sites/darkflarehosting.co.uk/public_html/dfd/office/templates
PERCH_DEFAULT_DOC: index.php
PERCH_DEFAULT_EXT: .php
PERCH_HTML_ENTITIES:
PERCH_SSL:
PERCH_STRIPSLASHES:
PERCH_PROGRESSIVE_FLUSH: 1
PERCH_AUTH_PLUGIN:
PERCH_DB_CHARSET: utf8
PERCH_DB_PORT:
PERCH_DB_SOCKET:
HOSTING SETTINGS

PHP: 5.5.20
Zend: 2.5.0
OS: Linux
SAPI: cgi-fcgi
Safe mode: not detected
MySQL client: mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $
MySQL server: 5.5.33
Extensions: Core, date, ereg, libxml, openssl, pcre, zlib, bz2, calendar, ctype, hash, filter, ftp, gettext, gmp, SPL, iconv, pcntl, readline, Reflection, session, standard, shmop, SimpleXML, sockets, mbstring, tokenizer, xml, cgi-fcgi, bcmath, curl, dom, enchant, fileinfo, gd, imap, intl, json, ldap, exif, mcrypt, mssql, mysqlnd, mysql, mysqli, odbc, PDO, pdo_dblib, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, pspell, recode, soap, sqlite3, sysvmsg, sysvsem, sysvshm, tidy, wddx, xmlreader, xmlrpc, xmlwriter, xsl, zip, mhash, ionCube Loader
GD: Yes
ImageMagick: No
PHP max upload size: 64M
PHP max form post size: 64M
PHP memory limit: 128M
Total max uploadable file size: 64M
Resource folder writeable: Yes
Session timeout: 24 minutes
Native JSON: Yes
Filter functions: Yes
Transliteration functions: Yes
PATH: /usr/local/bin:/usr/bin:/bin
UNIQUE_ID: VPyLsH8AAAEAAG3YkuoAAAAN
SCRIPT_URL: /office/core/settings/diagnostics/
SCRIPT_URI: https://dfd.darkflarehosting.co.uk/office/core/settings/diagnostics/
HTTP_HOST: dfd.darkflarehosting.co.uk
HTTP_ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36
HTTP_REFERER: https://dfd.darkflarehosting.co.uk/office/core/settings/diagnostics/
HTTP_ACCEPT_ENCODING: gzip, deflate, sdch
HTTP_ACCEPT_LANGUAGE: en-US,en;q=0.8,en-GB;q=0.6
HTTP_COOKIE: __utma=235148692.733821057.1421239660.1421239660.1421239660.1; __utmc=235148692; __utmz=235148692.1421239660.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=185954684.1818931716.1425574274.1425574274.1425818445.2; __utmc=185954684; __utmz=185954684.1425574274.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); cmsa=1; PHPSESSID=l4i7jsrk5k127h2j5kc1108am3
HTTP_CONNECTION: close
SERVER_SIGNATURE: <address>Apache/2.4.9 (Unix) Server at dfd.darkflarehosting.co.uk Port 80</address>
SERVER_SOFTWARE: Apache/2.4.9 (Unix)
SERVER_NAME: dfd.darkflarehosting.co.uk
SERVER_ADDR: 10.0.44.147
SERVER_PORT: 80
REMOTE_ADDR: 2.217.84.145
DOCUMENT_ROOT: /home/sites/darkflarehosting.co.uk/public_html/dfd/
REQUEST_SCHEME: http
CONTEXT_DOCUMENT_ROOT: /home/sites/darkflarehosting.co.uk/public_html/dfd/
SERVER_ADMIN: webmaster@dfd.darkflarehosting.co.uk
SCRIPT_FILENAME: /home/sites/darkflarehosting.co.uk/public_html/dfd/office/core/settings/diagnostics/index.php
REMOTE_PORT: 39681
GATEWAY_INTERFACE: CGI/1.1
SERVER_PROTOCOL: HTTP/1.1
REQUEST_METHOD: GET
QUERY_STRING: extended
REQUEST_URI: /office/core/settings/diagnostics/?extended
SCRIPT_NAME: /office/core/settings/diagnostics/index.php
PHP_SELF: /office/core/settings/diagnostics/index.php
REQUEST_TIME_FLOAT: 1425836976.7787
REQUEST_TIME: 1425836976
Iain Fergus

Iain Fergus 0 points

  • 6 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Do you get any errors at all?

No, nothing that I can see.

Here are the debug messages from the region within the admin area:

Time    Δ  Debug Message
0.0411  0   SELECT u.*, r.* FROM perch2_users u, perch2_user_roles r WHERE u.roleID=r.roleID AND u.userEnabled=1 AND u.userID=1 AND u.userHash='3e0ca8998a6fba93edc40855f9736f21' LIMIT 1
0.0423  0.0013  UPDATE perch2_users SET userHash='860de8efd333d80e995af7b141fb4ecd' WHERE userID=1
0.0464  0.0041  SELECT p.privKey FROM perch2_user_privileges p
0.0494  0.0029  SELECT * FROM (SELECT DISTINCT settingID, settingValue FROM perch2_settings WHERE userID=1 OR userID=0 ORDER BY userID DESC) AS settings GROUP BY settingID
0.0758  0.0264  SELECT * FROM perch2_content_regions WHERE regionID=117 LIMIT 1
0.0797  0.0039  SELECT * FROM perch2_pages WHERE pageID='1' LIMIT 1
0.0803  0.0006  SELECT * FROM perch2_content_items WHERE regionID=117 AND itemRev=64 ORDER BY itemOrder ASC
0.081   0.0007  SELECT * FROM perch2_content_items WHERE regionID=117 AND itemRev=64 ORDER BY itemOrder ASC
0.0892  0.0082  Using template: /templates/content/main/main_content_blocks.html
0.0898  0.0006  Using sub-template: /templates/content/blocks/island_trio.html
0.0999  0.0101  INSERT INTO perch2_content_items (itemID, regionID, pageID, itemRev, itemOrder, itemJSON, itemSearch, itemUpdatedBy) SELECT itemID, regionID, pageID, 65 AS itemRev, itemOrder, itemJSON, itemSearch, 1 AS itemUpdatedBy FROM perch2_content_items WHERE regionID=117 AND itemRev=64 ORDER BY itemOrder ASC
0.1018  0.0019  REPLACE INTO perch2_resource_log (appID, itemFK, itemRowID, resourceID) SELECT cr.appID, cr.itemFK, c2.itemRowID, cr.resourceID FROM perch2_resource_log cr, perch2_content_items c1, perch2_content_items c2 WHERE cr.appID='content' AND cr.itemFK='itemRowID' AND cr.itemRowID=c1.itemRowID AND c1.itemID = c2.itemID AND c1.regionID=117 AND c2.regionID=117 AND c1.itemRev = 64 AND c2.itemRev = 65
0.1025  0.0007  SELECT itemRowID FROM perch2_content_items WHERE regionID=117 AND itemRev=65 ORDER BY itemOrder ASC
0.103   0.0005  UPDATE perch2_content_items SET itemOrder=1000 WHERE itemRowID='2451'
0.1035  0.0005  UPDATE perch2_content_regions SET regionLatestRev=65 WHERE regionID=117
0.1039  0.0004  SELECT regionRev FROM perch2_content_regions WHERE regionID=117
0.1044  0.0005  DELETE FROM perch2_content_items WHERE regionID=117 AND itemRev!=64 AND itemRev IN (SELECT itemRev FROM (SELECT DISTINCT itemRev FROM perch2_content_items WHERE regionID=117 ORDER BY itemRev DESC LIMIT 8, 99999) AS t2)
0.1084  0.0039  DELETE FROM perch2_resource_log WHERE appID='content' AND itemFK='itemRowID' AND itemRowID NOT IN (SELECT itemRowID FROM perch2_content_items)
0.1108  0.0024  SELECT * FROM perch2_content_items WHERE regionID=117 AND itemRev=65 ORDER BY itemOrder ASC
0.1114  0.0006  DELETE FROM perch2_resource_log WHERE appID='content' AND itemFK='itemRowID' AND itemRowID='2451'
0.1134  0.002   SELECT * FROM perch2_pages WHERE pageID='31' LIMIT 1
0.1142  0.0008  SELECT * FROM perch2_pages WHERE pageID='31' LIMIT 1
0.1148  0.0006  SELECT * FROM perch2_pages WHERE pageID='31' LIMIT 1
0.1156  0.0007  UPDATE perch2_content_items SET itemJSON='{\"_id\":\"84\",\"_blocks\":[{\"island1Heading\":\"Web Design\",\"_title\":\"Web Design& DevelopmentLogo Design& BrandingPrint & GraphicDesign\",\"island1HeadingLine2\":\"& Development\",\"island1Desc\":{\"raw\":\"<p>Custom designed solutions that help you grow your business online, and look great on different devices.<\\/p>\",\"processed\":\"<p>Custom designed solutions that help you grow your business online, and look great on different devices.<\\/p>\"},\"island1List\":[{\"island1ListItem\":\"One Page & Brochure Websites\"},{\"island1ListItem\":\"CMS Web Development\"},{\"island1ListItem\":\"eCommerce Solutions\"},{\"island1ListItem\":\"Web Hosting & Domains\"}],\"island1Btn\":{\"path\":\"\\/services\\/\",\"title\":\"Services\",\"navtext\":\"Services\",\"id\":\"31\",\"_default\":\"\\/services\\/\"},\"island1BtnLbl\":\"Find Out More\",\"island2Heading\":\"Logo Design\",\"island2HeadingLine2\":\"& Branding\",\"island2Desc\":{\"raw\":\"<p>\\r\\n\\tI can help you create a consistent visual identity both on and offline that sets you apart from the rest.\\r\\n<\\/p><ul>\\r\\n\\t<li>Logo Design<\\/li>\\r\\n\\t<li>Start-Up Branding Packages<\\/li>\\r\\n\\t<li>Logo Re-Designs<\\/li>\\r\\n\\t<li>Brand Guidelines<\\/li>\\r\\n<\\/ul>\",\"processed\":\"<p>\\r\\n\\tI can help you create a consistent visual identity both on and offline that sets you apart from the rest.\\r\\n<\\/p><ul>\\r\\n\\t<li>Logo Design<\\/li>\\r\\n\\t<li>Start-Up Branding Packages<\\/li>\\r\\n\\t<li>Logo Re-Designs<\\/li>\\r\\n\\t<li>Brand Guidelines<\\/li>\\r\\n<\\/ul>\"},\"island2Btn\":{\"path\":\"\\/services\\/\",\"title\":\"Services\",\"navtext\":\"Services\",\"id\":\"31\",\"_default\":\"\\/services\\/\"},\"island2BtnLbl\":\"Find Out More\",\"island3Heading\":\"Print & Graphic\",\"island3HeadingLine2\":\"Design\",\"island3Desc\":{\"raw\":\"<p>Bespoke graphic design that builds on your brand identity, and hassle-free printing sourcing.<\\/p><ul><li>Stationery Design<\\/li><li>Leaflets & Flyers<\\/li><li>Roller Banners & Signage<\\/li><li>Print Management<\\/li><\\/ul>\",\"processed\":\"<p>Bespoke graphic design that builds on your brand identity, and hassle-free printing sourcing.<\\/p><ul><li>Stationery Design<\\/li><li>Leaflets & Flyers<\\/li><li>Roller Banners & Signage<\\/li><li>Print Management<\\/li><\\/ul>\"},\"island3Btn\":{\"path\":\"\\/services\\/\",\"title\":\"Services\",\"navtext\":\"Services\",\"id\":\"31\",\"_default\":\"\\/services\\/\"},\"island3BtnLbl\":\"Find Out More\",\"_block_type\":\"islandTrio\",\"_block_id\":\"nkwkie\",\"_block_index\":\"0\"}]}', itemSearch=' Web Design & Development Custom designed solutions that help you grow your business online, and look great on different devices. One Page & Brochure Websites CMS Web Development eCommerce Solutions Web Hosting & Domains Find Out More Logo Design & Branding \r\n   I can help you create a consistent visual identity both on and offline that sets you apart from the rest.\r\n\r\n   Logo Design\r\n Start-Up Branding Packages\r\n  Logo Re-Designs\r\n Brand Guidelines\r\n Find Out More Print & Graphic Design Bespoke graphic design that builds on your brand identity, and hassle-free printing sourcing.Stationery DesignLeaflets & FlyersRoller Banners & SignagePrint Management Find Out More islandTrio nkwkie 0 ' WHERE itemRowID=2451
0.116   0.0005  SELECT * FROM perch2_content_items WHERE regionID=117 AND itemRev=65 ORDER BY itemOrder ASC
0.1167  0.0007  Using template: /templates/content/main/main_content_blocks.html
0.1172  0.0004  Using sub-template: /templates/content/blocks/island_trio.html
0.1208  0.0037  UPDATE perch2_content_regions SET regionHTML=' \n \n    <div class=\"row\">\n <div class=\"col-s-4\">\n <div class=\"island\">\n <h2 class=\"alpha\">Web Design <br class=\"hidden-xs\" />& Development</h2>\n <p>Custom designed solutions that help you grow your business online, and look great on different devices.</p>\n \n <ul class=\"no-bullets\">\n <li><i class=\"fa fa-caret-right\"></i> One Page & Brochure Websites</li>\n \n \n \n <li><i class=\"fa fa-caret-right\"></i> CMS Web Development</li>\n \n \n \n <li><i class=\"fa fa-caret-right\"></i> eCommerce Solutions</li>\n \n \n \n <li><i class=\"fa fa-caret-right\"></i> Web Hosting & Domains</li>\n </ul>\n \n \n  <a href=\"/services/\" class=\"btn\">Find Out More<i class=\"fa fa-chevron-right\"></i></a>\n   \n </div>\n </div>\n <div class=\"col-s-4\">\n <div class=\"island\">\n <h2 class=\"alpha\">Logo Design <br class=\"hidden-xs\" />& Branding</h2>\n <p>\r\n I can help you create a consistent visual identity both on and offline that sets you apart from the rest.\r\n</p><ul>\r\n   <li>Logo Design</li>\r\n    <li>Start-Up Branding Packages</li>\r\n <li>Logo Re-Designs</li>\r\n    <li>Brand Guidelines</li>\r\n</ul>\n \n \n  <a href=\"/services/\" class=\"btn\">Find Out More<i class=\"fa fa-chevron-right\"></i></a>\n   \n </div>\n </div>\n <div class=\"col-s-4\">\n <div class=\"island\">\n <h2 class=\"alpha\">Print & Graphic <br class=\"hidden-xs\" />Design</h2>\n <p>Bespoke graphic design that builds on your brand identity, and hassle-free printing sourcing.</p><ul><li>Stationery Design</li><li>Leaflets & Flyers</li><li>Roller Banners & Signage</li><li>Print Management</li></ul>\n \n    \n  <a href=\"/services/\" class=\"btn\">Find Out More<i class=\"fa fa-chevron-right\"></i></a>\n   \n </div>\n </div>\n</div>\n \n', regionRev=65, regionLatestRev=65 WHERE regionID=117
0.1212  0.0004  Setting alert: Content successfully updated (success)
0.1213  0.0001  SELECT * FROM perch2_resources WHERE resourceApp='content' AND resourceInLibrary=0 AND resourceCreated<'2015-03-07 20:46:34' AND resourceID NOT IN (SELECT resourceID FROM perch2_resource_log)
0.1224  0.0011  SELECT MIN(itemRev) FROM perch2_content_items WHERE regionID=117
0.1229  0.0005  DELETE FROM perch2_content_index WHERE regionID=117 AND itemRev<58
0.1237  0.0008  SELECT * FROM perch2_content_items WHERE regionID=117 AND itemRev=65 ORDER BY itemOrder ASC
0.1246  0.0009  DELETE FROM perch2_content_index WHERE regionID=117 AND itemRev=65
0.125   0.0004  Using template: /templates/content/main/main_content_blocks.html
0.1257  0.0007  Using sub-template: /templates/content/blocks/island_trio.html
0.1262  0.0006  INSERT INTO perch2_content_index (itemID, regionID, pageID, itemRev, indexKey, indexValue) VALUES (84,117,1,65,'_id',84),(84,117,1,65,'_order','1000')
0.1268  0.0005  OPTIMIZE TABLE perch2_content_index
0.1318  0.005   UPDATE perch2_pages SET pageModified='2015-03-08 20:46:34' WHERE pageID=1
0.1322  0.0004  SELECT * FROM perch2_content_items WHERE regionID=117 AND itemRev=65 ORDER BY itemOrder ASC
0.1422  0.01    SELECT p.*, (SELECT COUNT(*) FROM perch2_pages WHERE pageParentID=p.pageID) AS subpages FROM perch2_pages p ORDER BY pageTreePosition ASC
0.144   0.0018  SELECT p.*, (SELECT COUNT(*) FROM perch2_pages WHERE pageParentID=p.pageID) AS subpages FROM perch2_pages p ORDER BY pageTreePosition ASC
0.1454  0.0014  SELECT p.*, (SELECT COUNT(*) FROM perch2_pages WHERE pageParentID=p.pageID) AS subpages FROM perch2_pages p ORDER BY pageTreePosition ASC
0.1493  0.0039  Queries: 48
0.1494  0.0001  Memory: 3.8988
Drew McLellan

Drew McLellan 2638 points
Perch Support

I'm looking into this to see if we can reproduce it.

Thanks Drew.

Hi,

just experienced the same problem. Has there been any update on this yet?

Thanks

My block is not saving a paragraph text area within a repeater.

Rachel Andrew

Rachel Andrew 394 points
Perch Support

Please raise a new thread with your own Diagnostic Report if you have an issue. Most often reported "same issues" aren't actually the same issue. So assume you have a special issue all of your own in order that we can help you!