Inserting an image "You cannot perform this action..."

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Inserting an image "You cannot perform this action..."

    I see from earlier posts that users are struggling to add links and are seeing
    the error "You cannot perform this action in this area of the page". I am
    getting the same error when trying to insert an image. No reason why I should
    start to get this error. I've inserted images on this page before. But then
    Contribute does seem to start doing (or not doing) things of it's own accord.
    I have tried using the <p></p> fix that other users say work fo rlinks but it
    doesn't work for images. Frustrated.

    pedromiel Guest

  2. Similar Questions and Discussions

    1. perform action "on save"?
      Is there any such thing like "on save"? I want to have a command take action whenever a document is saved in Dreamweaver. Any kind of an event or...
    2. Can't locate object method "newFromJpeg" via package "GD::Image"
      Hi. I'm trying to execute this Perl simple script: -------- #!/usr/bin/perl use GD; my $srcimage = GD::Image->newFromJpeg("image_news.jpg");...
    3. Objects Created Using "Unite" Action Crash Program When Trying to Delete
      I'm running Illustrator 10.0.3 on a Mac running OS 10.3.3. When trying to delete an object that I created using the "Unite" action, the program...
    4. Making "unalterable" and "locked" image
      I've noticed some websites have .jpgs that cannot be dragged and copied to someone's desktop. How do I "lock" an image like that? Also, how can I...
    5. #25366 [NEW]: form buttons of type "image" dont send "submit" $_POST variable in IE
      From: jordanolsommer at imap dot cc Operating system: Windows XP PHP version: 4.3.2 PHP Bug Type: Variables related Bug...
  3. #2

    Default Re: Inserting an image "You cannot perform thisaction..."

    I'm having the same issue. I am using Contribute 4, the website in question was
    built with DIV positioning, but the editable regions are nested in a table. I
    can edit the text perfectly, but when I try to insert an image Contribute pops
    up an error saying "you cannot do perform this action in this region of the
    page".

    Any suggestions?


    jigatron Guest

  4. #3

    Default Re: Inserting an image "You cannot perform thisaction..."

    I have a similar issue. I am not using templates at all. I can add text, but
    not links or images, and I can not delete the row involved. It feels like a bug

    One minute I am editing OK, next there is this "you can not perform this
    action" notice. It is as if I have inadvertantly changed something that can
    now not be unchanged. I am not a techo, just simply editing a basic site in
    contribute.

    look forward to solutions. I am using Contribute 3, but it seems the same
    issue is in contribute 4

    Rosemary Neave Guest

  5. #4

    Default Re: Inserting an image "You cannot perform thisaction..."

    Ok... I figured out the issue that we were having. It was definitely our error
    and not a bug.

    It's complicated and I'm not sure if anyone else would have the same issue -
    but I'll explain it anyway.

    We actually had 2 templates in the one file which was confusing Contribute. We
    had our main page template, then we had a small news template that was loaded
    in as an ASP include. The problem arose because I was editing within the
    editable region of the main template, but the included template was telling
    Contribute that we couldn't edit anywhere outside it.

    Like I said, complicated - but it might help others with the same issue.

    jigatron Guest

  6. #5

    Default Re: Inserting an image "You cannot perform thisaction..."

    I've encountered the same issue now. Site was created with divs and no tables.
    For me it comes up when trying to add an image. Links seems to work fine.
    There are no embedded templates so jigatron's solution won't work for me.

    Did anybody else have luck with this issue?

    allsoft Guest

  7. #6

    Default Re: Inserting an image "You cannot perform thisaction..."

    One error of my own making I found was a wrongly designated anchor - I had
    #anchor#anchor - ie i had accidently put the anchor in twice. I could not
    edit the anchor so my admin person had to, once this was fixed access seemed OK.

    Rosemary Neave Guest

  8. #7

    Default Re: Inserting an image "You cannot perform thisaction..."

    I had a double check of the links in my webpages.
    Unfortunately none of them were as you had described.
    So looks like I'm still baffled on what's causing this one.
    I've run my pages through the w3 validator and it only has issue with missing
    alt tags.

    allsoft Guest

  9. #8

    Default Re: Inserting an image "You cannot perform thisaction..."

    I might be able to shed a little light on one possible reason for this and I
    believe it to be a bug in Contribute.

    This only seems to happen on .asp pages where you have Flash that you are
    feeding URL variables into it.

    If you edit any editable region on the page for some reason Contribute wants
    to bung:
    <MM:BeginLock unremovable type="MM_EDITTEXTONLY" orig="%3C%25=vname%25%3E">
    Into my Flash code, thus corrupting the whole page code and totally confusing
    Contribute. And this happens even if you are editing a region totally unrelated
    to the Flash code?!?!?!?!??!?!?!?!

    I tried to take this up some time ago with Adobe support who were so unhelpful
    I gave up and rewrote the pages as standard .html and used template variables
    instead.


    Strontium_99 Guest

  10. #9

    Default Re: Inserting an image "You cannot perform thisaction..."

    @Strontium_99: while it might happen with flash & asp as well but my website
    was static html pages (no dynamic content server-side or client-side).
    additionally my website had no flash elements.

    however in the end i did end up resolving the issue after around 4 hours of
    stripping down the dwt.
    broken section of markup looked like:

    <div>
    <p>Some Text In Here</p>&nbsp;
    </div>

    fixed section of markup looked like:

    <div>
    <p>Some Text In Here</p>
    </div>

    might not be the issue everyone is encountering, but this resolved the
    problems i was having

    allsoft 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