Announcement

Collapse
No announcement yet.

OUCH! My Head hurts

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    OUCH! My Head hurts

    You Guys have probably dealt with this problem many times before. For Being repetative I appologise In advance.

    today I have started to get the error when trying to upload. Whilst checking HTML pages i get an error:

    The NETQUOTEVAR Variable ENDSEPARATOR wasn't found in template ...BLAH BLAH

    When i add the NETQUOTEVAR:ENDSEPARATOR to the template it displays NETQUOTEVAR:ENDSEPARATOR as text on the page as this is a template for alot of pages on our site it is crucial it shouldn't do this.

    Here's the template:

    <!-- SectionLine HTML begin -->
    <!-- Insert HTML for the beginning of a section title -->
    NETQUOTEVAR:ENDSEPARATOR
    <DIV ALIGN="CENTER">
    <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="5" WIDTH="160">
    <TR>
    <TD ALIGN="CENTER" VALIGN="TOP">
    <A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
    </TD>
    </TR>
    <TR>
    <TD ALIGN="CENTER" VALIGN="MIDDLE">
    <A HREF="NETQUOTEVAR:SECTIONLINK">
    <B>NETQUOTEVAR:SECTIONNAME</B></A><BR>
    </TD>
    </TR>
    </TABLE>
    </DIV>
    NETQUOTEVAR:NEXT
    <!-- Insert HTML for the end of a section title -->
    <!-- SectionLine HTML end -->

    How can I solve this problem and what's causing it?

    Many thanks in advance for any help given.

    #2
    this may not necessarily be the right way to do it, but inserting this works for me...

    <input type=HIDDEN name=ENDSEPARATOR value="NETQUOTEVAR:ENDSEPARATOR">

    (I had problems with variable NEXT not found so i thought, "i want the variable, but I don't want to see it... I know, I'll hide it!!")

    Comment


      #3
      What a Hero

      So simple i'm kicking myself for not thinking of it myself.

      Works a treat dazed&confused. Many, many thanks.

      Comment


        #4
        For future reference, another simpler way to achieve this is to simply code the NETQUOTEVAR out in the HTML
        i.e.
        <!--NETQUOTEVAR:ENDSEPARATOR-->
        Fergus Weir - teclan ltd
        Ecommerce Digital Marketing

        SellerDeck Responsive Web Design

        SellerDeck Hosting
        SellerDeck Digital Marketing

        Comment


          #5
          Ive tried including the netquotevar:endseparator quoted out as advised above but do i include this in the template that Actinic is telling me its missing from?
          Yes. However, you need to put some spaces in between the item you are commenting Paul.

          Give this a try.

          <!-- NETQUOTEVAR:ENDSEPARATOR -->

          Anywhere within the template should be fine.

          Myles
          www.magicalwonders.com

          Comment


            #6
            Some NETQUOTEVARS are essential for correct generation of your site. NEXT is definitely required and ENDSEPARATOR should be left in it's usual place too.

            However ENDSEPARATOR is normally used in Product Templates, not the Section Template you displayed above. That's why plain text of NETQUOTEVAR:ENDSEPARATOR is appearing. You're putting it into the wrong template.
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              Norman's right (of course!)

              According to the AUG, the NVQ:ENDSEPARATOR belongs in the Act_Productline template.

              Myles
              www.magicalwonders.com

              Comment

              Working...
              X