Making this change would require changing code that is locked by a template of translator.

Hello,
I see a lot of the same questions.
In my case however I use no templates or translators in my file.
I use several included files, but they have no head or body tags inside of them.
The message popped up when I tried to convert this file:
The International Lymphedema Guest Book: Behandeling
in Dreamweaver from html strict to xhtml 1 transitional.
What can be the problem?
Thanks in advance,
Yvon

Hello Ken and  Snakeyez,
Thank you for helping me.
Here are the included files.
Last night we thought it was a problem with the server settings.
The settings are adapted, and now the included files do show up in the browser.
But when I tried to convert the doctype in Dw just now, the same message turned up, so this problem isn't solved yet.
Yvon
bottom.html:
<!--START OF BOTTOM-->
<table border="0">
<tbody>
<tr>
<td>
<a href="#bottom"><img src="tekeningen/olifant1.gif" alt="[Image: Elephant]"></a>
</td>
<td style="color: #909; background-color: transparent;">
<a href="#bottom">Go to the bottom of this page</a>
</td>
</tr>
</tbody>
</table>
<!--END OF BOTTOM-->
top.html:
<!--START FILE TOP.HTML-->
<table border="0">
<tbody>
<tr>
<td>
<a id="bottom" href="#top"><img src="tekeningen/olifant1.gif" alt="[Elephant]" width="80" height="60"></a>
</td>
<td style="color: #909; background-color: transparent;">
<a href="#top">Go to the top of this page</a>
</td>
</tr>
</tbody>
</table>
<!--END FILE TOP.HTML-->
disclaimer.html:
<!--DISCLAIMER-->
<div style="background-color:#fef;color:#000;">
<a id="disclaimer">DISCLAIMER</a>:
THE OWNER OF THIS WEBSITE IS NOT RESPONSIBLE FOR THE CONTENT OF THE LINKS
NOR FOR THE CONTENT OF THE MESSAGES IN THE GUESTBOOK.</div>
<!--END OF DISCLAIMER-->
copyright.html:
<!--COPYRIGHT INFORMATION-->
<p style="font-size:10pt;">
This page is &copy;1999-2014,
<a href="http://www.weezenhof.com">Weezenhof.com Webdesign</a>
<br>
Yvonne Janssen, Weezenhof 34-37, 6536 GP Nijmegen, the Netherlands
</p>
<!--END OF COPYRIGHT INFORMATION-->

