Forum

Thread tagged as: Problem

Template tag ID ‘’ contains disallowed characters - I am not able to resolve thi...

               <div class="filters-projects">
                  <div class="container">
                     <div class="row">
                        <div class="col-md-12">
                           <ul>
                              <li class="active"><a href="#" data-filter="*"><i class="fa fa-area-chart" aria-hidden="true"></i> Case  <span>Study </span></a></li>
                           </ul>
                        </div>
                     </div>
                  </div>
               </div>
               <div class="projects-content">
                  <div class="container">
                     <ul class="projects-two project-items clearfix">
                        <li class="upcoming">
                            <perch:repeater>
                           <div class="project-item">
                               <div class="content">

                                 <h3 style="color:rgba(0,0,0,0.65);margin-top:5%" href="projects-details.html">Status : <perch:content id="Section2" type="smarttext" Label="Status" help="Status" required="true" /> <br> Product:<perch:content id="Section3" type="smarttext" Label="Product/Project" help="Product/Project" required="true" /> <br>
 </h3>
 <h2 class="margin-p-2x ">Issue:</h2>
 <p class="text-justify"><perch:content id="Section4" type="textarea" Label="Issue" help="Issue" required="true" size="xxl autowidth"  />
</p>
 <p class="text-justify"> <h2 class="margin-p-2x ">Plan of Action:</h2>
 <p class="text-justify"><perch:content id="Section5" type="textarea" Label="Solution" help="Solution" required="true" size="xxl autowidth"  /></p>

  <p class="text-justify"> <h2 class="margin-p-2x ">OUTCOME:SUCCESS</h2>
                              </div>
                              <div class="thumb">
                                <p> <br>
                                </p>
                              </div>

                           </div>
                        </perch:repeater>
                        </li>


                     </ul>
                  </div>
               </div>

This is the template that im using . Kindly let me know what seems to be the issue here .

When i publish this despite of the warning , perch cuts of the first line of the code and publishes this template onto the page , which in turn messes up my theme .

Titus Saju

Titus Saju 0 points

  • 3 years ago

Daignostic Message

SELECT u.*, r.* FROM perch3_users u, perch3_user_roles r WHERE u.roleID=r.roleID AND u.userEnabled=1 AND u.userID=1 AND u.userHash='b84d73a2217d9333915c3b7ff7dfc82f' LIMIT 1 UPDATE perch3_users SET userHash='01a759b00cd20e550c830c5ea3a40ab6' WHERE userID='1' [22] SELECT settingID, settingValue, userID FROM perch3_settings WHERE userID=1 OR userID=0 ORDER BY userID ASC [7] SELECT itemValue FROM perch3_menu_items WHERE itemType='app' [1] SELECT * FROM perch3_content_regions WHERE regionID=96 LIMIT 1 [1] SELECT * FROM perch3_pages WHERE pageID='28' LIMIT 1 Using template: /templates/content/Case-Study.html [1] SELECT * FROM perch3_content_items c WHERE c.regionID=96 AND c.itemRev=4 ORDER BY c.itemOrder ASC Using template: /templates/content/Case-Study.html [1] SELECT * FROM perch3_content_items c WHERE c.regionID=96 AND c.itemRev=4 ORDER BY c.itemOrder ASC Using template: /templates/content/Case-Study.html Form not posted or did not validate Setting alert: Template tag ID ‘’ contains disallowed characters (warning) [1] SELECT mi.*, p.privKey FROM perch3_menu_items mi LEFT JOIN perch3_user_privileges p ON mi.privID=p.privID WHERE mi.itemActive=1 AND mi.parentID=0 ORDER BY itemOrder ASC LIMIT 0, 1 [2] SELECT mi.*, p.privKey FROM perch3_menu_items mi LEFT JOIN perch3_user_privileges p ON mi.privID=p.privID WHERE mi.itemActive=1 AND mi.parentID=1 ORDER BY mi.itemOrder ASC [1] SELECT itemTitle FROM perch3_menu_items WHERE itemType='app' AND itemValue='content' LIMIT 1 [1] SELECT mi.*, p.privKey FROM perch3_menu_items mi LEFT JOIN perch3_user_privileges p ON mi.privID=p.privID WHERE mi.itemActive=1 AND mi.parentID=0 ORDER BY itemOrder ASC LIMIT 1, 10 [2] SELECT mi.*, p.privKey FROM perch3_menu_items mi LEFT JOIN perch3_user_privileges p ON mi.privID=p.privID WHERE mi.itemActive=1 AND mi.parentID=2 ORDER BY mi.itemOrder ASC File: /core/apps/content/modes/edit.form.post.php Mode: edit.form Queries: 14 Memory: 3.6846

Just replying so that i get an email notification

Drew McLellan

Drew McLellan 2638 points
Perch Support

Your repeater has no ID or label.

https://docs.grabaperch.com/templates/repeaters/