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>

Similar Messages

  • 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-->

  • 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

  • "This disk has S.M.A.R.T. errors. This disk has a hardware problem that can't be repaired

    THis is the error message I get when I try to install lion on a mid-2010 iMac 27". "This disk has S.M.A.R.T. errors. This disk has a hardware problem that can't be repaired.  Back up as much of the data as possible and replace the disk" 
    However, when I run disk utility, it says that the disk is fine. What should I do?
    thanks in advance
    A.

    Disk Utility checks the disk directory that keeps track of all your files. S.M.A.R.T. status checks some hardware stuff and attempts to warn you before the disk just flat-out dies. The directory can still be fine on a failing disk but don't count on it staying that way if you continue to write to the failing disk. Make a miniumun of one copy of your data on the failing drive immediately. Two or more copies would be much better. Having only one reliable copy of your data is very unwise.
    You can use Carbon Copy Cloner (donationware) or Super Duper! (free and paid versions) to make a bootable clone of your failing drive to use as one of your copies.  In System Preferences > Startup Disk select the clone as your startup drive. You can use the clone for your work until you can get your Mac in to have the hard drive replaced. When you get your Mac back Setup Assistant will be equally happy to restore all of your data from a Time Machine backup or a clone.

  • I downloaded OS Mountain Lion 10.8... and when I was getting ready to install I get "This disk has S.M.A.R.T. errors.  This disk has a hardware problem that can't be repaired.  I have read some of the same comments below.  Why?

    I was trying to install OS X Mountain Lion 10.8... and I got an error saying, "This disk has S.M.A.R.T. errors.  This disk has a hardware problem that can't be repaired.  I saw several other questions below of people having the same or similar problems.  Does this mean that my hard drive is about to crash?  I plan to head to the place I purchased and have it checked out.  I backed up my data a couple of days ago.  Any comments?

    Yes, S.M.A.R.T. is a built-in diagnostic on the hard drive, and it is reporting a problem that may cause it to fail.
    You can see the same status in Disk Utility, and possibly get more info.  Run Disk Utility and select the DRIVE in the sidebar.  Be sure to select the DRIVE and not the volume indented below it.  At the bottom of the window, there is a field for S.M.A.R.T. Status.  If there is no problem, it should say Verified.
    You can also do a Get Info on the drive (File -> Get Info) in Disk Utility, and the Info window provides more detailed information (toward the bottom) about what is being checked.

  • 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)

  • Designer form prompts Reader X error:"This PDF form requires a newer version of Adobe Reader"

    I have a PDF form that was created using LiveCycle Designer ES 8.2. PDF version 1.6, so it's good for Reader 7.x and above.
    When someone using Adobe Reader X tries to open the form, they get this javascript error message:
    "This PDF form requires a newer version of Adobe Reader. Without a newer version, the form may be displayed, but it might not work properly. Some form elements might not be visible at all. In an internet connection is available, clicking OK will download and install the latest version."
    Is there anything I can do to the form that would make this error message go away? Is this a know issue with Adobe Reader X or Designer?

    Is there any code running on the form?
    Reader X has come out with additional security features that must be disabled to get any PDF form w/code to work.
    Open Adobe Reader X --> click on Edit --> Preferences.  Under the General Category, uncheck "Enable Protected Mode at startup" (last checkbox in the dialog box).  Click OK and try to open your form.

  • Bootcamp bluetooth driver issue ("This device cannot start. (Code 10)")

    Hi everyone,
    I have a problem (re)pairing my Apple mighty mouse with Windows 7 under Bootcamp.
    Initially I had my mouse working through updating the driver to the one from Apple as is described on various forums.
    After rebooting my laptop the mouse didn’t connect anymore. So I tried to repeat updating the driver to the apple one. But this time it didn’t work.
    I then updated the Bootcamp drivers from the OSX installation disc.
    Then, when I checked the hardware, it showed:
    Apple Built-in Bluetooth
    Microsoft Bluetooth Enumerator
    Under these setting my computer still doesn’t detect my mouse under windows.
    So I checked to see if I could update my drivers again. This time there were four instead of two:
    Apple Broadcom Built-in Bluetooth version 3.1.0.1 [23-11-2009]
    Apple Broadcom Built-in Bluetooth version 4.0.0.1 [27-4-2011]
    Apple Built-in Bluetooth
    Apple Built-in BluetoothDFU
    First there were only the first two. Of these two, the first one worked for the first time I paired my mouse.
    When I change the driver to any of the three other than the Apple Built-in Bluetooth, it says:
    “Windows encountered a problem installing the driver software for your device” with this error:
    “This device cannot start. (Code 10)"
    After trying this, the initially set driver (Apple Built-in Bluetooth) gives the same error. Resulting in having to reinstall all the drivers all over again.
    Anyone encountered the same problem or at least the error of “This device cannot start. (Code 10)"?
    Thanks.

    What kind of reinmstall did you perform?  If you used the recovery media, then this will be pretty simple. Boot to the recovewry media again and this time select the Reinstall drivers and applications option. Find the audio driver on the list of available drivers, put a tick in the box to its left and then click on the install button in the lower right hand corner of the window. The driver will be installed.  Your list will be different than the following one, but this is only an example. 

  • This device cannot start. (Code 10) - XtremeGamer

    This device cannot start. (Code 0) - XtremeGamer? System Specs
    Processor : Core 2 Quad Q9550 2.83 Ghz
    Motherboard: XFX 780i SLI
    Ram: 8 Gigs OCZ Reaper @ 800mhz
    Video Card: EVGA GTX 260
    Sound Card: XtremeGamer model: SB0730
    Bios Revision: P08
    Power Supply: OCZ GameXStream 850 Watt
    OS: Windows Vista 64 Premium SP
    Onboard Sound Disabled in Bios.
    Problem
    I installed the sound blaster into a brand new system with the specs above. Tried all the PCI slots, tried different bios versions, drivers that came on the cd and newest ones, different amounts of ram. However I still can't get the card to work just keep getting the error message "This device cannot start. (Code 0)". Any ideas?
    Message Edited by Kaelan on 02-04-2009 :4 [email protected]

    Kaelan wrote:
    Picture if it helps http://img443.imageshack.us/img443/575/errormsglv3.jpg
    I've tried enabling/disabling UAC.
    I've run the drivers as an admin.
    I've formatted a few times just to make sure no driver conflicts.
    Also I've tested the card on another PC running XP sp3 works fine.
    PCI slot works fine as well tested with an ethernet card.
    You've tried about everything.
    Did you try to disable any non essential onboard devices (HD Audio, LAN, additional SATA/IDE controller etc)?
    What about installing XP on a spare dri've?

  • 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.

  • 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.

  • 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

  • In Adobe Acrobat X Standard, our user used to be able to resize drawings to 8.5 x 10, it stopped working yesterday. It allows her to do this without an error but the size does not change?

    In Adobe Acrobat X Standard, our user used to be able to resize drawings to 8.5 x 10, it stopped working yesterday. It allows her to do this without an error but the size does not change?

    Try unmounting the volume on your iMac using Disk Utility. Then mount it again. You may need to reboot the laptop or relaunch its Finder process (using the Force Quit window) after remounting the drive on your iMac. Remember that no process may be accessing any files on the drive you plan to unmount, or the unmount will fail. Unmounting and remounting an external drive on my iMac made it become visible on my MacBook Pro after it had disappeared.

  • I am unable to redeem my purchase of a Photoshop Elements 12 software license.  After entering the redemption code and clicking on the Redeem button, nothing happens.  No error message.  Screen does not change.

    I am unable to redeem my purchase of a Photoshop Elements 12 software license.  After entering the redemption code and clicking on the Redeem button, nothing happens.  No error message.  Screen does not change.

    try using a different browser, or contact support Contact Customer Care

Maybe you are looking for

  • Unable to boot Windows 7 Home Premium 64bit dv6

    Hello, I have a HP dv6 that I force shutdown. Upon reboot, it asks me to do a Windows diagnostic and if I select that option, all I see is a blue screen (not the blue screen of death) and nothing else happens. No progress bar, nothing...a DOS window

  • How to establish WS Security for BPEL processes running on Web Logic

    We are running SOA Suite 10.1.3.4 on Web Logic Server 9.2. I have built BPEL processes and now want to implement WS Security for them, "Wssp1.2-Wss1.0-UsernameToken-Plain-X509-Basic256.xml" in particular. Have been researching but could not find any

  • Can I see my saved passwords on my iphone

    I have all my user names and passwords saved on my Mac. I want to know if they can be synced to my iPhone using firefox home

  • What we can do with the Security Chip ?

    After installed CSS, activated the security chip, what is it going to do? passwords / fingers are doing their own jobs indepandently. So, after activated the chip, what we can do with it?

  • Freeze on start - damaged preferences file

    For the past several weeks I repeatedly can't start Lightroom 5.6 and now 5.7 without first deleting the preferences file, which apparently is repeatedly damaged. Once this is done I can restart Lightroom and reset my preferences. This occurs on two