Include Files not showing up

We have a website that has 2 include files (menus) on the
left and right side of the page.
When I load up the pages in Contribute, I just see the main
page, without the menus. We need to click through the menus so that
staff using Contribute can edit the pages they want.
Is this not possible in CS3?
Or do staff have to know the exact URL for the page they want
in order to change it?

Solved my issue and it had nothing to do with Contribute, but
IIS...
:-)

Similar Messages

  • External Drive Files Not Showing Up on Mac but files do shows Up on PC

    External Drive Files Not Showing Up on Mac but files do shows Up on PC
    i had the Ex HD for about 3 years running smoothly on my mac but recently everything disappeared. plunged it into a pc to see if it read my files and it did. what can i do? to make it work on mac again. i don't want to reformat that drive because i have important applications (DMG) and other zip photo video files in the drive.

    yes. i did.
    ...i have tried "verify" & "repair" but they didn't pass the san test. and when i "unmounted/mount" a error message popped up say that there is a application running off the drive but there nothing (i see) running, to close all activity

  • File not showing in SharePoint (IE) but visible in Explorer

    I have a document library that has a single file not showing up that I can't seem to track down.  I am hoping someone here might be able to offer something I haven't thought of. 
    The document library is very much 'stock'.  Verisioning is turned on and minor revisions aren't viewable to folks without edit rights.  I am the admin with full control to everything - as is the user this initially impacted. The file will show
    in the Explorer view - but isn't viewable in an 'all files' file via the browser or when attempting to open via Excel.   If we provide the full path/file it does open successfully in Excel and offer the Check Out option - but it won't show up
    in the 'File Open' dialog.  
    I thought at first it might be a matter of not having a version checked in - but it isn't showing under "Manage files which have no checked in version" menu.   I've gone through the various SharePoint view options and can't find anything there either. 
    What would make a single Excel file in such an ordinary document library not be visible to users with full control rights?  We have roughly 80k files stored in SharePoint overall - so please don't read this as being our initial test of SharePoint. 
    I'd really appreciate any ideas... 
    -Troy

    Just to add a few more details. I have been able to add the file to a different library and they uploaded fine. The library in question is created off of a template and has 2 metadata fields. The fields are also being used in the other library, but that
    was created from a different template.
    The site and initial 4 libraries were created from a site template and then the library was added from a different library template. Checking ULS logs now, but doubtful I will find anything.

  • HT4101 I am trying to connect my JVC Hard Disk Drive Camcorder to my IPAD 2 via the Apple camera kit. I am able to down photos, but video files not showing. Camera shows Mass Stoarge. How can I download videos please.

    I am trying to connect my JVC Hard Disk Drive Camcorder to my IPAD 2 via the Apple camera kit. I am able to download photos, but video files not showing. Camera shows Mass Stoarge. How can I download videos please?

    The file name only has 6 characters and I'm not sure what the .mod format is. So that's why they are not seen by the iPad.
    Another way to transfer. You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Secrets of the iPad Camera Connection Kit
    http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
     Cheers, Tom
    Look at this link for convertion the .mod format.
    http://www.makeuseof.com/tag/convert-mod-camcorder-video-format-mpg-instantly/
    Message was edited by: Texas Mac Man

  • IPhoto files not showing up in list

    I have many photos on my new MacBook Pro, but when I try to "attach" them to emails, they are not showing up in the listing. I am a new Mac user, but so I don't know how to explain this. If this was a PC, it would be like files not showing up under "My Computer." PhotoBooth photos are listed though. Why is this?

    Then something has happened to the permission and or attribute settings on your folders to mark files saved in them as hidden.
    Try this Terminal command to show all files and you can turn it off by changing the true to false at the end of the command.
    defaults write com.apple.finder AppleShowAllFiles -bool true
    If you then see your files tere is a problem with files being market as hidden when they are saved. Create a New Folder in the Root of the drive and look at its Get Info window and post a screen shot of it in this thread.

  • Files not showing up in folders

    Files not showing up in folders. Saving files to folders, opening folders which are blank

    Then something has happened to the permission and or attribute settings on your folders to mark files saved in them as hidden.
    Try this Terminal command to show all files and you can turn it off by changing the true to false at the end of the command.
    defaults write com.apple.finder AppleShowAllFiles -bool true
    If you then see your files tere is a problem with files being market as hidden when they are saved. Create a New Folder in the Root of the drive and look at its Get Info window and post a screen shot of it in this thread.

  • Error: Include file not found: /globalinclude.html

    Does anyone have any idea why I would be getting this error everytime I try to make or build my workspace, project or any jsp file within JDev? I have no reference to /globalinclude.html and have never even seen this file anywhere before.
    Error: Include file not found: /globalinclude.html
    Thanks.
    -Teri Kemple
    [email protected]

    Teri,
    The reference is made in ojsp-global-include.xml in your WEB-INF directory.
    globalinclude.html should be located in your html root (default .../public_html) and its content is:
    <% request.setCharacterEncoding("windows-1252");%>.
    with the correct encoding of course.
    Charles.

  • Jsp taglibs in include files not detected, throws errors, no code insight

    I have a jsp which is included in all the other jsp. it looks something like this
    taglibs.jsp
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
    <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
    <%@ taglib uri="http://www.springframework.org/tags" prefix="spring" %>
    <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
    test.jsp
    <%@ include file="/jsp/menu/taglibs.jsp"%>
    <html>
         <head>
              <title>Tours</title>
         </head>
         <body>
    <form:form commandName="testCommand">
                   <form:hidden path="tour.firstname" id="tour.firstname" />
    and so on.
    I am having 2 problems
    1. the jsp editor show errors all over the place saying
    element path not expected
    element commandName not expected etc.
    2. no code insights.
    but if i include the taglib def in test.jsp it dosn't show any error and also provides code insights. but seldom do people include all taglibs in all jsps.
    is there a way for Jdeveloper to show code insights in jsp pages which includes a jsp or like xml schemas could be added at some place(tools-pref-xml schemas) and when used anywhere, would provide code insights.

    am not sure, try with this
    <jsp:include   .../>

  • Not all iTunes Files not showing up on External HDD

    My old TC (the flat model from back to 2008 I think it was) broke down the other night so I removed the WD 2.0TB HDD (containing over 30'000 music files) to run this as an external HDD. I had swapped the original 500Gb with a 2TB drive which worked super for a couple of years.
    Anyway, before all of this happened all songs showed up on iTunes and each single one could be played correctly from iTunes (without the ! should the file not be found) so all files were located through iTunes to the correct directory. Only one directory for my Music files...
    Now, when I connect the HDD through an USB cradle (nothing has been touched on the drive) only a fraction of the files actually show up in the directory which is very odd indeed? I believe it was the same when the thing was actually working but didn't give it a think as it was doing what it was expected to do.
    Next step was that I copied the whole HDD over onto my MAC and sizewise all (?) the files came over but still not all are showing...
    So, how can I make sure all the files are being included as I want to move them all over to my new 2TB TC?

    Thanks Limnos for taking your time with this.
    Here's what happened
    1) All my Music was stored on a TC 2.0TB WD hard disk which I shared with my partner.
    2) All music in iTunes were mapped to this specific location and only this location.
    3) When opening the folder on the TC only a fraction of the actual music folders were available to see (i.e. Artist The Wonder Stuff folder was present and in this folder only 2 album folders were found when in fact there should have been 12)
    4) All songs in iTunes did play correctly so if i wanted to listen to one of the The Wonder Stuff songs they would all play (even albums that did not show up in the artist folder from above).
    5) When clicking show file in finder, the file would show up and then again when going back manually into the folder as above.
    6) TC dies on me. No more power.
    7) Took out the HDD and put it in a cradle to extract the songs.
    8) Right click on the folder shows there are about 35'000 files which sounds right BUT only a fraction of these can be seen.
    9) Now I cannot do the show in finder through iTunes as the directory no longer exists (the TC died and I threw it away, except for the HDD).
    10) The files are on the HDD but I cannot see but a fraction of them when opening the folder...
    I hope this makes it a little more clear.
    I honesty do not know what to do as I know the files are there but cannot see them and thus map them in iTunes... :-(

  • Video files not showing up in FR

    Hi all, this is my first Mac. So far I'm loving it, God only knows why I didn't make the switch sooner.
    Most of my video-library consists of the following video file types; .avi, .mov, .mpg and .mpg.
    Reading some topics, I found that as long as QT could play these files given the proper codecs, FR would have no problem playing them, too.
    So I looked around and found out about Perian - worked to perfection, QT can now play all files.
    Problem is, when I place any type of file, including .mov's, in the proper Movies folder it does not show up in FR. The only way I can get files to show up in FR is to add them via iTunes, and the only files I can add to iTunes are .mov's and .mpg's.
    Does anyone know why my Movies folder is not "in sync" with FR?

    There you go. The other user short name! I never tried that, because I assumed the Movies folder that was in the sidebar from default would be the one. But yeah, all I did was create a Movies folder in the user short name (since there wasn't one to begin with) and voila! Thanks a lot!
    And about making saves as reference movies - thanks for that advice, it's been very helpful in getting me started organizing my digital video library.
    Still have some qualms about FR, though. The way videos are organized ... been playing with it for several hours today and here are some of my issues:
    I like to keep my stuff organized ... I like the fact that I have the option of using either FR or iTunes (cover flow), so that's the route I'm taking using both. Already, things get complicated.
    My video media is basically in three groups: movies, TV shows and music (music videos, concerts, etc.).
    First off, I've decided to use the FR-designated Movies folder only for saved movie references. This is to avoid clutter, so the actual files are not in the Movies folder. Is this a wise idea? I'll tell you the basis for this decision.
    When I first started organizing the files I found that any video placed in the Movies folder shows up in FR under .... yup, Videos->Movies. Be it music videos or anything TV shows. I don't like that. For everything that's not categorized as a movie, I'd like for those files to end up in their proper sub-menu in FR, but they don't. In iTunes, they are all in their proper place, because I've edited all the info so it looks neat and orderly.
    Is there a way around that? What I've done to make it seem cleaner, is in the Movies folder with all the saved reference movies, I've organized it like this:
    (user short name)/Movies/
    - Movie A, Movie B, Movie C
    - Other (folder containing all non-movies video files)
    So all the files in Other has been correctly arranged via iTunes, so these files show up in the correct sub-menu in FR.
    What I mean is that they show up twice in FR, once because they're in the Movies folder and then another time (this is what I want), because I've directed them to a specific category via iTunes, e.g. music videos. I only want them to show up once, not in sub-menu Movies of FR, but either TV Shows or Music Videos ... make any sense?
    Please don't tell me it isn't possible, or maybe advice me a better way to organize it.
    Also, I'm having trouble getting some files to play. They play fine in QT, but if I change some info in iTunes they won't play in FR ... and the preview thumbnail is just black.
    And lastly, wow ... there is a lot of load time, when you start FR up ... it's weird, sometimes there is none, sometimes I'll have to wait two minutes once I've gone by the main menu. I thought using saved movie references would help the load time, since the actual library is not in the designated FR-folder.
    That's basically it for now ... 1) organizational troubles 2) playback troubles and 3) load time.
    So far, you guys have helped me solve my issue, hope you will again!
    Love Mac!

  • Imported files not showing up in folders

    I've imported .psd files into a folder of .dng images so I can stack them with their originals. They were all saved with Max Compatibility and LightRoom seems to import them ok, but they don't show up in the grid or filmstrip. Their folder listing has a + sign by the file total and in the folder hierarchy on the filmstrip panel it says that it's showing 82 of 95 photos. How can I get these .psd files to appear?
    If I check the actual folder on the hard disk, the .psd files are there. If I remove them from the folder and try to re-import them, I get a message saying they are already there.
    This hasn't happened every time I've done this action, but a number of my folders show this problem.

    For *.jpg and *.nef (RAW) files the handling is similar:
    If there is a *.nef (RAW) file in the source directory, a *.jpeg with same name will be copied by LR into the destination directory, but the *.jpg will not be included in the LR database.
    The problem is, that LR does not report this to the user. LR should open a popup window after import listing the files not added to the database (as it does for duplicates).
    Personally I'd find it better if LR would import everything to disk AND database. It should perform an automatic stacking for files with same name but different type. The RAW or DNG should be on top of stack of course.

  • OBIEE : Newly created rpd file not showing in the online mode in Admin tool

    Hi,
    I have recently installed OBIEE 10.1.3.4.2 and Oracle XE databse in a Windows XP (Professional version 2002 Service Pack 3) virtual machine on my Windows 7 machine.
    1) I have create an rpd file in Admin tool (all three layers). But I can only load this rpd file in offline mode, not in online mode.
    a)Saved the file sanjay1.rpd in c:\OracleBI\server\Repository directory
    b)Updated the c:\OracleBI\server\config\NQSConfig.ini (commented out the existing Star entry and replaced it with Star = sanjay1.rpd, DEFAULT;),
    c)Modified the C:\OracleBIData\web\config\instanceconfig.xml and made change to the CatalogPath entry (<CatalogPath>C:/OracleBIData/web/catalog/sanjay1</CatalogPath>)
    d)Stopped and restarted OC4J, “Oracle BI Presentation Server” and “Oracle BI Server” services.
    But I am still not able to load sanjay1.rpd in the Admin tool in the online mode. It is showing up only in the offline mode. What do I need to do load the file in the online mode.
    2)The existing Start entry in NQSConfig.ini was Star = samplesales.rpd, DEFAULT before I updated it. But samplesales.rpd is not showing up in online mode either. When I am selecting File/Open/Online a popup is coming up with title "Open Online AnalyticsWeb" and prompting to enter Administrator password. I would like to know why samplesales.rpd was not showing up in online mode and where is AnalyticsWeb coming from.
    Thanks
    Sanjay

    Dear Muram,
    Is did not work.
    1)Wihile the servers were running I opened the rpd in offline mode. It displayed the message the file can only be opened in the Read-Only mode. I accepted the message, opened the file and clsoed it and exited from Admin tool. I stopped the 2 services “Oracle BI Presentation Server” and “Oracle BI Server” in that order, and restrated them in the reverse order. In the admin tool it is still showing in the offline mode only
    2)I have as such no interest in AnalyticsWeb that is showing in the online mode. I did not create it, it must have been installed along with OBIEE. But I am curious where it is coming from. Because A)There is no rpd file for AnalyticsWeb in the Repository Directory B)Before I edited the NQSConfig.ini the default setting was samplesales.rpd. So AnalyticsWeb was never included in the NQSConfig.ini file C) samplesales.rpd was included in the NQSConfig.ini once, but it never showed up online.
    Thanks
    Sanjay

  • Flv files not showing in LMS

    Hi
    I have imported a .flv file into Captivate 4 but when I view it my LMS it does not show.
    I have read a lot of threads but I can't seem to get it to work.
    One of the wierdest things is that it was working perfectly.
    Whilst trying to get it to work I noticed that when I publish it to a folder (non zip) and play the .swf file, it works.  As soon, as I zip it via Captivate or winzip, and play the .swf file, it appears to lose the link and therefore doesnt show.
    Am I barking up the wrong tree?
    Please help me.
    Thanks

    Jp,
    Thanks for the info. I did check with Tech Support from the LMS, and they assured me that the LMS does support .flv files. However, our online modules are launched from a webserver separate from the LMS, and that server needed to have the proper MIME type configured. By default, Windows 2003 Server does not have an associated MIME type to support deploying FLVs.
    Specifically, it needed to be set up to recognize .flv files with the correct file association and content type specified. That took care of it.
    Thanks,
    Steve Sieberts
    Instructional Designer
    Education and Workforce Development Branch
    Kentucky Department for Public Health
    275 E. Main St.
    Frankfort, KY 40621
    Phone: 502-564-4990 x3789
    Fax:     502-564-2626
    [email protected]
    "The price of success is hard work, dedication to the job at hand, and the determination that whether we win or lose, we
    have applied the best of ourselves to the task at hand."
    - Vince Lombardi
    NOTICE OF CONFIDENTIALITY:  This e-mail, including any attachments, is intended only for the use of the individual or entity to which it is addressed and may contain confidential information that is legally privileged and exempt from disclosure under applicable law.  If the reader of this message is not the intended recipient, you are notified that any review, use, disclosure, distribution or copying of this communication is strictly prohibited.  If you have received this communication in error, please contact the sender by reply e-mail and destroy all copies of the original message.

  • Remote Files not showing in files window

    DW 8.0.2, WinXP, Ubuntu Linux server, FTP
    All was working fine for the past few months and earlier
    today. Now, I can connect via FTP to my Ubuntu web server but the
    remote files are not showing up and thus synchronization is not
    working (I can PUT, but not GET). Everything shows up fine in
    Filezilla. DW FTP log shows activity, including listing the
    folders, but still nothing shows in the remote view. AFAIK, nothing
    on the server changed (I asked) and this happened while working in
    DW...one minute all is fine, the next it was not working.
    Because sync stopped working (it wants to upload ALL files
    ALL the time because it does not see Remote files) I tried the
    troubleshooting thing of disabling sync, exiting, restarting,
    enabling sync, attempting a sync, etc, but now the xml file (in
    _notes folder) will not come back. What ths heck is going on?!?
    So far I've tried:
    - Exit and restart DW
    - Reboot PC
    - Restart FTP service (though I doubt that's the problem
    since it works fine with Filezilla)
    - The troublshooting for sync issues
    - Re-install 8.0.2 update (can't reinstall all of DW right
    now because the disks are at home)
    - Creating a new site
    - Mucking with the FTP settings (currently using passive FTP
    with sync turned on...all other setting are the usual)
    I plan to try a reinstall of DW tonight. Any help is
    appreciated!

    Wow...not a single response. Anyway, problem solved. Turns
    out a server restart restored the remote view. This was after an
    FTP service restart did not fix it. Weird in any case because
    "regular" FTP worked fine, just not in Dreamweaver.

  • Rescue & Recovery files not showing

    I'm running R&R 4.21.0016.00 on a IBM Netvista 8307-GU6. I have formated my USB drive and created a new back to that drive and also created a new CD rescue media but when I boot from the CD it doesn't find the bacjup files. When I look at the backup file from Windows XP it is there with the correct date. In R&R under Windows XP it shows the drive as a second drive but does not show under drive when booting from CD. Any ideas....?

    The school probably loaded a custom opertaing system image which most likely does not include the restore partition.
    You will need to find a set of recovery discs if you want a factory image. Alternatively, You can load plain windows if you find an OEM install cd and use the product key number on the COA sticker located on the bottom of your Thinkpad. The drivers download from here.
    T60 2623-D7U, 3 GB Ram. Dual boot XP and Linux Mint.
    T400 2765-T7U Windows 7
    Registered Linux User #160145
    FYI: I am not employed by Lenovo

