How to disable erroneous template lock checks in Dreamweaver CC?

I am building a Coldfusion & Bootstrap based app. I have been happily working on it previously in DW CS6. Upon starting work in DW CC I keep getting a "Making this change would require changing code that is locked by a template or a translator. The change will be discarded" pop-up message every time I try to edit the index.cfm document.
This project does not use DW templates and neither have I *ever* used DW templates. I have searched for solutions, all of which point to using "Modify > Templates > Detach from template", but since this file *isn't* a template, this option is greyed out and so not available.
How do I switch off this check as it is completely stopping me from using DW CC with CFM files that use JavaScript libraries (i.,e. just about everything I do that is CF based!). I realise CF support is being deprecated in DW, but surely it should not be completely prevented from working? Is this a bug?

The error message is applicable for Libraries as well.
Have a look here http://help.adobe.com/en_US/dreamweaver/cs/using/WSc78c5058ca073340dcda9110b1f693f21-7e49a .html
Try commenting the JS Library code and see if it helps.

Similar Messages

  • How to disable add on compatiblity checking in Firefox 4 beta?

    How to disable add on compatiblity checking in Firefox 4 beta?

    See http://kb.mozillazine.org/Extensions.checkCompatibility
    You can create a new Boolean pref extensions.checkCompatibility.4.0b with the value false.
    See also:
    *Add-on Compatibility Reporter: https://addons.mozilla.org/firefox/addon/15003/

  • How to disable iPhone 5 lock screen voice over passcode?

    How to disable iPhone 5 lock screen voice over passcode?

    I'm not at all sure what you're asking.
    I guess you might mean you would like Siri to function when the iPhone is locked.  You can do that by going to
    Settings > General > Passcode Lock > Siri = "On".

  • How to disable passcode on lock screen

    Hi
    I have just upgraded to iOS7 and by mistake enabled passcode on the lock screen. Can anybody tell how to disable this feature?
    Regards

    Basically when you turn the lockscreen notifications off - The icons still appear but no one can read the notifications on the lockscreen
    Regards Eree - Follow me on Twitter - Facebook - Google+
    For More visit My Blog

  • How to disable the "scroll lock" pointer?

    I use 2-finger swipe to scroll on my trackpad.
    I often get my pointer transformed into a scrolling pointer: it is gray circle about 1 cm in diameter, with a small white circle in the middle, 1 small arrow tip pointing down below the circle and 1 arrow tip pointing up above the circle.
    This happens mostly when I touch the trackpad with 2 fingers, like when I am about to scroll with 2-finger gesture.
    If I could post a png image I would but that is about as accurate as I could describe it.
    When it appears, it locks the scrolling (with 1 finger swipe it keeps scrolling in the direction of the swipe).
    This is very annoying because it interferes with the 2-finger scrolling.
    Sometimes I get a "move" pointer (same as the one a above but arrow tips in all 4 directions).
    Does anybody know what this "feature" is called and how to disable it?
    Thanks

    Hi,
    The Scrollbar in the activeX browser is the property of the page being loaded and not the container.
    If you have access to editing the HTML files that you are loading, add the following line in the html document:
    If you don't have write access to the html files, then you can cover the scroll area of the activeX container with another activeX container. You can't use a decoration to cover it since the activeX container will remain on top.
    I hope this helps.
    Feroz

  • HT201365 How to disable the activation lock feature..

    This options seems to be enabled automatically with iOS7. How do I disable it. I work for a company and do not want people who leave the company able to wipe and lock the device once they leave. Thanks!

    You need to turn off Find My iPhone in the iCloud settings:
    Settings > iCloud > turn off Find My iPhone

  • Oracle 11g - how to disable the Static Type-Checking of XQuery Expressions

    Hi,
    I loaded XML files using pl/sql in Oracle 10 suggesfully and now after upgrading to 11g the thing doesn't work anymore.
    I believe the problem has to do with the DTD, the xml files structure is not as specified in the DTD. I did get away in Oracle 10 issuing the alter session set events ='31156 trace name context forever, level 2' in the code. Now this doesn't seem to have any effect. When loading the xml file I get the following error message
    "ORA-19276 XPST0005 - Xpath step specifies an invalid element/attribute name"
    How can I skip the checking as I can't change the DTD's.
    TIA,
    Kari

    DTD Support in Oracle XML DB
    A DTD is a set of rules that define the allowable structure of an XML document. DTDs are text files that derive their format from SGML and
    can be associated with an XML document either by using the <code>DOCTYPE</code> element or by using an external file through a DOCTYPE
    reference. In addition to supporting XML Schema, which provides a structured mapping to object-relational storage or binary XML storage,
    Oracle XML DB also supports DTD specifications in XML instance documents. Though DTDs are not used to derive the mapping, XML
    processors can still access and interpret the DTDs.
    Inline DTD Definitions
    When an XML instance document has an inline DTD definition, it isused during document parsing. Any DTD validations and entity
    declaration handling is done at this point. However, once parsed, theentity references are replaced with actual values and the original
    entity reference is lost.
    External DTD Definitions
    Oracle XML DB also supports external DTD definitions if they are stored in Oracle XML DB Repository. Applications needing to process an
    XML document containing an external DTD definition such as /public/flights.dtd, must first ensure that the DTD document is stored in Oracle XML DB at path /public/flights.xsd.
    .... thats all I could find...
    http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28369/xdb05sto.htm#sthref540
    Edited by: Marco Gralike on Feb 26, 2009 11:19 AM

  • How to disable facelet well form checking

    Hi guys,
    I am using facelet. However, I got a few jsp page that I need to use traditional code like
    <% out.print("") %>So if put this in a facelet xhtml page, it will throws exception. I still need to use those jsf tag but I want to exclude well form checking for that particular page. Any idea?
    Thanks & Regards,
    Mark

    I tried the following:
    <!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"
          xmlns:ui="http://java.sun.com/jsf/facelets"
          xmlns:h="http://java.sun.com/jsf/html"
          xmlns:f="http://java.sun.com/jsf/core"
          xmlns:c="http://java.sun.com/jstl/core"
          xmlns:fn="http://java.sun.com/jsp/jstl/functions"
          xmlns:jh="http://jhighlight/"
          xmlns:cs="http://citcat.com/csJsf">
    <ui:composition template="/templates/pageAppCss.xhtml">
            <ui:define name="pageTitle">Horizontal scrollable Data Table</ui:define>
            <ui:define name="mainContent">
                <h:form id="horizontalScrollableDataTableFormId">
                    <cs:messages label="Error" />
                    <cs:dataTable id="horizontalScrollableDataTableId"
                            label="Data Table"
                            var="rowItem"
                            value="#{scrollableTableBean.dataList}"
                            divClass="horizontal-scrollable-table"
                            rowclasses="standard"
                      rows="2"
                      paginator="true"
                 >
                        <cs:column header="#">
                            <h:outputText value="#{rowItem.rowNo}" />
                           <![CDATA[
                   <% out.print("hello"); %>
                  ]]>                         
                        </cs:column>
                        <cs:column header="Team">
                            <h:outputText value="#{rowItem.team}" />
                        </cs:column>
                    </cs:dataTable>
                </h:form>
            </ui:define>
        </ui:composition>
    </html>but the hello word doesn't print out. please help. Thanks !
    regards,
    Mark

  • How to disable or change fan check RPM settings at boot?

    Hello all...
    My system specs:
    HP p6180t
    Prod#: AV129AV#ABA
    Q9550 Processor
    8 GB RAM
    IPIEL-LA3 Motherboard
    Upgraded:
    Corsair HX650W Power Supply
    Asus GeForce GTX560
    My original processor cooling fan stopped working recently and I chose to replace with a better heatsink while I was at it. I used a Cooler Master Gemini II M4 because it was the only increased capacity cooler that would fit in my current case. 
    After install, I got the "Error: CPU fan has failed, computer will now shut down to prevent damage to CPU. Etc..." 
    My guess is the motherboard doesn't like the new fan that came with the new heat sink. The fan is larger and I'm sure spins at a lower RPM than the stock fan. I checked my BIOS settings and do NOT have the "Hardware Monitor" section under the "Advanced" tab. My BIOS is at a newer level than what the HP site will provide for updates (mine is: 
    BIOS Version/Date American Megatrends Inc. 5.09, 8/19/2009).
    Is there another way to change the RPM fan speed settings to avoid the error at boot other than in the BIOS?
    I am able to boot the computer by using a similar sized 4-pin fan plugged into the motherboard while the proper sized fan (actually mounted to the heatsink) is unplugged. Even with no fan, the new heatsink is keeping the processor at 45 C or lower across all 4 cores under medium load. 
    I suppose I could always leave this small fan plugged in to the motherboard for the BIOS to be happy and power the CPU fan off of molex power (along with an additional case fan). This would be a last option as I would rather know if my CPU fan isn't working...
    Any and all help is very appreciated, thank you!
    John
    This question was solved.
    View Solution.

    I understand that your new fan is not detected as working properly by BIOS.  The BIOS doesn't provide all that many options to control functions such as fan speed and there isn't a way to access this feature to the best of my knowledge.  I am afraid that the workaround you mentioned might be your only option with the existing fan without access to this setting in BIOS.  
    You mentioned you connected a similar sized fan to bypass the error.  Does the fan have a higher RPM than the fan sitting on top of the heat sink?  Reviewing the images located here, it looks like the fan is detachable and could be replaced with the fan that works with the BIOS.  This is provided that the fan that gets past BIOS will fit the heat sink.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • How to disable information template for Punchout requisitions

    Hi,
    I have a requirement of disabling the information templates for items added to cart via punchout.
    Is this possible, with some configuration changes?
    Please let me know
    Regards
    Puja

    The error message is applicable for Libraries as well.
    Have a look here http://help.adobe.com/en_US/dreamweaver/cs/using/WSc78c5058ca073340dcda9110b1f693f21-7e49a .html
    Try commenting the JS Library code and see if it helps.

  • How to disable red underline spelling checker

    Does anyone know how to do this?
    Whenever I use technical terms while writing emails the document ends up looking stupid (red wavy lines underlining half the words) and it bugs me when trying to read what I've written.
    There must be a way to kill this "helpful" feature.

    Thanks! That did it. It'd be ideal if I could just turn off the spell checker red line though. I actually like the auto correct feature.
    Until theres an option to kill the red line thing ill have to do without the handy auto correct.

  • Anyone know how to disable the "caps lock" key?

    I'm a klutz typist who needs to look at the keys when I type, and I often hit the caps lock key by mistake and have to go back and retype a lot. There used to be in the real old days a freeware utility to do this, but I don't know how to do it today.
    PowerBook G4 Titanium 400   Mac OS X (10.3.9)  

    Hi, Starratt, and welcome to Apple Discussions. Here are some links to possible solutions:
    http://mkaz.com/archives/86
    http://forums.macosxhints.com/archive/index.php/t-10186.html
    http://forums.cnet.com/5208-6142_102-0.html?forumID=97&threadID=199678&messageID =2150130

  • Adobe Reader X: How to disable resource file locks of PDFs

    Hi,
    I develop PDFs using LaTeX tools, and like to view my PDFs with Adobe Reader X (I am currently using version 10.1.0.534) on Windows XP.
    Unfortunately, I cannot compile my LaTeX documents using pdflatex (or otherwise) when the file these tools are trying to write to are open by Adobe Reader X, which appears to place a resource lock on open files.
    Is there any configuration option to prevent the Reader X from placing a resource lock on files? It is frustrating to have to manually close and re-open the reader whenever I recompile my PDFs that I am resorting to other PDF readers, like Sumatra or Foxit, which don't place locks on PDFs they read.
    I understand that the resource lock may be a solution for dealing with problems related to ActiveX components for IE, but I only use Chrome and Firefox, so this is an unneccessary and annoying behaviour.
    Thanks in advance,
    Ratzski

    Thanks for your suggestion, but doing this (kind of thing... as I couldn't exactly follow your instructions as they aren't visible in Reader X 10.1) didn't work.
    Can anyone else offer any suggestions?

  • How to disable one check box when another is checked

    Hi, I'm a first time user.
    i am trying to make text fields appar and dissapaer when check boxes are ticked. but only alow one check box to be active at one time. 
    I am making a simple form in Acrobat pro 9,
    I have two check boxes Checkbox1 & Checkbox2.
    I have two text fields Textfield1 & Textfield2
    i have added actions to checkbox1 & checkbox2 to 'hide or show' the text fields.
    Action --> on focus (checkbox1) show/hide field (textfield1) is hide
    Action --> on focus (checkbox1) show/hide field (textfield2) is show
    oposite
    Action --> on focus (checkbox2) show/hide field (textfield2) is hide
    Action --> on focus (checkbox2) show/hide field (textfield1) is show
    problem 1 - how to disable checkbox1 when checkbox 2 is ticked.
    or disable checkbox2 when checkbox1 is ticked.  
    my other problem is that this action has the same effect for ticking or unticking the checkbox.
    thanks in advance to anyone who can help.
    can you please write your answer in simple terms. Basically this is the first time i have used acrobat pro so please dont assume any knowledge at all. thansk very much .

    First, I would experiment with just check boxes and learn their properties and how they can interact.
    Have you tried using the same name for 2 check boxes and assign a different "export value" to each check box.
    Have you looked at the values a check box or boxes have when checked or un-checked?
    Have you looked at how the various actions for a field work?

  • How to disable 'display pdf (using Acrobat Pro X) in browser'?  Note:  The option is unavailable to un-check box.

    How to disable 'display pdf (using Acrobat Pro X) in browser'?  Note:  The option is unavailable to un-check box.

    Hi URT301,
    Please see this document: PDF Ownership when Reader X is Installed with Acrobat. You'll find several solutions to this problem in the FAQ section.
    Please let us know how it goes.
    Best,
    Sara

