Invalid links in the model

Hi all

I'm stumped by a problem with my model. I used this model for many years (on dreamweaver MX) without problem, and now maybe after update dreamweaver CS5, I get these yellow highlights (WARNING: invalid code) on a few links in my model (see code below). Note that these are related to a document URLS. Just below each yellow highltighed code, there are links with a similar path structure that the DW highlight!

So the question is when this template is applied to a page, these links highlight becomes the absolute URL (file:///...) to my local PC, even after I have save my page on the site. This happens for links that are not marked as yellow, they remain as the relative paths to the document - which is the behavior that you expect.

The structure of my site is a folder models with only files .dwt in them. I included a picture of my site structure if it helps.

Any help is appreciated!

site_structure.png

And extract of code here:

code.png

I'm stumped by a problem with my model. I used this model for many years (on dreamweaver MX) without problem, and now maybe after update dreamweaver CS5, I get these yellow highlights (WARNING: invalid code) on a few links in my model (see code below). Note that these are related to a document URLS. Just below each yellow highltighed code, there are links with a similar path structure that the DW highlight!

So the question is when this template is applied to a page, these links highlight becomes the absolute URL (file:///...) to my local PC, even after I have save my page on the site. This happens for links that are not marked as yellow, they remain as the relative paths to the document - which is the behavior that you expect.

I don't think that the problem is related to the URL.

The first error highlighted is a tag for which closing is inside an Internet Explorer conditional comment (CICE) that DW does not see:

I think that the second error is DW attempts to match the of the first error.

The remaining errors seems to repeat the same pattern.

You must balance your ... tags on IECCs.

HTH,

Randy

Tags: Dreamweaver

Similar Questions

  • A link to the model under

    Hello..

    I use Bi Publisher 10.1.3.4.0 BI Suite.

    I have a main template, that matters a subsidiary model. It works fine, when I use the full path to the location where the auxiliary template is stored.

    <? import:file:///C:\oracle\bise1\bi\xmlp\XMLP\Reports\bhl\bhl-ebk\Dokumentationspflichtige_Vorgaenge\bhl-EBK-sub-template.RTF? >

    But I don't want to store the full path in my model.

    I downloaded my model slot in the BI Publisher and it is stored in the same folder as the main model.

    I want to put a link in my hand-model with something like this

    <? import:file:///BHL-EBK-sub-template.RTF? >

    I just want to call the model name under.

    I try something like

    <? import: xdo:bhl - ebk - sub - template.rtf? >

    but it doesn't work.

    Can someone give me the proper syntax to import the model slot only by the name?


    concerning

    relative path will not work. can be reported and added for improved future oracle ;)

    You must use the absoulte path or full path.

  • Maintain the integrity of the link in subdirectories - links can be found in the model

    I see that the variations of the same question were requested by others, but hoping someone can help me with this particular situation. I'm fairly new to DW. I just took on a site that has had too many hands on it, no documents and based on DW.

    There are some link problems. There is a template that contains a menu with links. These are in the model as relative links, so:

    .. Download.html

    .. Software.html

    and so on.

    The problem is that at some point, someone has created a new subdirectory of pages based on the same model. I would have thought that DW would have created links to these pages correctly, but instead it nests in them as if they were in the subdirectory, so:

    newsubdirectory/Download.html

    newsubdirectory/Software.html

    So my real question is... I guess this can be corrected by the redesign of the model somehow. One of the great advantages of DW certainly is its ability to keep links current, even when the structure of the site is changed, as long as these changes are made within DW. Once I go to root relative links, then I lose this advantage. Is it possible to create links in a template that works when the template is applied to the nested directories? When I tried to re-create these links using drag to file function, he wrote always as:

    .. Download.html

    It is not always correct, although, as in the example above, where there are some model pages placed in a lower level directory. Because the '.. '. ' / ' means simply ' one ', it is not universally applicable. I think that maybe the model is not completely installed right... A frame or something?

    I hope this makes sense. I would really appreciate help on this. Thank you.

    Your best bet is to make sure that the links of the model are correct. They must pay, regardless of where the pages are placed... as in the root level or in a subdirectory.

    The first speaker is OK... links in the models that are created by dragging are most likely to be correct links.

    Another comment: don't you worry that that the links in the template itself look like. When the page is projected from the model, the links will be correct. The links will be adjusted by DW to perform properly for which the new page is saved in the site.

    And... the links work as they are? I never used document links, relative links not root. Maybe change... which is related to the document links... you need to bring in the model. Try it on a copy of the site until you do it on the same site.

    Once the template is corrected... all in the region can be changed, of course, pages based on it must address, as we said.

    You should be able to have as many subdirectories as desired. DW models can handle all comers...

    Beth

  • Where is the model of update files dialog box?

    I change my template, click on file, save all.  It saves but does not open the template files update dialog box.  It does not update the pages based on the template.  What I am doing wrong, how can I fix?  In the preferences on the General category I update links when moving files: Prompt is selected.

    Here are seven common mistakes which will result in changes of proliferation do not model for child-

    1 rename the Templates folder

    2 move the folder models to another level of folder in the site other than the root level

    3. move a template outside of the Templates folder.

    4 changes to an editable model (which is not set)

    5. on the assumption that the changes made to the model will be will be by simply downloading the file Template modified on the server without downloading also files the modified

    6 corrupt the site cache to make the link between the model and the child page is broken

    7 create your child pages simply by opening the model, adding specific page content and re-record the model with an extension rather than expanding *.dwt *.html. (you can tell if this is the case by looking at the code on a page of the child - if you see something likeHi all

    I use Jdeveloper 11 g. And I use a template (userTemplate.jspx) of the page for all pages in my project. For general operation, (user authentication), I added the "authentication method" at userTemplate definition links Page. I want to use this method in backinBean to all pages. However, I couldn't manage to do this.

    What is the procedure for the use of method for the model page links? Anyone know how to use them?

    Thanks in advance,

    Ozgur

    I guess it does not matter if page definition is a model or an ordinary page...
    Try something like the following:

    BindingContainer bindings = (BindingContainer)JSFUtils.resolveExpression("#{data.yourUserTemplate_PageDef}");
    OperationBinding oper = bindings.getOperationBinding("yourMethodAction");
    //oper.getParamsMap().put("parameter",yourParam);
    Object result = oper.execute();
    

    JSFUtils is a utility class that is available in demo consolidation order. Copy it into your project.

    Kind regards

    Pino

  • Problem with the evolution of the links when you save the model.

    What I have:
    Establishment of model in the "Templates" folder in the root of the site. In this model, there is such a link "... / pic/tran.jpg", and "... /.. '. "/ pic/tran.jpg.

    When you create the new file based on the current model links the first kind to "pic/tran.jpg" transformations and second - "file:///Y|/home/3dsfera/pic/tran.jpg".

    What I have to do? How to preserve the original links in file created on the basis of the model.

    If the links are correct in the model, based on where the model is
    located, so they'll be correct in the pages of the child, anywhere
    within the site save you. DW will manage these links for you.

    If you see the absolute link 'file' persist after the registration of the child.
    It may be because of one of these.

    1 DW think that you linked to a page outside the local root
    folder, or
    2 DW think you have saved this page outside of the local root folder

    Did you one of the people?

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    ==================

    "firefoxer_d" wrote in message
    News:g5vj0s$EBJ$1@forums. Macromedia.com...
    > What I have:
    > Creation of model in the "Templates" folder in the root of the site. In this model
    > There is such a link "... / pic/tran.jpg", and "... /.. '. "/ pic/tran.jpg.
    >
    > When you create the new file based on the current model links of the first kind
    > changes in 'pic/tran.jpg' and second-
    > 'file:///Y|/home/3dsfera/pic/tran.jpg '.
    >
    > What I have to do? How to keep the original links in file created on the basis
    > of
    > model.
    >

  • Model link to the popup?

    Hello

    I was wondering if what I try to do is doable? I am trying to create a hyperlink in a header template
    which will launch a pop-up window when you click on it. Is this something that can be done? I guess that Yes and I just did not have the syntax again but I'm just trying to make sure that I'm not wasting my time. I guess the question is should I put the javascript code in the model or in the header html of the page on that I use the model?

    Thanks in advance!

    Hello

    For example, I would put this friendly javascript to the region in page 0. Define the model region as a model No.

    
    

    Then create the Navigation bar entry to call this javascript.
    Target URL

    javascript:myPopup();
    
  • On the model of FSCM9.1 FP2 Peopletools 8.52.03 (v3)

    Hello

    I have a few questions and remarks concerning the model says in the subject.

    1) database server :
    1.1) I never notice on previous models of version, but users psadm1, psadm2 and psadm3 exist despite there is no installation of Peoplesoft. Any reason? In this model, it is even documented on the user psadm3, described as "the PS_APP_HOME account holder. How to?
    1.2) database is Oracle 11.1.0.7 while the customer seems to be 11.2.0.2.

    2) the server App/batch/PIA :
    (< s > 2.1) when you start the virtual machine, it is prompt to something new for me and not documented (at least that I have missed somewhere). It is prompting you to configure the machine virtual for demonstration purposes or not. What is the difference? I thought it was only for demonstration purposes, is it not? What is the intention to one or the other answer? < /s > < br >
    Addendum 02 - MAY: Please see post below
    (< s > 2.2) because I just wanted that VM for the demo, I answered the previous by 'y' (means for demo only). Then I am invited again for something new to me and once again not documented or I really missed the appropriate documentation. Now, it's for decoupling in-house Application. It seemed obvious to me, as far as I understand, this is for PS_APP_HOME and PS_HOME. I responded to this "n" (all in the same folder). Is this correct? < /s > < br >
    Addendum 02 - MAY: Please see post below
    2.3) so I'm invited if I want this server being an AppServer, awaited, but fair question after I ask a user information of database as well as the password server. What the user seeks it here? Where is the documentation explaining this?
    (2.4) in order to continue I would like to answer the other question that satisfies me by the answers that I gave earlier despite I'm not really. Here, I am quite surprised, he never ask the DHCP configuration (shoud be not), IP address, gateway... and I can assure you that I was in the console immediately after starting the virtual machine. Needless to say that all the following fail dramatically.
    The application does not start:
    $ more APPSRV_0501.LOG
    PSADMIN.2313 (0) [05/01/12 12:24:57](0) Begin boot attempt on domain APPDOM
    PSAPPSRV.2365 (0) [05/01/12 12:25:13](0) PeopleTools Release 8.52.03 (Linux) starting. Tuxedo server is APPSRV(99)/1
    PSAPPSRV.2365 (0) [05/01/12 12:25:13](0) Cache Directory being used: /home/psadm2/psft/pt/8.52/appserv/APPDOM/CACHE/PSAPPSRV_1/
    PSAPPSRV.2365 (0) [05/01/12 12:25:14](1) GenMessageBox(0, 0, M): Database Signon: Invalid user ID or password for database signon. (id=oracle)
    PSAPPSRV.2365 (0) [05/01/12 12:25:14](0) Server failed to start
    PSADMIN.2313 (0) [05/01/12 12:25:21](0) End boot attempt on domain APPDOM
    = > 'Oracle' here is especially the "database server"user that the deployment of the VM model was earlier looking to step 2.3?
    The Palestinian Red Crescent ddoes not start better.
    In fact, according to the configuration file, the given user to step 2.3 is really the user Peoplesoft used to start applications and CRP:
    [Startup]
    ;=========================================================================
    ; Database Signon settings
    ;=========================================================================
    DBName=F91TMPLT
    DBType=ORACLE
    UserId=oracle
    UserPswd=oracle
    ConnectId=people
    ConnectPswd=peop1e
    ...
    Because I wanted a demo FSCM database, wouldn't be VP1? I really shouldn't do anything, moreover, asking "the user by the database server" does not mean a user of the application...

    2.5) after all the configuration, the Oracle VM Manager even could not reconnect on the virtual machine more...

    2.6) here is the content of the log file if it is curiosity, /var/log/oraclevm-template.log
    $ more oraclevm-template.log
    [LOG]  May 01 12:23:52 oraclevm-template: ==> 2012-05-01 12:23:52: oraclevm-template --config <==
    [LOG]  May 01 12:23:52 oraclevm-template: Running oraclevm-template --config
    [LOG]  May 01 12:23:52 oraclevm-template: Loading parameters from config file: /etc/sysconfig/oraclevm-template
    [LOG]  May 01 12:23:52 oraclevm-template: Reconfiguring os
    [INFO] May 01 12:23:52 oraclevm-template: Regenerating SSH host keys.
    [LOG]  May 01 12:23:56 oraclevm-template: calling /opt/oracle/psft/vm/oraclevm-template.sh
    [LOG]  May 01 12:23:56 oraclevm-template.sh: Creating Virtual Environment. Date: Tue May 1 12:23:56 EDT 2012
    [LOG]  May 01 12:23:56 oraclevm-template.sh: ovm_configure_pre -- no work to be done
    [LOG]  May 01 12:23:56 oraclevm-template.sh: No PeopleTools Database environment to be created on this host ....skipping DB Setup
    [LOG]  May 01 12:23:56 oraclevm-template.sh: Current IP Address is 192.168.1.209
    [LOG]  May 01 12:24:06 oraclevm-template.sh: Default Configuration
    [LOG]  May 01 12:24:12 oraclevm-template.sh: CreateVirtualEnvironment Appbatch
    [WARN] May 01 12:24:33 oraclevm-template.sh: An existing /etc/tnsnames.ora file has been located and will be overwritten
    [LOG]  May 01 12:24:49 oraclevm-template.sh: ChangeDBUserProfiles - updating user profiles in DB
    [LOG]  May 01 12:24:49 oraclevm-template.sh: Running SQLPlus for user SYSADM using script /opt/oracle/psft/vm/sql/ovm_dbusers.sql against Database F91TMPLT. Writing output to /v
    ar/log/ovm_dbusers_sql.log
    [LOG]  May 01 12:24:52 oraclevm-template.sh: Running SQLPlus for user SYSADM using script /tmp/ovm_dburls.sql against Database F91TMPLT. Writing output to /var/log/ovm_dburls_sq
    l.log
    [LOG]  May 01 12:24:56 oraclevm-template.sh: Created domain APPDOM with template small Startup options: F91TMPLT%ORACLE%oracle%oracle%AppDom%.%people%peop1e%____%NOENCRYPT
    [LOG]  May 01 12:24:57 oraclevm-template.sh: Domain APPDOM reconfigured with features: {PUBSUB}=Yes%{QUICKSRV}=Yes%{QUERYSRV}=Yes%{JOLT}=Yes%{JRAD}=Yes%{WSL}=Yes%{DBGSRV}=Yes%{R
    ENSRV}=Yes%{MCF}=Yes%{PPM}=Yes%{ANALYTICSRV}=Yes%{DOMAIN_GW}=N%{VERITY_TYPE3}=N
    [LOG]  May 01 12:24:57 oraclevm-template.sh: Starting Domain APPDOM
    [ERROR] May 01 12:25:23 oraclevm-template.sh: Domain APPDOM did not start successfully. Check the domain logs for more information.
    [LOG]  May 01 12:25:24 oraclevm-template.sh: Created domain PRCSDOM with template unix Startup options: F91TMPLT,ORACLE,PRCS9436,oracle,oracle,people,peop1e,192.168.1.149,.,.,.,
    .,NOENCRYPT
    [LOG]  May 01 12:25:25 oraclevm-template.sh: Domain PRCSDOM reconfigured with features: {MSTRSRV}=Yes%{APPENG}=Yes%
    [LOG]  May 01 12:25:25 oraclevm-template.sh: Starting Domain PRCSDOM
    [ERROR] May 01 12:25:46 oraclevm-template.sh: Domain PRCSDOM did not start successfully. Check the domain logs for more information.
    [LOG]  May 01 12:25:46 oraclevm-template.sh: Setting up COBOL Environment
    [LOG]  May 01 12:26:29 oraclevm-template.sh: Installing Server Express 5.1 WP4 and LMF
    [LOG]  May 01 12:26:57 oraclevm-template.sh: Installing LMF Evaluation License for Server Express 5.1 WP4
    [LOG]  May 01 12:26:57 oraclevm-template.sh: Starting LMF license manager
    [LOG]  May 01 12:26:58 oraclevm-template.sh: Compiling COBOL sources
    [LOG]  May 01 12:27:22 oraclevm-template.sh: Linking COBOL sources
    [LOG]  May 01 12:27:35 oraclevm-template.sh: CreateVirtualEnvironment PIA
    [LOG]  May 01 12:32:24 oraclevm-template.sh: Updated the PIA configuration file /home/psadm2/psft/pt/8.52/webserv/peoplesoft/applications/peoplesoft/PORTAL.war/WEB-INF/psftdocs/
    ps/configuration.properties to point to AppServer localhost.localdomain:9000
    [LOG]  May 01 12:32:24 oraclevm-template.sh: Ownership and permissions on Report Repository changed
    [LOG]  May 01 12:32:25 oraclevm-template.sh: PIA Environment created and PIA startup instruction sent to run as user psadm2
    [LOG]  May 01 12:32:31 oraclevm-template.sh: ovm_configure_post -- no work to be done
    [LOG]  May 01 12:32:41 oraclevm-template: ==> 2012-05-01 12:32:41: oraclevm-template --disable <==
    [LOG]  May 01 12:32:41 oraclevm-template: Running oraclevm-template --disable
    [LOG]  May 01 12:32:41 oraclevm-template: Changed RUN_TEMPLATE_CONF=NO in /etc/sysconfig/oraclevm-template
    [INFO] May 01 12:32:41 oraclevm-template: Template configuration disabled.
    Overalls note in the Readme at edelivry for this model, there is a url that might help, http://www.oracle.com/technology/products/vm/templates/peoplesoft.html but it does not no matter what contains on Peoplesoft or models, it is redirected to http://www.oracle.com/technetwork/indexes/products/index.html which is rather general while I expect a thorough documentation.
    Addendum 02 - MAY: Please see post below for the link diocumentation

    Next step, you answer on the other hand, I want to say "n" when it is prompting a purpose of demonstration VM or not (2.1)...

    Nicolas.

    a few questions/comments are my bad since there is really a documentation as I said in the post below.
    Published by: Gasparotto N 2 may 2012 10:10

    Hi Nick,

    Based on networking files, it looks that the virtual machine is already configured to run using 'dhcp '. It is certainly a problem and should be fixed. In the meantime, here is the workaround. Since the solution is applied to the model, to do only once.

    1 putty/SSH into the server OVS where the model has been imported.
    2 Goto/OVS/seed_pool /.
    3 mkdir os
    4 lomount - diskimage System.img - partition 2 os
    5 cd os/opt/oracle/TFTP/vm
    6 vi oraclevm - template.sh
    7 377 Goto line number
    8. change the line "if ["$IP_ADDR"==" "] & ["$DEBUG_PSFT_OVM'! " = "TRUE"]; then ' ' if ['$DEBUG_PSFT_OVM'! = 'TRUE']; then '
    8. save the file
    9 cd... /... /.. /.. /..
    10 umount os
    11 rmdir os

    After the workaround, instantiate a new virtual machine from this model changed, and restart. Before any questions are asked, it must invite to network related issues.

    For the new virtual machine that you recreated (IP address: 192.168.1.211), you mentioned that you gave VP1 for base data & password user. Should not prompted for these values if you had answered 'y' to "You want to configure the virtual machine for demonstration purposes [y/n]" as well as "you want to configure an Application Decoupled House [y/n]". Can you confirm that you answered "y" to these two questions?

    For your convenience, here is the sequence

    1 apply the workaround on the template.
    2. instantiate a new virtual machine.
    3. it starts.
    4 answer networking questions.
    5 question the answer 'y' to 'you want to configure the virtual machine for demonstration purposes [y/n] ".
    6 question the answer 'y' to 'you want to configure an Application Decoupled House [y/n] ".
    7. the answer 'y' to the question 'You want to configure the PeopleSoft Application Server on this machine virtual y'and it prompts you to insert the following text

    1. Enter the name of the database
    2. Enter the host name of the database server
    3. Enter the port number for the host of the database
    4. are you satisfied with your answers

    It should not encourage the following

    1. Enter the user name for the database server
    2. Enter the password for the database server

    Let me know if you see the same sequence during the startup.

    Thank you

    -Sheshi

  • Can I use firefox on the model of IDEOS Huawei U8150-D?

    I want to use Firefox on my Android Huawei IDEOS U8150-d model
    Q1: Is it possible?
    Q2: If not - why not?
    Q3: if not - will make you an update so that I can use Firefox?
    Kind regards
    Ron.

    Hi Rontwo, there was a link in the last post in this thread to 'try' but I'm not sure whether it will actually work.

  • seems I'm not the only one having problems with safari after update 9.3 cannot follow the links. Safari blocks. hope it gets fixed quickly. jaa shooting allows to follow the link, but the Web page is not out of good old days. any oher ideas?

    seems I'm not the only one having problems with safari after update 9.3 cannot follow the links. Safari blocks. hope it gets fixed quickly. jaa shooting allows to follow the link, but the Web page is not out of good old days. any oher ideas?

    The 'list' of relevant articles that I know, they are now

    -You can read about the problems in the present statutes and possibly find workaround solutions, particularly in the last

    If you are unable to activate your iPhone, iPad or iPod touch after installing an update - Apple Support

    Apple iOS suspension 9.3 updates for older devices, work on activation fix | IVous

    Apple launches new version of iOS for iPad users 9.3 2 affected by bricking bug | 9to5Mac

    GSM of unfixed addresses Apple iPad 2 Bug with revised Activation iOS 9.3, but the larger question remains - Mac rumors

    If you are unable to activate your iPad 2 (GSM model) update to iOS 9.3 - Apple Support

    9.3 iOS update issues

    Leave a post by: ChitlinsCC

Maybe you are looking for