Repeating Region Won't Repeat--Permissions?

Ask a Question related to Macromedia Contribute Connection Administrtion, Design and Development.

  1. #1

    Default Repeating Region Won't Repeat--Permissions?

    I'm having a problem with a repeating region that refuses to repeat. When I try
    to click the "+" button in the repeating region via Contribute, I get an error:
    "You can't add items to repeating regions because the draft's parent template
    is missing or not available to users in your role."

    I read somewhere that permissions maybe the problem as well as the location of
    the related template file. I have the template file located in a standard
    Template folder in the same directory as the file in question with the
    repeating region. As a second insurance step, the same template file lives in
    the root level Template folder too.

    Also, I don't know how to change Passkey permissions for users in certain
    roles other than allowing text editing. There's nothing in the Passkey admin
    dialogue that is specific to repeating regions.

    What's more, I have successfully set up a repeating region page in a different
    directory with a similar Passkey config. The difference is the template. The
    page I'm trying to make work is based on a site-wide master page template and
    the older working repeating region page was based on a custom template.
    Regardless, the Dreamweaver code for repeating regions is almost identical so I
    don't really get the problem.

    Any help is much appreciated!

    checkersam Guest

  2. Similar Questions and Discussions

    1. Repeating region error
      When using the up and down arrows to move an element of a repeating region, I get the following error in Dreamweaver: While executing onLoad in...
    2. Repeating region bug/problem
      I have a repeating region right aligned within a cell that is on the right side of the page (the table is 100% width). Upon going into edit mode I...
    3. repeat region
      Hi.. I use repeat region to view only 10 records at a time, so how can I have another link that when user click on next it will go to another 10 of...
    4. php repeat region
      Hey guys, question about PHP, I'm trying to help out a friend but I don't really know anything about php. I'm also pretty amaturish at asp. I...
    5. Repeating Region
      Hello all, I have a repeating region for a navigation bar. (Link | Link | Link) The repeating region looks like this: <REPEAT BEGIN><EDITABLE...
  3. #2

    Default Re: Repeating Region Won't Repeat--Permissions?

    I am having a similar problem with a page here

    Its happening on both my user account adn on the Admin account i have set up
    for testing. It also seems odd becuase contribute in both roles was able to
    see the template in order to create a page ( and on creation i was able to '+'
    add as many as i liked. However as soon as i try to re - enter the page to
    edit it a second time on either account i get the error listed above

    letchworth1 Guest

  4. #3

    Default Re: Repeating Region Won't Repeat--Permissions?

    I was able to correct the problems on my page by editing the tag

    <!-- InstanceBegin template="/Templates/commercial.dwt"
    codeOutsideHTMLIsLocked="false" -->

    at the top of the web page. What mine was originally doing was pointing
    with a full web address. Even when this address was to the correct file path
    contribute was not biting. By taking it down to the form shown above my
    contribute user accounts and admin accounts were able to proced as normal.

    I noticed also that the above correct fomrat was the way dreamweaver
    creates the page from template, yet the malfuncitoning full path name was
    how contribute created the new web page.

    Hopefully that might help

    letchworth1 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139