PRE 7 missing templates

I have seen that others have had similar problems with missing templates (menus etc), but in my case it was from a downloaded version, not from a disc.
I downloaded an upgrade version of PE 7. When I first opened the program I got a message saying something along the lines of the fact that there were missing templates and it gave a link to fix the problem. The link simply took me to the original download page for the full software package. I had expected that it would be a link to the templates themselves. How do I go about downloading the templates...or do I have to download the entire software again?? (Is this possible, or having paid my money will it only allow me to download once?)
In the meantime is it possible to use the templates from my earlier version (PE 3). If I copy them across to the appropriate folder in PE 7 will they work okay?
Thanks

The FAQs to the right of this forum offer this solution.
http://forums.adobe.com/thread/390607?tstart=0

Similar Messages

  • Printing a PDF file over pre-printed template

    I would like to be able to print a PDF file (file A) over the top of another PDF file (file B ). For example, file A could be a letter that needs to be sent out and file B could be the company letterhead. The resulting file would be the letter on company letterhead.
    I need to be able to do this because I am printing from an application that allows limited customization of the output format. Having the ability to print one file over another would enable me to create a "pre-printed template" in an application that has more flexibility. I could then add the data from the first application over the top of the "pre-printed template."
    I am using Acrobat Professional 7.0.9 on a Windows XP Professional system. If necessary I can upgrade to a more recent version of Acrobat.
    Thanks for your help

    I would like to do this all electronically. I don't produce a hard copy at any time but rather create the PDF and then email the file to the recipient.

  • Performance Management Pre-defind template creation errror

    hi all,
    I am getting one error on creating Pre-defind template in performance management.
    The following error text was processed in system PE6 : Exception text is : Category 00000001 (category group 00000010) does not exist
    i guess i have deleted category on working out some error.
    Please help me to resolve this error.
    Regards,
    Jayesh Talreja
    Edited by: jayesh talreja on May 27, 2011 7:51 AM

    Hello,
    Pls create any dummy/real category to resolve the error.
    thanks
    rafi

  • Missing Template Handler is missing in action.

    After a bit of struggle I found out how to input a missing
    template
    handler into our aged 4.5 Unix ColdFusion server. I was able
    to have it
    server up the custom 404error.htm file developed by our web
    department.
    And this worked, sort of.
    The problem was that this HTML file makes use of Apache
    <!-- include
    virtual...--> directives which, of course, ColdFusion does
    not understand.
    So, I say no problem, I've dealt with this already before and
    expanded
    on some existing code that reads the html file and replaces
    all these
    virtual includes with the contents of the included file using
    <cfile...>
    tags and reFind() functions. This version even uses a Custom
    Tag and
    recursion to handle virtual includes inside of virtually
    included files.
    And this works great!
    http://www.cdpr.ca.gov/errors/404error.cfm.
    But when I then went into the ColdFusion administrator and
    replaced the
    HTML file path
    '/rootDir/subDir/subDir/htdocs/errors/404error.htm'
    with the corresponding CFML path
    '/rootDir/subDir/subDir/htdocs/errors/404error.cfm' it stops
    working.
    ColdFusion starts to display the default ColdFusion 404 not
    found error
    rather then my specified Missing Template Handler.
    What's wrong here? Why can't I server up a CFM file from the
    exact same
    place I can serve up an, albeit incomplete, HTML file?

    User Since V1.5 wrote:
    >
    > I will be very happy if someone points out what I'm
    missing.
    >
    Everything you have describe is true. The main point is that
    sometimes
    people do not want to and that there are reasons not to let
    IIS handle
    ColdFusion missing templates.
    To be as clear as possible, if you have set IIS to check for
    the
    existence of a cfm file and then throw either a default or
    custom HTTP
    404 error page this will overwrite anything that could of or
    would of
    been done with a ColdFusion missing template page.
    Sometimes this is a bad thing. For one example, there are
    techniques
    and development methodologies that build a 'template' or
    'response'
    completely in memory and a cfm file does not actually exist
    in this
    case. This is more advanced then many people work with but it
    is
    possible. In this case your having IIS check for the
    existence of a
    template would defeat the purpose. Another example is that a
    server
    wide missing template handler used by the ColdFusion server
    can be
    passed simple information about the error from ColdFusion,
    this does not
    happen with the IIS methodology.
    So the missing template handler exists for cases where for
    one reason or
    another somebody does not want to have IIS checking for the
    existence of
    a cfm template before handing off the request to the
    ColdFusion server.
    As with many things in life, it is all about choices and what
    works for
    one person may not work for another.
    A common difficulty with the missing template handler is that
    it does
    not necessarily live in the web server root. It has to live
    in the Jrun
    (aka Java) server web root which often is different then the
    web server
    root.
    I.E. A common configuration may be this.
    c:/inetpub/wwwroot <!-- web server root -->
    c:/jrun/servers/cfusion/cfusion-ear/cfusion-war <!-- Java
    server web
    root --->
    The latter is where the ColdFusion server wide missing
    template hander
    template file would have to live in this example
    configuration.

  • Problems with missing template handler

    Hello,
    We have put the name testmiss.cfm in the missing template
    handler in the administrator. Still, the default ColdFusion error
    message shows when a cfinclude has template=a nonexisting file and
    when in an html form,
    action=a nonexisting cfm file. I have testmiss.cfm in both
    the root with Application.cfm and the directory with all the other
    cfms but still no luck.
    Any idea what we are doing wrong?
    Thank you very much.

    bill0 wrote:
    > Thanks for all the help but still no luck.
    >
    > The directory is d:\wSites\GBMain\html\CFMS> and I am
    mapped to it as x:\CFMS.
    > Most of the cfm files are in CFMS but Application.cfm is
    1 directory up in
    > html. I have tried misscfm.cfm in both html and CFMS but
    had no luck having it
    > find a non existant template referred to in a cfinclude
    or a form's action
    > attribute. The default ColdFusion error handler is what
    shows. The missing
    > template handler box says /misscfm.cfm. Misscfm.cfm is
    text followed by a
    > <cfabort>. We use ColdFusion MX6.1
    >
    > I hope that is enough information to figure what am I
    missing and/or doing
    > wrong.
    >
    >
    Is the 'misscfm.cfm' file somewhere in the
    'd:\wSites\GBMain\html\CFMS\'
    directory. I will presume this is the 'web root' as defined
    in your web
    server (IIS or Apache or built-in or ???). The missing
    template handler
    file needs to be in the ColdFusion root. This is going to be
    a
    directory such as
    '{drive}:\JRun4\servers\{server}\cfusion-ear\cfusion-war\misscfm.cfm'
    for J2EE flavors OR '{drive}:\CFusionMX\wwwroot' for Standard
    I think.
    It has been a very long time since I have dealt with
    Standard.
    This is probably completely different from the above web
    root. That is
    the point I am trying to get across. ColdFusion has TWO roots
    where it
    will look for a CFML file. But the Missing and Sitewide
    templates can
    only be in the ColdFusion root listed above, they will not
    work in the
    web root.
    HTH
    Ian

  • Learning to use flash on a pre-built template.

    I am new to flash, and web design at that matter. I am
    learning to use flash using a pre-built template. Does anyone know
    how to get the buttons on the template to link to files?
    Thanks!

    Pallett,
    > I am new to flash, and web design at that matter. I am
    > learning to use flash using a pre-built template.
    Ouch! That may be problematic. Where di you get the
    pre-built
    template?
    > Does anyone know how to get the buttons on the
    > template to link to files? Thanks!
    The global getURL() function links to files (see details in
    the
    ActionScript 2.0 Language Reference) -- but honestly, since
    the specifics of
    your template are completely unknown to us, you may find a
    hard time getting
    answers until you provide more information.
    In general -- this is my opinion here, but I'll try to back
    it up -- 3rd
    party templates are not a good way to learn Flash. The reason
    for this is
    because template repositories, such as TemplateMonster.com,
    farm out their
    template designs. There are no centralized standards of
    quality in such
    templates: 10 to 1, you will not see consistent, clean FLAs
    -- on the
    inside, I mean. Designers from all over the world throw
    together as many
    templates as they possibly can (to make as much money as they
    possibly can,
    of course), with no real quality assurance, because none of
    them work under
    the same roof.
    I've seen countless posts to this forum along the lines of,
    "Hey, I just
    bought this template, but I can't make sense of it!" And
    that's because the
    FLA's layers won't be named, layer folders won't be used,
    Library assets
    won't be named (or will be named poorly), and very little (if
    anything) will
    be explained in regard to *how* the designer put together
    whatever's there.
    That said, I certainly don't mean to frighten you into
    thinking
    templates are a bad thing. Good and bad, in this context, are
    somewhat
    subjective. But I encourage you to look elsewhere for
    *learning* Flash.
    There are plenty of online tutorials and resources, and in
    fact, the
    included documentation in Flash (F1 key) is a great place to
    get your
    bearings.
    David
    stiller (at) quip (dot) net
    Dev essays:
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Missing Template Handler Issues

    Hi there, we're having some problems setting this up. We get
    the custom page we've created but still see the default coldfusion
    information..... Here's what we've done..
    (1) Set the path correctly in the Coldfusion Admin &gt;
    Settings. 'Missing Template Handler'.
    (2) Made the changes in IIS as described here...
    http://kb.adobe.com/selfservice/viewContent.do?externalId=95ee04fb&amp;sliceId=1

    You are using CF8 right? Because it works just fine for me.
    Here is what I did to test.
    1) created a simple cfm template with nothing more than
    &lt;cfoutput&gt;helloworld&lt;/cfoutput&gt; and
    saved it as missing.cfm in my webroot (
    http://localhost/missing.cfm
    2) logged into the coldfusion administrator and added
    /missing.cfm into the box where it asks for the missing template
    relative path.
    3) hit submit changes.
    then browsed out to
    http://localhost/SomeStrangePageThatDoesntExist.cfm
    and as expected saw only &quot;missing&quot;
    The only thing I can think of is that you have in your
    missing template page another cfinclude that is failing.
    Try the above approach and see if you continue to get the
    error.

  • After Effects CS6 Missing 'Template Projects'

    Hello,
    The following support page identifies the problem...
    Library, title templates, template projects missing: Premiere Pro, After Effects, Encore
    • When you access the template projects in After Effects CS6 or CC, the template projects are missing.
    After Effects Solution: Download and install content from the Adobe After Effects Exchange
    Here is the link provided by above solution....
    https://creative.adobe.com/addons
    However, there does not appear to be any After Effects 'Template Projects' posted at the Add-ons site.
    This help page provides a description of the missing content...
    After Effects Help | Projects
    Could someone please identify where I can download these files from.
    Thanx.../John

    Hi Todd,
    There is still no solution to the After Effects CS6 Missing 'Template Projects'.
    Could you please post this requested content and provide a link.
    .../John

  • Can you specify a missing template handler that lives under another site?

    I have configured a dedicated site, separate from my website, for my ColdFusion administrator (CFIDE).  So I have my website here: http://www.public-site.com/ and my ColdFusion admin here: http://www.cfadmin-site.com/ .  They both live on the same server but under different directories.  So now I am configuring my ColdFusion settings and wondering if there is some way to configure the missing template handler and site-wide error handler to use files that live under the public site directory so that I can give my users a consistent look?
    I am guessing that this is not possible but thought I would ask.  I may be left with creating the modules under my ColdFusion admin directory and then using <cflocation> to redirect the user back to the public website environment.  Or embedding some javascript to redirect them.  Any other thoughts?

    OK, now I think I see where you are coming from about not needing to redirect *lightbulb* and perhaps I can explain to you what I am seeing.  Again, here is my setup:
    web root: D:\wwwroot\public-site\
    cf web root: D:\wwwroot\cfadmin-site\
    Now let's say I have a file in the web root like this: D:\wwwroot\public-site\error.cfm  If I try to enter that in my site-wide error handler in ColdFusion it tells me that the file does not exist.  Makes sense.
    So I moved my file to the cf web root like this: D:\wwwroot\cfadmin-site\error.cfm and set my site-wide error handler accordingly.  Now when I force an exception I get an error that my site-wide error handler failed.  In the logs I see this error:
    "Error","jrpp-26","11/08/10","14:02:30",,"'' The specific sequence of files included or processed is: D:\wwwroot\public-site\error.cfm'' "
    java.security.PrivilegedActionException: coldfusion.runtime.TemplateNotFoundException: File not found: D:\wwwroot\public-site\error.cfm
    So now that a template is executing ColdFusion is looking for the site-wide error handler in the web root of the public site.  But the ColdFusion administrator will not let me enter that path in the site-wide error handler setting of the administrator page.
    Did you run across this too?  Surely we don't need to have the file in both locations.

  • Missing templates, apple, etc in palette

    I wonder how it happened....missing templates, apple, shapes, buttons, etc in palette. Why are those missing? Do I have to reinstall DVD SP?

    during installation one can elect to install or not install templates. (I choose not to install the PAL templates, for example) And if they're moved, say to a different drive, they can get lost. Reinstallation is not a big deal at all. And you may be able to install just the templates. I haven't done that in a while.

  • Pre-designed templates?

    I am new to Dreamweaver.  I have designed sites in iWeb, but it won't give me access to the HTML in order to change colors on a pre-designed template.  I downloaded a trial version of Dreamweaver, but I can't figure out if it has any pre-designed templates for me to start with or not.  If it does, would someone please tell me how to access them?  Thank you!  (I called support, but they said that they do not support the trial version.)

    I'm looking for a program that will give me more versatility but won't require me to write all of the code from scratch.
    DW writes the code for you.
    DW Template #6
    http://www.adobe.com/devnet-archive/dreamweaver/articles/dreamweaver_custom_templates_pt2/ template6/Publish/theme_06_design_from_template.html
    DW Template #7
    http://www.adobe.com/devnet-archive/dreamweaver/articles/dreamweaver_custom_templates_pt2/ template7/Publish/theme_07_design_h.html
    Working with Custom Templates - (watch the video)
    http://www.adobe.com/devnet/dreamweaver/articles/dreamweaver_custom_templates_pt2.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Where are the InDesign CS 5  pre-designed templates?

    Just bought CS 5 Design Premium - if it came with pre-designed templates I can not locate them.  Can someone advise where they are located? Previous versions had them located under a "template" folder when you opened  InDesign.

    Take a look at what's on the exchange. You might find something there: http://www.adobe.com/cfusion/exchange/index.cfm?s=5&from=1&o=desc&cat=225&l=-1&event=produ ctHome&exc=19

  • Changing pre loaded templates

    Good afternoon,
    I'm new to this so please bare with me.
    If I use one of the pre loaded templates in Dreamweaver CS5 how do I amend the text colour etc in the "header" section?  What ever I type is always underlined and I can't seem to change this, even if I amend the "header" rule.
    Also, in the same template there is a box to insert a logo.  When I insert a logo the text that I type is always underneath the logo, how do I change it so that the text appears in the top right hand corner?
    Thanks
    Luke

    Thanks vey much, that website looks like it will be very useful.
    I'm currently studying Dreamweaver at night college and some will say I'm trying to run before I can walk but to be honest I'm of the opinion that the more I try the more I will learn.
    Thanks again for the help.

  • Iweb With html5 Pre Built Templates?

    Sorry if this is an obvious question, but Googling hasn't helped me.
    I found an html5 pre built template I would like to purchase and download.   But I am very limited in Dreamweaver knowledge.  Can I open and work with this type of template in iWeb?

    iWeb can only use templates that are specifically designed for it. It cannot open an external html file.
    I would imagine that what you are contemplating buying is an HTML layout with a CSS stylesheet. You would need code entry style software for this but you really don't need DreamWeaver.
    I use Rage WebDesign for this. Taco is a really good, cheaper alternative and Fraise is free.
    Some iWeb users are moving to Flux 3 since it handles both code entry and drag and drop. This application, to my mind, is over complicated and you would be better to use a WYSIWYG code entry style software if you are starting off with a well designed Stylesheet and HTML template. Its a lot easier in the long run and produces much cleaner code.

  • Formatting Pre-Loaded Templates

    Is there any way to format a pre-loaded template? I am creating a document using the "Garden Project Poster Small" template, but I would like the background to be lighter than it automatically is. Is there a "Master" for each template that I can mess with?
    thanks in advance!
    ~mary

    Welcome to Apple Discussions
    You could "mess with the 'master'" but I don't recommend it. They are well buried in the application package. If you do want to play with them, do it on a copy. You can find them by Control- or right-clicking on the Pages application > Show package contents > Contents > Resources > Templates. I don't find anything that can be manipulated but you might.
    Why not just resave the template with your desired changes as a template? It will show up under My Templates in the template chooser.

Maybe you are looking for