Similar Messages

  • Error: Making this change would require changing code that is locked....

    DWCS3
    Rebuilding site -- I know this is a common problem, but what are the steps to resolve it?
    Error: "Making this change would require changing code that is locked by a template or a translator.  The change will be discarded."
    Click OK and the change is made anyway, oftentimes resulting in loss of document CSS and dynamic code, which is then unretrievable. EXTREMELY FRUSTRATING!!!
    There is another code at the top of all documents using the template:
    "<!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->"
    However, this line has always been in my previous documents and created no problem.
    The oddest thing is, I can be in an editable region of a document, click on an image to edit in Fireworks, edit, click DONE and it comes back in DW with that error. ???

    Looking at DW preferences, I found two Fireworks editors listed for .png, .gif, and .jpg.  Maybe that was causing a problem.
    Don't know if this will help, but....
    Here is sort of what my template code looks like:
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <!-- DW6 -->
            <head>
           <!-- TemplateBeginEditable name="meta" -->
      <meta name="keywords" content="blah blah blah" />
      <meta name="description" content="blah blah blah/>
      <meta name="robots" content="noarchive, nofollow" />
      <meta http-equiv="pragma" content="no-cache" />
      <meta http-equiv="cache-control" content="no-cache" />
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      <meta name="google-site-verification" content="8KWIMcjzjngBlH7XsAnwF4W5M_novbbavDYWk2YIZgk" />
      <link rel="shortcut icon" href="/favicon.ico" />
              <!-- TemplateEndEditable -->
        <!-- TemplateBeginEditable name="doctitle" -->
      <title>document title</title>
              <!-- TemplateEndEditable -->          
                    <!-- TemplateBeginEditable name="stuff" -->
                    <link href="../CSS/file.css" rel="stylesheet" type="text/css" />
                    <link href="../CSS/file.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    function MM_popupMsg(msg) { //v1.0
      alert(msg);
    //-->
    </script>
            <!-- TemplateEndEditable -->
    </head>
    Here's code from a document using the template:
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/main.dwt" codeOutsideHTMLIsLocked="false" -->
      <!-- DW6 -->
            <head>
           <!-- InstanceBeginEditable name="meta" -->
      <meta name="robots" content="noarchive, nofollow" />
      <meta http-equiv="pragma" content="no-cache" />
      <meta http-equiv="cache-control" content="no-cache" />
              <!-- InstanceEndEditable -->
        <!-- InstanceBeginEditable name="doctitle" -->
    <title>my document title</title>
    <script type="text/javascript">
    function toggleMe(a) {
    var e=document.getElementById(a);
    if(!e)return true;
    if(e.style.display=="none") {
    e.style.display="block"
    else{
    e.style.display="none"
    return true;
    </script><!-- InstanceEndEditable -->          
                    <!-- InstanceBeginEditable name="stuff" -->
                    <link href="CSS/file.css" rel="stylesheet" type="text/css" />
                    <link href="CSS/file.css" rel="stylesheet" type="text/css" />
            <script type="text/javascript">
    <!--
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    function MM_popupMsg(msg) { //v1.0
      alert(msg);
    //-->
    </script>
      <style type="text/css">
    <!--
    .blahblahblah {
    padding: 0 100px 20px 125px;
    line-height: 1.3em;
    .blehblehbleh {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #006666;}
    -->
                     </style>
    <!-- InstanceEndEditable -->
    </head>

  • Making this change would require code that is locked by a template or a translator. The change will be discarded.

    I apologize if this has been answered before, but I can't
    seem to find a solution in the forum archive. The error message
    below displays in Dreamweaver CS3 when I attempt to edit a
    Fireworks CS3 file using the "Edit" button in Dreamweaver. After
    clicking "Done" in Firworks to update the file and return to my
    HTML page in Dreamweaver, the error message displays. Can someone
    help me troubleshoot the problem? As a side note, I tested it in my
    older version of Dreamweaver and Fireworks (studio 8 versions) to
    see if I would get the same error message and I didn't - everything
    worked fine and no error message displayed.
    DW Error Message: Making this change would require code that
    is locked by a template or a translator. The change will be
    discarded.
    Thanks for your help,
    Donna

    > Murray, what do you mean? My pages validated before the
    switch to DW8.
    Are you sure? Show us one.
    The error you describe is only thrown in one of two cases -
    1. You have actually changed what is being mentioned (sadly
    this is most
    often NOT the case)
    2. You have a coding error somewhere on the page (or in the
    CSS) that is
    causing the template engine to burp this error message even
    though it
    doesn't really apply
    DW4 was nearly totally unaware of 'validation' errors. DW8 is
    MUCH stricter
    about them. When anyone says "this was fine in DW4 and is now
    not fine in
    DW8" this is the first and most likely solution.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Inge Grotjahn" <[email protected]> wrote in message
    news:[email protected]..
    > Am 13.09.2007 schrieb Murray *ACE*:
    >
    >> DW4 was much more tolerant of errors in your code
    than DW8 is. Your
    >> symptoms are an absolute diagnostic for such errors.
    >
    > Murray, what do you mean? My pages validated before the
    switch to DW8.
    > I only imported my site from DW4 and used the existing
    templates.
    > After changes of the template I used DW's feature to
    update all
    > relevant pages automatically. Then I wondered, why I
    couldn't make
    > changes on the child-pages within the editable regions.
    Finally I
    > created the template page new in DW8 and applied the new
    template to
    > all my pages. Now it is working fine, although my pages
    still state,
    > that they relate to a DW6 template, which I never had?
    >
    > Best regards:-)
    > Inge Grotjahn, puzzled:-)
    > --
    > CatManiacs World:
    http://www.gwsystems.com/inge

  • How can I reset the code if I don't remember the code that has locked my phone

    I Cannot remember the code I set up my phone with.  How can I get around this and set a code I remember.

    Click here and follow the instructions.
    (126569)

  • HT1893 I just bought a MAC and can't figure out how to use the scan feature on my RX580 HP printer.  Can anyone tell me where to find this?  This used to be an option that was obvious under programs with my Dell.  Please someone help!

    I need some help!  I was able to download my HP printer software on to my Macbook Pro, but cannot find the Scan feature on the computer to be able to scan a document.  If someone could LMK what I need to do, or where I need to look to find this I would appreciate it!

    That would be a function of the driver that came with the printer. Make sure you have the latest driver appropriate to your system, either from HP or:
    Printer and Scanner software available for download:
    http://support.apple.com/kb/HT3669?viewlocale=en_US

  • HT1694 I'm having a lot of problems with the hotmail account, regularly is indicating an error in the server, that I have to introduce the password again that late that this is wrong. I have changed the password making this shorter but it does not work.

    I'm having a lot of problems with the hotmail account, regularly is indicating an error in the server, that I have to introduce the password again that late that this is wrong. I have changed the password making this shorter but it does not work.

    bump? Is bumping allowed? Lol.
    I just really need some help here.

  • My password is no longer working.. I did NOT change it. I requested that it be re-rest and it would email me the steps to re-set. I've done this several times... I dont get the email w/ instructions.. Ive checked spam folder also.. please help

    my password is no longer working.. I did NOT change it. I requested that it be re-rest and it would email me the steps to re-set. I've done this several times... I dont get the email w/ instructions.. Ive checked spam folder also.. please help

    You can send iTunes an email about your password and they can reset it on their end and email you the temp password. When they reset the password they usually make it something generic like Apple06.11
    You can email them here: http://www.apple.com/support/itunes/contact.html?form=el&topic=Express%20Lane%20 inquiry
    If they don't get back to you, you can also call AppleCare: 1-800-275-2273 and see if they are able to reset.
    Hope that helps.

  • Can you change the default code that targets a new window to change the content in a div tag instead

    I created a database for store locations.  I was able to display the list of stores.  Here though I don't want the list to show the number in front of it...  I still need to find the CSS to edit my results for this one.  However, more importantly, I don't want to open my results in a new window, I want to be able to target a DIV tag instead.
    This is the code that is created to display the list of stores.
    {module_webapps,5665,a,,,_blank,,50,,1}
    Currently it opens a blank window.  I'd like to target a div tag on the right of the list area where the store info can appear.
    Perhaps the gurus at adobe can upgrade this feature?  Target DIVs instead of new or blank windows, or using frames. Below is the screen of the links created from the DB.
    Below is the blank window that it opens.
    Would like to make it open in a div to the right of the list.  Not sure how to change to core code that was created to make that change.

    I'm doing something wrong.  I have the list showing the stores in CA
    <div class="flip" id="woodcontainer" style="width: 160px; height: 23px;">
    <h1>CALIFORNIA</h1>
    </div>
    <div class="panel">
    <script>
      $("#infochange").load("{module_webapps,5665,c,41140}"); /* this creates the list of stores in CA where #infochange is the DIV I am targeting.
    </script>
    </div>
    <br />
    The code for the DIV where I want the details to load.
    <div id="infochange"></div>
    This doesn't make sense because I need to have something in the DIV as a holder of some sort? 

  • [svn:fx-trunk] 10459: Change to ensure ScriptNodes are no longer part of the node tree after interface compilation stage in order to avoid the extra code that was necessary to avoid tripping over them during type checking , etc.

    Revision: 10459
    Author:   [email protected]
    Date:     2009-09-21 08:42:44 -0700 (Mon, 21 Sep 2009)
    Log Message:
    Change to ensure ScriptNodes are no longer part of the node tree after interface compilation stage in order to avoid the extra code that was necessary to avoid tripping over them during type checking, etc.
    Improving revision 10199 a bit, to allow for single line comments.
    QE notes: None
    Doc notes: None
    Bugs: SDK-22027
    Reviewer: Paul
    Tests run: Checking, Compiler cyclones
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22027
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/AbstractSyntaxTreeUtil.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/AbstractBuilder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/DocumentBuilder.java

    In general theory, one now has the Edit button for their posts, until someone/anyone Replies to it. I've had Edit available for weeks, as opposed to the old forum's ~ 30 mins.
    That, however, is in theory. I've posted, and immediately seen something that needed editing, only to find NO Replies, yet the Edit button is no longer available, only seconds later. Still, in that same thread, I'd have the Edit button from older posts, to which there had also been no Replies even after several days/weeks. Found one that had to be over a month old, and Edit was still there.
    Do not know the why/how of this behavior. At first, I thought that maybe there WAS a Reply, that "ate" my Edit button, but had not Refreshed on my screen. Refresh still showed no Replies, just no Edit either. In those cases, I just Reply and mention the [Edit].
    Also, it seems that the buttons get very scrambled at times, and Refresh does not always clear that up. I end up clicking where I "think" the right button should be and hope for the best. Seems that when the buttons do bunch up they can appear at random around the page, often three atop one another, and maybe one way the heck out in left-field.
    While I'm on a role, it would be nice to be able to switch between Flattened and Threaded Views on the fly. Each has a use, and having to go to Options and then come back down to the thread is a very slow process. Jive is probably incapable of this, but I can dream.
    Hunt

  • Making ECR No. Compulsory While Changing Material BOM (T. Code CS02)

    Hi,
    In our business scenario, we want to make ECR No. compulsory while changing BOM using transaction code CS02. Process which we are looking at would be as below.
    1)     Default initial status of BOM will be set as u20182u2019 (Inactive) through customizing.
    2)     ECR No. should not be compulsory for transaction code CS01.
    3)     When BOM creation is completed, status of BOM will be changed to u20181u2019 (Active With History Requirements) by user.
    4)     When user goes to transaction code CS02 for changing BOM,
    a.     If BOM status is u20181u2019 & ECR No. is not entered, system should give error message (Message No. 29045) & should not allow user to go further.
    b.     If BOM status is u20182u2019, system should allow user to change BOM without entering ECR No.
    5)     Once BOM status is set to u20181u2019, system should not allow to change it.
    Please guide me how this process can be achieved.

    Dear Abhijit,
    If my understanding is correct then it seems you want to make change number as mandatory for CS02 alone.
    apart from the configuration settings in OS27,setting the correct value for the authorization object C_STUE_NOH,normally it will be
    made for all the T.Codes CS01/CS02.In your case you want to make it mandatory only for CS02 alone,So check in this way.
    In this case you may have to create 2 different roles,one containing the authorization only for CS01 and for authorization object
    C_STUE_NOH with Yes.
    The other role for CS02 alone for the authorization object C_STUE_NOH with value set for No.
    The same user should not be containing both these roles.(for Roles creation check with your admin consultant).
    check whether this can help you.
    Regards
    Mangalraj.S

  • Someone made a purchase from my Apple ID to a device that was not mine – I received an email stating that this happened, yet the only solution that Apple gave me was to change my password. I can see the $20.00 purchase that was not uploaded to any of my d

    Someone made a purchase from my Apple ID to a device that was not mine – I received an email stating that this occurred, yet the only solution that Apple gave me was to change my password. When I look at my account, I can see the $20.00 purchase of music volumes that I did not purchase myself and was not uploaded to any of my devices; however, I cannot find a solution to getting my money back or to file a complaint against the unknown person that did this. Additionally, how do we prevent something like this from happening again, especially when I have an iPhone? What can I do in this situation?

    Thank you for the suggestion. I did change the password; however, I generally will purchase gift cards to link to the account so that if something like this ever happened it would not be taken out of a credit card or bank account.

  • Is there a way to address email (i.e. a word or some code) that would place that email in a specified inbox folder?  not using internal rule, rather the beginning of this sort happening as it comes in?

    is there a way to address email (i.e. a word or some code) that would place that email in a specified inbox folder?  not using internal rule, rather the beginning of this sort happening as it comes in?
    In other words
    I tell a friend if he is emailing me on a particular subject, is there something he can do at his end ([email protected]/research)
    like adding the word research at the end of my eamil address that would tell my inbox to place that in the inbox/research folder?
    If I have to use a rule on my end, then do I tell him to just place the word research in the subjct line and then I write a rule to place anything with the word research in the subject line in my inbox/research folder?
    will the subject line be required to only have the one word research to work, or will the rule look for any presense of that word in the subject line?
    thanks
    eric

    iCloud email supports 'plus' addressing. http://en.wikipedia.org/wiki/Email_address#Address_tags
    So your friend could just add '+research' to the username part of your email address, and you setup a rule at icloud.com to put all emails sent to that address into a particular folder.
    For example:
    [email protected]
    There's no way to do it without rules on the server though.

  • Just setting up iCloud on my iMac, my problem is when trying to sign out/off from iCloud it comes up with a verification code that is being sent to my land line, I'd changed the numbers in my Apple ID and they show as changed but the land line number stil

    Just setting up iCloud on my iMac 10.9.2, my problem is when trying to sign out/off from iCloud it comes up with a verification code that is being sent to my land line, I'd changed the numbers in my Apple ID and they show as changed but the land line number still shows as number that the verification code is being sent, I prompt "Don't have access to this phone" and that's no help at all.  The only way I can sign out /off from iCloud is to uncheck everything that I wanted to keep in the cloud????
    Thanks in advance for any help.

    Skip the iCloud sign in for now.
    Once you reach the home page, go to settings and sign out of FaceTime and Messages.  This should also sign you out of iCloud.
    Go to iCloud in settings and sign in with the correct Apple ID.
    If that does not work
    Skip the iCloud sign in
    Go to Apple ID.apple.com and sign in
    Change your Apple ID to the old one
    Delete iCloud account on your device with the old Apple ID and the same password.
    Go back to the website, change your Apple ID back to the current one. You will receive an email to verify the account. Verify first.
    Sign into iCloud on your device with the correct Apple ID and password

  • HT1420 When I try and authorise I get this message.The required directory was not found or has a permissions error. Correct this permissions problem and try again, or deauthorize this computer if the permissions cannot be changed. How do I rectify?

    When I try and authorise I get this message.The required directory was not found or has a permissions error. Correct this permissions problem and try again, or deauthorize this computer if the permissions cannot be changed. How do I rectify?

    iTunes: Missing folder or incorrect permissions may prevent authorization
    Mac OS X
    Log in to your computer using an administrator account.
    In the Finder, choose Go to Folder from the Go menu.
    Type: "/Users" (without quotes) and click Go.
    If the Shared folder exists
    Open Terminal (found in /Applications/Utilities).Warning: This step involves modifying permission settings by entering commands in the Terminal application. Users unfamiliar with Terminal and UNIX-like environments should proceed with caution. The entry of incorrect commands may result in data loss or unusable system software. Improper alteration of permissions can result in reduced system security or exposure of private data. This option requires a non-blank admin password.
    Depending on which version of Mac OS X you have, this step will vary:
    On Mac OS X v10.5.8 and earlier, type:sudo chmod -R 777 /Users/Shared
    On Mac OS X v10.6 or later, type:sudo chmod -R 1777 /Users/Shared
    Press Return.
    Quit Terminal.
    If the Shared folder does not exist
    The following steps will recreate the Shared folder if it is missing and ensure that it has been assigned using the correct permissions.
    Open Terminal (found in /Applications/Utilities).Warning: This step involves modifying permission settings by entering commands in the Terminal application. Users unfamiliar with Terminal and UNIX-like environments should proceed with caution. The entry of incorrect commands may result in data loss or unusable system software. Improper alteration of permissions can result in reduced system security or exposure of private data. This option requires a non-blank admin password.
    Type or copy and paste the following command into the Terminal window:sudo mkdir -p /Users/Shared/
    Press Return.
    Enter your administrator account password when prompted, then press Return.
    Depending on which version of Mac OS X you have, this step will vary:
    On Mac OS X v10.5.8 and earlier, type:sudo chmod 777 /Users/Shared
    On Mac OS X v10.6 or later, type:sudo chmod 1777 /Users/Shared
    Press Return.
    Quit Terminal.

  • ABAP Query - Not showing the required changes through Z T.Code

    Hi,
    I have a ABAP Query for OPEN DELIVERY QUANTITY (T.Code - ZABC).  I change something in QUERY and activate. After that i execute it, and saw required changes.
    But when i execute it with the T.Code - ZABC, it does not show the changes. Even i Save and Test with the SQ01 t.code.
    Please tell me, what is the problem in it. Why not showing the required changes through T.Code - ZABC.
    Regards...

    HI,
    Dear, it seems that you have changed the query in SQ02 and then just save it and not generated.
    or may be after generation again clicked on SAVE button.
    So untill unless you will not generate the query, it won't work.
    Secondly, by chanegs in the query, i don't think it changes the name of the main program.
    Regds,
    Anil

Maybe you are looking for