DWT is not updating pages

Hi again,
I'm facing a problem that many people faced it seems like. My DWT, that use to update all pages successfully when I made it do so, is no longer updating them. It is doing that with two of my sites and it recently started happening after an Adobe update.
Updating C:\Documents and Settings\Graphic Designer\My Documents\Work\Showcase Restoration\Website\
Done.
  files examined: 25
  files updated: 0
  files which could not be updated: 0
total time: (0:00:00)
I have been all over google looking for a solution to fix this, and while many people posted that they were having a similar error, none of the solutions provided to those people helped me. Does anyone know why my files are no longer being updated by my DWT?
As always, any and all help is greatly appreciated.
Here is the site:
http://showcaserestoration.com/

Was Template moved or renamed?
Are you certain you're editing the correct template for those child pages?
Does your Template contain valid code?
Code Validation Tools
CSS - http://jigsaw.w3.org/css-validator/
HTML - http://validator.w3.org/
Nancy O.

Similar Messages

  • Dreamweaver CS6 Templates not updating pages since i copied the website to a new computer

    Dreamweaver CS6 Templates not updating pages since i copied the website to a new computer
    First i install CS6 on the new computer
    copy the projects
    import the websites
    Now, when i change any template the pages do not update any more. New pages working correct. Also manuell updating works.
    Any Idea?
    Where are the info about the join template and the pages. Seems on the old computer - but where?
    Thx

    hm?
    now I made a new page from the template on the new machine - and find one difference:
    New Page:
    <!doctype html>
    <html lang="de"><!-- InstanceBegin template="Templates/mainvorlage.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>....
    Old Page:
    <!doctype html>
    <html lang="de"><!-- InstanceBegin template="/Templates/mainvorlage.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>...
    The slash / after template=" is not there on the new machine. If i remove the slash on the copied pages and restart dreamweaver then it works. A lot of work, but i can solve my problem this way.
    Maybe there is some checkbox for path handling...?

  • Dreamweaver Template not updating pages error code 2?

    Hi All
    I wonder if someone can help me - I have a site that i made with Dreamweaver. I then got a new computer (windows 7) and updated my dreamweaver from cs4 to cs5. I have just tried to update my pages and it doesnt seems to be working.
    Not sure what information you need - but I have a root folder and within the root site there is a folder with Templates and the templates have the extension .dwt
    I have read some posts that say recreate the cache which i have tried - this hasnt worked
    I then read another post that says you can update the pages by Modify > templates > Update Pages..
    When i tried this I get the update dialog box, but when i try to update the pages i get the following error message:
    "error accessing file - (name of the dwt file), file not found, error code 2"
    Can i ask the what is the error code 2 - i mean is there any information about the error code which will help me to resolve my templates not being found? as i am bit stuck...
    Would appreciate any help on this and thank you in advance
    Regards
    Lorna

    I would like further help with the issue Guy McMickle identified.
    When I update links to my two template files I receive the above Error Code 2 message four times. There are 22 page files based on these templates.
    The <!-- InstanceBegin template... code does not exist in either of the template files. I does, however, show up in every one of the 21 files that were created from one of the two templates. In these files it shows up in uneditable header code.
    Why does the error code only show up four times? If the instanceBegin code is only generated when a file is created based on a template, how can it be avoided or corrected?

  • Template not updating pages on save

    I created a template, then created pages based on that template. I make a change to the template, save, it says it will update my 10 pages, then the log shows that 0 pages were updated. I check the pages, they didn't update. What's the problem? Why are my pages not updated?
    Thanks,
    KoffeeKat

    Are you working with valid code?
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Do you have an editable region in your Template's <head> tags?
    Can you post your Template code into a reply?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Template not updating pages in MAC CS4

    I have Dreamweaver CS4 on a iMAC (latest computer) w/ Lion (recently upgraded).  I had been using Dreamweaver 8 on a PC but moved everything a few months ago. 
    I updated the template.  When I saved it, Dreamweaver was supposed to ask to update all related pages, but it didn't ask that.  When I open a page and apply the template, the change shows up.  But I have too many pages to do that.  I tried going to Modify> Template> Update pages.  I turned the LOG on and it said the pages were updated.  I did a Review at the top level and the pages showed up and I moved them to the server.  I don't know why the changes aren't showing up on the server.  I refreshed the page on the server and the change still didn't show up.
    Trudy

    The next thing to try would be this -
    1. In DW's Site manager, export the site definition (make sure you note where you export it so you can find it again - also make sure you export the FULL site definition).
    2.  With the site still selected in Site manager, REMOVE it.
    3.  Now IMPORT the site definition you just exported.
    That can also fix this troublesome problem.

  • Template does not update pages

    When I change a menu item in a template (located in the Template folder), and attempt to save it, DW asks if I want to update all pages created w/this template.  When I hit OK, all seems well.  The log shows all pages have been updated.  When I preview, the browser displays a message that xxx.html cannot be found in the Templates folder.
    When I restored the entire site from a Time Machine backup, the problem persisted. 
    Any help would be most appreciated.

    Not a templates user, but I am asking why your page is looking for a file with an HTM extension in the Templates folder. As I understand it, only template file(s) with the dwt extension should reside in the Templates folder.
    Can we see your code to determine what is calling for that HTM file?

  • Template not updating pages properly

    I have several pages, all started from the same template.  The path to an image in the template is   <img src="../index.php" width="140" height="200" alt="Balgonie Baptist Church Logo">  but on the pages that are updated from this template they are: 
    <img src="index.php" width="140" height="200" alt="Balgonie Baptist Church Logo">  .  The 2 periods from the source path are not there on the pages.  I think something like this happened before, what am I doing wrong?  I'm a newbe.

    #1 .PHP is not an image extension. It is an HTML page containing server-side code.
    Images should have file names with .jpg or .png or .gif.
    #2 template.dwt files reside inside a Templates folder.  That's why links in templates contain the leading dots -- ../images/somefile.jpg
    #3 When you create a new page from template and save it to the root of your site, DW correctly removes the leading dots for you -- images/somefile.jpg.  At least that's how it should work.
    Nancy O.

  • Templates not updating pages at all

    I have a similar problem to several other posters. I have one
    template that is attached to about a dozen pages. When I make a
    change to the template, and then save it, not dialog comes up
    asking if I want to update the dependent pages, and the changes are
    not reflected in the page, it just saves the document.
    If I open one of the dependent pages, and do
    Modify>Template>Apply template to page, the changes do show
    up.
    I have other sites on this computer where the Template
    function works correctly, so it is not a bug or problem with my
    Dreamweaver, just this particular template or site. I am using
    Dreamweaver 8.0.2 on a Mac Book Pro (the newer Intel one).
    You can see the template here:
    http://salidarec.com/Templates/Salida-Rec-Main.dwt
    and an example of a dependent page here:
    http://salidarec.com/
    As I look at the code, it seems like it makes sense, I just
    am at a loss for what to do.
    Here is what I have done, all to no avail:
    Recreated the site cache
    Manually deleted the site cache files and then recreated them
    Made some new test pages using New page from Template dialog
    I am aware of the common template pitfalls, and have not done
    any of these things.
    1. Rename the Templates folder
    2. Move the Templates folder to some other folder level in
    the site other
    than root level
    3. Move a template out of the Templates folder.
    4. Make changes to an editable region of the template (which
    will not
    propagate)
    5. Assume that template changes can be uploaded to the server
    without also
    uploading the changed local files
    6. Corrupt the site cache so that the link between template
    and child page
    is broken
    Any suggestions are appreciated.
    mark

    Export the site definition. Remove the site definition.
    Import the site
    definition. Better?
    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
    ==================
    "mark999" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have a similar problem to several other posters. I have
    one template that
    >is
    > attached to about a dozen pages. When I make a change to
    the template, and
    > then
    > save it, not dialog comes up asking if I want to update
    the dependent
    > pages,
    > and the changes are not reflected in the page, it just
    saves the document.
    >
    > If I open one of the dependent pages, and do
    Modify>Template>Apply
    > template to
    > page, the changes do show up.
    >
    > I have other sites on this computer where the Template
    function works
    > correctly, so it is not a bug or problem with my
    Dreamweaver, just this
    > particular template or site. I am using Dreamweaver
    8.0.2 on a Mac Book
    > Pro
    > (the newer Intel one).
    >
    > You can see the template here:
    >
    http://salidarec.com/Templates/Salida-Rec-Main.dwt
    >
    > and an example of a dependent page here:
    >
    http://salidarec.com/
    >
    > As I look at the code, it seems like it makes sense, I
    just am at a loss
    > for
    > what to do.
    >
    > Here is what I have done, all to no avail:
    > Recreated the site cache
    > Manually deleted the site cache files and then recreated
    them
    > Made some new test pages using New page from Template
    dialog
    >
    > I am aware of the common template pitfalls, and have not
    done any of these
    > things.
    > 1. Rename the Templates folder
    > 2. Move the Templates folder to some other folder level
    in the site other
    > than root level
    > 3. Move a template out of the Templates folder.
    > 4. Make changes to an editable region of the template
    (which will not
    > propagate)
    > 5. Assume that template changes can be uploaded to the
    server without also
    > uploading the changed local files
    > 6. Corrupt the site cache so that the link between
    template and child page
    > is broken
    >
    > Any suggestions are appreciated.
    >
    > mark
    >

  • Template not updating pages upon save

    I'm having an issue with DW CC where I make changes to a template and save it but it doesn't update any pages. What is even stranger is if I open the pages and I save the template it will update the opened pages but not any closed ones. Anybody else run into this problem?

    I filled out the form that somebody linked to aboe and I actually got a response from Adobe recognizing this as a BUG. Now if they would just fix it. Response from Adobe is below.
    Hi Patrick,
    Thanks for writing to us with your concern.
    We would like to let you know that we are working on this so that Dreamweaver CC users can “Open” and/or “Save” ASP/CFM files.
    We have already logged an internal bug # 3609524 for the same. We solicit your patience in this regard.
    Please check this help document for opening Cold Fusion documents in Dreamweaver CC: http://helpx.adobe.com/x-productkb/policy-pricing/open-coldfusion-dreamweaver-cc.html
    Please let us know if you need help regarding anything else. We will be more than happy to help you.
    Thanks,
    Arindam Ghosh
    Dreamweaver Team,
    Adobe Systems

  • DWT file not updating with drop-down menu edits rom Fireworks

    Aughh! I am almost done with my website, when I go back to
    Fireworks and add a couple new tabs on a drop-down menu. I update
    the DWT file in Dreamweaver, but one of two things happens: either
    the update simply doesn't "take", or all of the <body>
    section is mysteriously deleted from the DWT file. If I preview the
    Fireworks template (from Fireworks), everything is as it should be,
    but not when I preview in Dreamweaver. Not sure if this is a
    Fireworks issue or a Dreamweaver so I've posted in both. No one in
    the FIreworks forum has come up with any suggestions yet.
    What the hell?
    Thanks in advance for the help,
    Brian

    >so I've posted in both
    Can't see anything here over at the newsgroup - did you
    forget or not post
    in such a way it doesn't show?
    Please provide a URL.
    Jo
    "_Lost_Boy" <[email protected]> wrote in
    message
    news:ga4i6l$cht$[email protected]..
    > Aughh! I am almost done with my website, when I go back
    to Fireworks and
    > add a
    > couple new tabs on a drop-down menu. I update the DWT
    file in Dreamweaver,
    > but
    > one of two things happens: either the update simply
    doesn't "take", or all
    > of
    > the <body> section is mysteriously deleted from
    the DWT file. If I preview
    > the
    > Fireworks template (from Fireworks), everything is as it
    should be, but
    > not
    > when I preview in Dreamweaver. Not sure if this is a
    Fireworks issue or a
    > Dreamweaver so I've posted in both. No one in the
    FIreworks forum has
    > come up
    > with any suggestions yet.
    >
    > What the hell?
    >
    > Thanks in advance for the help,
    > Brian
    >

  • Updated Template does not update pages

    When I update and save a template it does not ask if I want to update the pages that use that template. I recently down loaded and reinstalled all my Adobe applications. Is there a parameter that has to be tuirned on to fore pages to be updated when the templete is changed?
    I am using CS 6.

    Have a look here http://forums.adobe.com/thread/953304

  • Dreamweaver CS6: Template not updating pages

    I have developed a small promotional site using Dreamweaver CS6. Virtually all pages have been designed around a single template, and this has worked well throughout development.
    However, I'm now noticing that updates applied to the template (updates to an uneditable region) are being passed to only a few of the pages.
    Here is a page not being updated by the template:     http://www.purepowerengine.com/about.htm
    Thank you in advance.

    Hi rdwright,
    Thanks for sharing the answer with us. Good to know that you are all set.
    Thanks,
    Preran

  • Why can I not update Pages, Garage Band, Numbers and  Keynote after changing my hard drive and reloading Maverick?

    I cannot download the updates for Pages, Keynote, Numbers and Garage Band after changing my hard drive and reinstalling Maveric - can any one help?

    Are the programs in your Applications folder? Did you purchase them from the App Store or do you have an iWork DVD?

  • Template not updating pages

    My customer wanted me to add some google analytics to some of
    their pages. So I tried to make an editable area just above the
    </body> tag so that I could put the specific code on just
    some of their pages. But when I did this, it put <!--
    InstanceEnd --> after the </body> tag. I don't know why it
    did this. But now all of the pages have this stuck on the pages. I
    updated the template to remove this bottom editable region but when
    I update the pages, all of the code is still showing and I can't
    get rid of it. I'm sure it's because this <!-- InstanceEnd
    --> is after the body tag. How can I fix this? You can view the
    source of
    http://www.harboryc.com and look
    at the very bottom to see what I'm talking about.

    That page's template markup is perfectly normal. The <!--
    InstanceEnd -->
    *SHOULD* be where it is on all template child pages.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "kdumas123" <[email protected]> wrote in
    message
    news:g5jqu2$dq0$[email protected]..
    > My customer wanted me to add some google analytics to
    some of their pages.
    > So
    > I tried to make an editable area just above the
    </body> tag so that I
    > could put
    > the specific code on just some of their pages. But when
    I did this, it
    > put
    > <!-- InstanceEnd --> after the </body> tag.
    I don't know why it did this.
    > But
    > now all of the pages have this stuck on the pages. I
    updated the template
    > to
    > remove this bottom editable region but when I update the
    pages, all of the
    > code
    > is still showing and I can't get rid of it. I'm sure
    it's because this
    > <!--
    > InstanceEnd --> is after the body tag. How can I fix
    this? You can view
    > the
    > source of
    http://www.harboryc.com and look
    at the very bottom to see what
    > I'm
    > talking about.
    >

  • One note updating page format

    Sorry, I'm new to  OneNote and I'm sure my problem is pretty basic. When I delete something from the top of the page how do I get the items below to move up?

    Hi,
    "When I delete something from the top of the page", by this do you mean if you delete a container and you want the container below it to move up?
    Say, if Test1 container is deleted, you want the Test2 container to move up, right? I don't think we can do this in OneNote. What we can do is to manually click the move handle of the note container, and then drag it to the new location. For more information
    about OneNote container, please refer:
    http://office.microsoft.com/en-in/onenote-help/work-with-note-containers-HA010214064.aspx?CTT=1
    If I've misunderstood something, please feel free to let me know.
    Best Regards,
    Steve Fan
    TechNet Community Support