Maybe you are looking for

  • Adobe Reader 9 does not open

    Hi<br /><br />I am running windows pro SP3.  Installed Adobe Reader 9.  Since then no pdf document will open from web or file.  I have copied and pasted the error document that is sent electronically to Microsoft.<br /><br />This problem occurs too w

  • Backed up itunes library from old comp-movies and tv episodes will not transfer to new computer.. help please

    Hi. I bought a new computer due to several problems with my old one. I backed up my old itunes library on an external harddrive however while my music and apps transfer flawlessly itunes completely ignores me when i click on the movie files and/or fo

  • E_ADPT_NO_FULFILLMENT_RESULT

    I have just download adobe digital edition 2.0. when I try to open the just bought ebook I get the a.m. error. can you pls. help me?

  • No sound using ATI all in wonder Multimedia Cen

    I am having a problem with sound, When using ATI's Multimedia Center version 9.2, and an Audigy 2 sound card, I do not get any sound when I use the video capture capabilities. The manual statues that I should use "line In" as the default audio source

  • Third-part​y boards with the real-time OS

    I have some third-party PXI board and would like to work with it with the NI's real-time OS, provided with the NI's RT computers (like PXI-8170). - How do I tell to the OS that there is some board connected to it ? How do I map it I/O ports in the I/