Maybe you are looking for

  • Can i use time machine with a airport extreme and a external hard drive

    I have connected a hard drive to my airport extreme. Now i would like to use time machine to back up my computers, and would like to do this on the hard drive which is connected to my airport extreme. Next step is that i would like to be able to appr

  • I can't get my router to connect. Someone pls help me.

    I've been trying for like 6 hours to get my router to work. It's recognised but it can't connect to the internet it did yesterday but now it won't. Also I've been trying to find my network key and the blank username and admin for password doesnt work

  • Printing Problem from LIve Previewer

    I am not able to print a report to a printer although it looks fine on screen.It just prints blank pages.Whereas it gets printed from some other PCs....ie report is printing ok on some PCs and is printing blank pages on some other PCs. Thanks in Adva

  • Problems reinstalling Tiger

    Hello. I try to reinstall my Tiger OSX on my Macbook pro and when I installning "disc 2" its stops and a problem accourd so it says "try once again to install disc 2". I tried this 5 times now and when I looked where everything stops, its at "Iworks

  • Problems with the Firewire Hub at a Cinema Display

    The Firewire Hub on my "23 inch Apple Cinema HD Display" doesn't work when connected to my "Power Mac G5 DualCore 2,3 Ghz Double Lay" - the hub works when connected to a Mac mini (or before to a G4 867). The Firewire-Port at the G5 works, too. Who ca