Maybe you are looking for

  • Multiple versions of labview on 1 computer

    Hello, I have just purchased LV 8.2 and am about to install it on my computer.  The old version of LV I currently have on my computer is 7.1.  Can I run both versions on the same computer or is it beneficial to take off LV 7.1 first before installing

  • Ti 9800se problem with install, black screen of death!

    I have a 4800 that was in my system and I am now giving it to my buddy.  After I install the drivers and it reboots I get the windows logo screen and then it just goes black and either freezes or restarts.  I downloaded the newest drivers but havent

  • Question regarding  to changing the region of the app with remaining balance

    Question regarding  to changing the region of the app with remaining balance Hello, I am attempting to change the location of my app store which has remaining balance of 0.01$. In order to change the location of the store, it requires  spending all t

  • Issue in compiling code on solaris 10 - please help

    I wanted to migrate old PRO *C source code to solaris 10 and oracle 10 enviroment, so copied all files , done settings and tried compiling it. It is giving below error. Any guess why it is happening? Syntax error at line 69, column 2, file /usr/inclu

  • About Solution Manager upgrade from 3.1 to 4.0

    Hi colleague, I am in progress of finalizing a planning for an Upgrade project of Solution Manager from 3.1 to 4.0 release. The current usage of the Solution Manager usage is the following : - Only Blue Print and Implementation function used, - No mo