Why am I getting this - pages "No such file or directory"?

After building a Pages doc with images and type, the file got pretty big - about 445mb.  Nearing completion, I started getting the error "The document “document name” could not be saved. No such file or directory."  Have I exceeded the file size limit?  Are there permissions issues going on?  I tried saving it to both the desktop and locally in other places, to our XServe and to our promise raid.  No luck.  I tried changing the file name in a "Save As" with no luck.  Got the same message.  I can edit, add and paste items from the doc as well as export it to a PDF or a .doc, but can't save it as a pages document.  What might be the probelm?
Thanks.
-mjc

I am also this same issue... did you get this one resolved?
--Nani                                                                                                                                                                                           

Similar Messages

  • Why am i getting this page when i type in my wesite in the url when i used DW

    @charset "utf-8"; body { font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; background: #4E5869; margin: 0; padding: 0; color: #000; } /* ~~ Element/tag selectors ~~ */ ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */ padding: 0; margin: 0; } h1, h2, h3, h4, h5, h6, p { margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */ padding-right: 15px; padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */ } a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */ border: none; } /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */ a:link { color:#414958; text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */ } a:visited { color: #4E5869; text-decoration: underline; } a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */ text-decoration: none; } /* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */ .container { width: 80%; max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */ min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */ background: #FFF; margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */ } /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */ .header { background: #6F7D94; } /* ~~ These are the columns for the layout. ~~ 1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. 2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin. 3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document. 4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source. */ .sidebar1 { float: left; width: 20%; background: #93A5C4; padding-bottom: 10px; } .content { padding: 10px 0; width: 80%; float: left; } /* ~~ This grouped selector gives the lists in the .content area space ~~ */ .content ul, .content ol { padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */ } /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */ ul.nav { list-style: none; /* this removes the list marker */ border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */ margin-bottom: 15px; /* this creates the space between the navigation on the content below */ } ul.nav li { border-bottom: 1px solid #666; /* this creates the button separation */ } ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */ padding: 5px 5px 5px 15px; display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */ text-decoration: none; background: #8090AB; color: #000; } ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */ background: #6F7D94; color: #FFF; } /* ~~ The footer ~~ */ .footer { padding: 10px 0; background: #6F7D94; position: relative;/* this gives IE6 hasLayout to properly clear */ clear: both; /* this clear property forces the .container to understand where the columns end and contain them */ } /* ~~ miscellaneous float/clear classes ~~ */ .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; } .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */ float: left; margin-right: 8px; } .clearfloat { /* this class can be placed on a
    or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */ clear:both; height:0; font-size: 1px; line-height: 0px; }

    your home page to get into your Web site should be index.html (for Mac) or index.htm  (on PC)
    You can name it something other than index, but will be harder to find.  when you create the subjects and link to them, they can can be named anything with the html extension  Or if your using PHP end in .php. There is a Microsoft type asp or aspx but your hosting service has to set up using windows server system.
    My hosting service use a Linux server normally but can convert Windows for a Fee.  UNIX Linux has no concept of asp or aspx.
    See this : https://skitch.com/pjonescet/8mnnx/dreamweaver

  • Pages will not Save or SaveAs b/c "No such file or directory exist"

    Have been using Pages for years, and this problem blocking save/save as just popped up. Now can’t save or save as some files; instead get warning that “No such file or directory exist.” Inconsistent. Some files can be saved w/o problem.
    Changed name of file several times. Found nothing in Help or in Discussions. Running Pages 4.3. Thanks

    Is there an a/b/c directory in the structure where you are starting your java program from?
    --John                                                                                                                                                                                                       

  • Error 2 - No such file or directory issue with unzipping file

    Hi all,
    I know ther's been a couple of threads about this already and I can promise you that I have tried it all.
    Keep getting Error 2 - No such file or directory
    I've downloaded various different software and tried unzipping, tried through Terminal, all of it.
    Still, 3 out of 16 files that I downloaded from the same source appear to be corrupted.
    Please let me know if anyone of you had this problem and how you solved it?
    Thanks a lot

    I'm at a loss as to why the files are numbered like that - unless, perhaps, they were zipped by StuffIt Deluxe and segmented? If you try opening the first, unnumbered, archive, do you get the same error message? Maybe ask if StuffIt Deluxe was used - http://www.stuffit.com/mac-deluxe.html. It's pretty expensive for what it does but I can only think, at this point, that the files were zipped and segmented using something.
    Clinton

  • Mountain Lion Server- Profile Manager- No such file or directory

    When trying to start Profile Manager I recieve this message:
    I have tried the following fix provided by Apple:
    /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/wipeDB. sh
    However, my problem seems to exist a step before this is even useful. I have been all over the Apple Support Community and web looking for an answer, but everyone seems to assume all problems exist at a point where you don't receive the following from the Console:
    ProfileManager[29045]: devicemgrd: Terminating on unhandled exception No such file or directory - /var/devicemgr/ServiceData/Data/migration at /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/webserver/devi cemgrd:238:in `initialize'
    /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/webserver/devic emgrd:238:in `new'
    /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/webserver/devic emgrd:238:in `SetupRails'
    /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/webserver/devic emgrd:158:in `Run'
    /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/webserver/devic emgrd:851
    com.apple.launchd[1]: (com.apple.devicemanager[29045]) Exited with code: 1
    com.apple.launchd[1]: (com.apple.devicemanager) Throttling respawn: Will start in 9 seconds
    serveradmin[28989]: servermgr_devicemgr: response statusCode: 503
    serveradmin[28989]: servermgr_devicemgr: waiting for devicemgr to respond
    serveradmin[28989]: servermgr_devicemgr: response statusCode: 503
    serveradmin[28989]: servermgr_devicemgr: waiting for devicemgr to respond
    serveradmin[28989]: servermgr_devicemgr: response statusCode: 503
    serveradmin[28989]: servermgr_devicemgr: waiting for devicemgr to respond
    serveradmin[28989]: servermgr_devicemgr: response statusCode: 503
    serveradmin[28989]: servermgr_devicemgr: waiting for devicemgr to respond
    ProfileManager[29053]: Failed to delete '/var/devicemgr/ServiceData/Data/tmp'. No such file or directory - /var/devicemgr/ServiceData/Data/tmp
    serveradmin[28989]: servermgr_devicemgr: response statusCode: 503
    serveradmin[28989]: servermgr_devicemgr: waiting for devicemgr to respond
    ProfileManager[29053]: devicemgrd: Terminating on unhandled exception No such file or directory - /var/devicemgr/ServiceData/Data/migration at /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/webserver/devi cemgrd:238:in `initialize'
    /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/webserver/devic emgrd:238:in `new'
    /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/webserver/devic emgrd:238:in `SetupRails'
    /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/webserver/devic emgrd:158:in `Run'
    /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/webserver/devic emgrd:851
    com.apple.launchd[1]: (com.apple.devicemanager[29053]) Exited with code: 1
    com.apple.launchd[1]: (com.apple.devicemanager) Throttling respawn: Will start in 9 seconds
    serveradmin[28989]: servermgr_devicemgr: response statusCode: 503
    serveradmin[28989]: servermgr_devicemgr: waiting for devicemgr to respond
    serveradmin[28989]: servermgr_devicemgr: response statusCode: 503
    serveradmin[28989]: servermgr_devicemgr: waiting for devicemgr to respond
    serveradmin[28989]: servermgr_devicemgr: response statusCode: 503
    serveradmin[28989]: servermgr_devicemgr: waiting for devicemgr to respond
    serveradmin[28989]: servermgr_devicemgr: response statusCode: 503
    serveradmin[28989]: servermgr_devicemgr: waiting for devicemgr to respond
    ProfileManager[29061]: Failed to delete '/var/devicemgr/ServiceData/Data/tmp'. No such file or directory - /var/devicemgr/ServiceData/Data/tmp
    serveradmin[28989]: servermgr_devicemgr: response statusCode: 503
    serveradmin[28989]: servermgr_devicemgr: waiting for devicemgr to respond
    ProfileManager[29061]: devicemgrd: Terminating on unhandled exception No such file or directory - /var/devicemgr/ServiceData/Data/migration at /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/webserver/devi cemgrd:238:in `initialize'
    /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/webserver/devic emgrd:238:in `new'
    /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/webserver/devic emgrd:238:in `SetupRails'
    /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/webserver/devic emgrd:158:in `Run'
    /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/webserver/devic emgrd:851
    com.apple.launchd[1]: (com.apple.devicemanager[29061]) Exited with code: 1
    com.apple.launchd[1]: (com.apple.devicemanager) Throttling respawn: Will start in 9 seconds
    serveradmin[28989]: posting dist not
    ProfileManager[29069]: Failed to delete '/var/devicemgr/ServiceData/Data/tmp'. No such file or directory - /var/devicemgr/ServiceData/Data/tmp
    I'm looking for a solution that doesn't involve reinstalling Mountain Lion if that is at all possible. It seems to me like it should, as that's not so much a solution as just starting over. If you need more from Console, just let me know. Also, I have tried all the threads that relate to restarting, rebooting, or reconfiguring Device Manager and none of them work; at the end I still get the message "No such file or directory."
    Thanks for the help!

    Finally figured the problem out on my own. Thank you to the apple support community for all your help. Full story, I installed OSX Server and then changed the Service Data location to an external hard drive. After that the Profile Manager immediately stopped working. Several reinstallations later and still not working. The problem was not even a little related to /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/wipeDB .sh, which is the answer everyone else on the internet was giving. The problem was that Profile Manager was no longer installed/installing for whatever reason. So, I went in and reinstalled just Profile Manager from the Server.app and now everything is working great. If things stop working I'll update this post. This is how:
    To begin, delete /private/var/devicemgr. This file is created during the install and if it already exists, the install won't work.
    Open terminal and copy sudo /Applications/Server.app/Contents/ServerRoot/System/Library/ServerSetup/CommonE xtras/80-devicemgrcommon.sh
    That is all I had to do and Profile Manager works great for me now. Hope this helps someone.

  • Banshee - error: No such file or directory

    When i try to run banshee i received this message:
    No such file or directory
    System.IO.FileNotFoundException: No such file or directory ---> Mono.Unix.UnixIOException: No such file or directory [ENOENT].
    at Mono.Unix.UnixMarshal.ThrowExceptionForLastError () [0x00000]
    at Mono.Unix.UnixMarshal.ThrowExceptionForLastErrorIf (Int32 retval) [0x00000]
    at NDesk.DBus.Transports.UnixSocket.Connect (System.Byte[] remote_end) [0x00000]
    at NDesk.DBus.Transports.UnixNativeTransport.OpenUnix (System.String path) [0x00000]
    at NDesk.DBus.Transports.UnixNativeTransport..ctor (System.String path, Boolean abstract) [0x00000]
    at NDesk.DBus.Connection.Open (System.String path, Boolean abstr) [0x00000]
    at NDesk.DBus.Connection.OpenPrivate (System.String address) [0x00000]
    at NDesk.DBus.Connection..ctor (System.String address) [0x00000]
    at NDesk.DBus.Bus..ctor (System.String address) [0x00000]
    at NDesk.DBus.Bus.Open (System.String address) [0x00000]
    at NDesk.DBus.Bus.get_System () [0x00000]
    at NDesk.DBus.BusG.Init () [0x00000]
    at Banshee.BansheeEntry.Startup (System.String[] args) [0x00000]
    at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_string[] (string[])
    at Banshee.Gui.CleanRoomStartup.Startup (Banshee.Gui.StartupInvocationHandler startup, System.String[] args) [0x00000]
    Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
    at Banshee.Base.Branding.get_ApplicationIconName () [0x00000]
    at Banshee.Base.IconThemeUtils.SetWindowIcon (Gtk.Window window) [0x00000]
    at Banshee.Gui.Dialogs.ExceptionDialog..ctor (System.Exception e) [0x00000]
    at Banshee.Gui.CleanRoomStartup.Startup (Banshee.Gui.StartupInvocationHandler startup, System.String[] args) [0x00000]
    at Banshee.BansheeEntry.Main (System.String[] args) [0x00000]
    [tomas@a02-0709b ~]$ banshee
    No such file or directory
    System.IO.FileNotFoundException: No such file or directory ---> Mono.Unix.UnixIOException: No such file or directory [ENOENT].
    at Mono.Unix.UnixMarshal.ThrowExceptionForLastError () [0x00000]
    at Mono.Unix.UnixMarshal.ThrowExceptionForLastErrorIf (Int32 retval) [0x00000]
    at NDesk.DBus.Transports.UnixSocket.Connect (System.Byte[] remote_end) [0x00000]
    at NDesk.DBus.Transports.UnixNativeTransport.OpenUnix (System.String path) [0x00000]
    at NDesk.DBus.Transports.UnixNativeTransport..ctor (System.String path, Boolean abstract) [0x00000]
    at NDesk.DBus.Connection.Open (System.String path, Boolean abstr) [0x00000]
    at NDesk.DBus.Connection.OpenPrivate (System.String address) [0x00000]
    at NDesk.DBus.Connection..ctor (System.String address) [0x00000]
    at NDesk.DBus.Bus..ctor (System.String address) [0x00000]
    at NDesk.DBus.Bus.Open (System.String address) [0x00000]
    at NDesk.DBus.Bus.get_System () [0x00000]
    at NDesk.DBus.BusG.Init () [0x00000]
    at Banshee.BansheeEntry.Startup (System.String[] args) [0x00000]
    at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_string[] (string[])
    at Banshee.Gui.CleanRoomStartup.Startup (Banshee.Gui.StartupInvocationHandler startup, System.String[] args) [0x00000]
    Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
    at Banshee.Base.Branding.get_ApplicationIconName () [0x00000]
    at Banshee.Base.IconThemeUtils.SetWindowIcon (Gtk.Window window) [0x00000]
    at Banshee.Gui.Dialogs.ExceptionDialog..ctor (System.Exception e) [0x00000]
    at Banshee.Gui.CleanRoomStartup.Startup (Banshee.Gui.StartupInvocationHandler startup, System.String[] args) [0x00000]
    at Banshee.BansheeEntry.Main (System.String[] args) [0x00000]
    anyone who knows where is problem?

    byte wrote:Do you run the system dbus (dbus in rc.conf DAEMONS)? If yes, try 'dbus-launch banshee'.
    thanks 'dbus-launch banshee' works  :oops:

  • Why am I getting this error?

    Hello,
    I am trying to call my Java class from a JSP page. I am getting this error:
    Generated servlet error:
    C:\Program Files\Apache Tomcat 4.0\work\Standalone\localhost\em\jsp\Test_0005fSummarySBU_0005fscreen$jsp.java:82: Wrong number of arguments in constructor.
    strQuery=new ListReturn(strEssUser, strProcessingMonth, strProcessingYear);
    I don't understand why I am getting this error as I pass three paramters to the Java class, and I accept three parameters in the constructor.
    JSP:
    <!-- META TAG is necessary to ensure page recompiles--------------->
    <META Http-Equiv="Expires" Content="0">
    <META Http-Equiv="Pragma" Content="no-cache">
    <HTML>
    <!-- The two Java Classes used to build the AlphaBlox query -->
    <%@ page import="com.home.tool.reporting.*" %>
    <%@ page errorPage="run_error.jsp" %>
    <%@ page import="java.util.List,
                     java.util.Collection,
                java.net.URLDecoder" %>
    <HEAD>
    <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
    <TITLE>Economic Model - Summary SBU Report</TITLE>
    <!--Run the onload here, re-retrieve params BM and Breport, pass to onload---------->
    <BODY bgcolor=#ffffff>
    <%
                    Collection strQuery = null;
                    String strEssUser = "test";
                    String strProcessingMonth = "JUL";
                    String strProcessingYear = "2002";
                    strQuery=new ListReturn(strEssUser, strProcessingMonth, strProcessingYear);
                    System.out.println(strQuery);
    %>
    </BODY>
    </HTML>Java class:
    package com.home.tool.reporting;
    import java.net.URL;
    import java.sql.*;
    import java.io.*;
    import java.util.*;
    public class ListReturn extends ReportQueryBuilder
            public void ListReturn()
            public Collection ListReturn(String userID, String pMonth, String pYear)
                throws ReportQueryBuilderException
                //declare Collection store Value-Object pairs
                Collection c = new ArrayList();
                //declare and initialize variables
                CallableStatement cs = null;
                ResultSet rs = null;
                // declare call for stored procedure to pass in three parameters
                String pass = "{Call dbo.p_rep_srSbuList(?, ?, ?)}";
                try
                    //open CallableStatement using JDBC connection to SQL database
                    cs = con.prepareCall(pass);
                    //set IN parameters
                    cs.setString(1, userID);
                    cs.setString(2, pMonth);
                    cs.setString(3, pYear);
                    //execute call and return result set
                    rs = cs.executeQuery();
                    //loop through result set storing each record as a Value-Object pair
                    while(rs.next())
                        c.add(new ListBoxValueObjects(rs.getString(1), rs.getString(2)));
                catch (SQLException sqle)
              throw new ReportQueryBuilderException(replaceToken("Problems executing query: "+sqle.getMessage(), "'", "\\'"));
                finally
                    try
                        //close the Result Set and CallableStatement
                        rs.close();
                        cs.close();
                    catch(Exception e)
                        System.out.print("\nFATAL   : " + e);
                        System.out.print("\nFATAL   : " + e);
                return c;
    }Does anyone see whay I am getting this error??
    I can't figure out the problem!

    change this:
    <%
         Collection strQuery = null;
         String strEssUser = "test";
         String strProcessingMonth = "JUL";
         String strProcessingYear = "2002";
         strQuery=new ListReturn(strEssUser, strProcessingMonth, strProcessingYear);
         System.out.println(strQuery);
    %>To this:
    <%
         Collection strQuery=null;
         String strEssUser="test";
         String strProcessingMonth="JUL";
         String strProcessingYear="2002";
         lr=new ListReturn(strEssUser, strProcessingMonth, strProcessingYear);
         System.out.println(lr.getQuery())
    %>Then make a new public method in your Java called getQuery()
    public Collection getQuery();Do what you need to do to process it and return the value in getQuery. You will also probably need to make private variables in you declaration to do the processing on.

  • Why do I get a page "Index of / "

    Why do I get a page named "Index of / " with a list of all my links, when I type my URL in a Browser?  I named my home page index.html, but the browsers insist that I add /index.html to the end of the URL.  I have another website where I don't have this problem.  Please make suggestions.
    Thanks,
    Tony

    Contact your web host and ask them what your domain name home page should be named.
    Most hosts designate the domain name home page as index.(htm, html, php, asp...)
    Although a few use home.(htm, html, php, asp...).
    It's also possible that you have more than one index or home page in your root.  If so, delete the duplicate.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Message says "screen resolution problem" and says to set higher than 1020 x 600. My screen resolution is set higher. Why am I getting this message all the time I use firefox?

    when I go on to Firefox I keep getting the message that there is a screen resolution problem and it says I should set it higher a than 1020 X 600. But my screen resolution is set higher. It is set at 1360 x 768. Why am I getting this message continuously?

    I've had the problem too... for at least a month or more. It would happen when logging into yahoo mail. But it happens only with firefox... not explorer. I contacted yahoo and he had me first disable add ons... no change... and since it didn't happen with explorer, they said to contact firefox. So I followed the advice of cor-el's post (on this page) and made the text on my page smaller... It did fix the issue.... but, I liked the size of the text the way I had it. So, how do I get it back to that size, and not have that annoying message any longer? thanks!!

  • HT4847 None of my iOS devises show no or very little storage used. Why am i getting this message. Ron

    I received the iCloud email saying my storage is full.  None of my devises show any or very little storage used.  Why am I getting this type of email?

    your home page to get into your Web site should be index.html (for Mac) or index.htm  (on PC)
    You can name it something other than index, but will be harder to find.  when you create the subjects and link to them, they can can be named anything with the html extension  Or if your using PHP end in .php. There is a Microsoft type asp or aspx but your hosting service has to set up using windows server system.
    My hosting service use a Linux server normally but can convert Windows for a Fee.  UNIX Linux has no concept of asp or aspx.
    See this : https://skitch.com/pjonescet/8mnnx/dreamweaver

  • Why Am I Getting This Runtime, Runtime Asked To Terminate In An Unusal Way, Error?

    Dear Forum,
    When trying to run Adobe Acrobat Standard 9 I got this message:
    I uninstalled/reinstalled your software. I haven't had the chance to use the software until tonight.
    While working on a home project, I tried to open a .pdf file from another website, I received this message:
    When I clicked OK and tried to start Acrobat I received the original message:
    I clicked OK and received this error message:
    Before I uninstall is there a fix/update available?
    Any help will be greatly appreciated.
    Thanks in advance.
    Respectfully,
    Robert B. Orris
    Message was edited by: Robert Orris

    Hi Rave,
    I followed your instruction to the "T" and after trying to apply the update I get an error message that says, in short, Unable to apply update . . . Software not installed or wrong patch used. I have Adobe Acrobat Standard 9. I downloaded AcrobatUpd955_all_incr.msp.
    After installing the software and started up I received the same errors I posted on "Acrobat Installation & Update Issues".
    I have to be at the hospital tomorrow morning at 5am for my back surgery. I will be in the hospital for a few days. Please respond and I will find it when I can sit at the computer again.
    Thanks again.
    Respectfully,
    Bob
    I am a thorn in Your crown; But You love me anyway;  I am the sweat from Your brow;  But You love me anyway;  I am the nail in Your wrist;  But You love me anyway;  I am Judas’ kiss;  But You love me anyway  ("You Love Me Anyway" by "Sidewalk Prophets")
    God decided in advance to adopt us into his own family by bringing us to himself through Jesus Christ. This is what he wanted to do, and it gave him great pleasure.
    Ephesians 1:5
    From: Rave <[email protected]>
    To: Robert Orris <[email protected]>
    Sent: Monday, June 2, 2014 9:25 AM
    Subject:  Why Am I Getting This Runtime, Runtime Asked To Terminate In An Unusal Way, Error?
    Why Am I Getting This Runtime, Runtime Asked To Terminate In An Unusal Way, Error?  created by Rave in Acrobat Installation & Update Issues - View the full discussion  
    Hi Robert,
    Please let me know the OS you are using.
    The latest patch for Acrobat 9 is version 9.5.5. Make sure you have updated it to the latest patch and then try.
    Please use the Acrobat Cleaner Tool ( Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs ) to uninstall the software and then reinstall and check.
    You might also want to try the following before reinstaling the software :
    Disable all Non-Microsoft Startup Services. (Ref : http://helpx.adobe.com/x-productkb/global/disable-startup-items-services-windows.html)
    Disable all the Antivirus softwares like CA, Norton,Mc Afee etc. temporarily from the computer.
    Regards,
    Rave
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6427365#6427365
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: 
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link. 
    Start a new discussion in Acrobat Installation & Update Issues by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • On loading Firefox, I get message that I don't have updated version, but I do. 7.0.1 Why do I get this?

    Also, not related: I keep getting an automatic download saying "service provider 22.jsp" - once I downloaded it, and got multiple blank pages. Now I just delete it, but why am I getting this?
    [email protected]

    Hi Dadwpr,
    Here is a link from Microsoft on how to  run the Memory Diagnostics Tool.
    http://windows.microsoft.com/en-US/windows7/Diagnosing-memory-problems-on-your-computer
    Also I was wondering if you have changed the dpi of the scan and if you have tried a different folder to scan to?
    Click on how to scan with Hp software, it will give you how to check scan settings.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03476857&cc=us&dlc=en&lc=en&jumpid=reg_r1002_us...
    Please feel free to contact me if you have other questions
    Thank you 
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • TS1702 "The feature you are trying to use is on a network resource that is unabailable" Why am I getting this message when I try to updaate itunes or quicktime?

    The feature you are trying to use is on a network resource that is unabailable" Why am I getting this message when I try to updaate itunes or quicktime?

    Before trying the update again, use Microsoft's Fix it solution at http://support.microsoft.com/mats/Program_Install_and_Uninstall. Use it to uninstall iTunes and Quicktime. It bypasses this not uncommon problem. When the solution finishes, the selected program will be uninstalled. It can take several minutes and I have seen as much as half an hour.
    After iTunes & Quicktime are uninstalled, try the update again.

  • I get missing plug-in error when opening my online bill which is in PDF format. I am using a 2010 Macbook with the latest version of Safari and Adobe suite installed in my computer. Why do I get this error? What should I do?

    I get missing plug-in error when opening my online bill which is in PDF format. I am using a 2010 Macbook with the latest version of Safari and Adobe suite installed in my computer. Why do I get this error? What should I do?

    In relation to my previous inquiry regarding inability to view a pdf file using Safari...
    Is it possible that I can view other online bills from other website but not this particular bill from one specific website?
    Sorry if I missed any important point in this article -->Apple Safari 5.1 and Adobe Reader/Acrobat Advisory
    Thanks again!

  • Why do I get this error message when I open Organizer in Photoshop Elements 11 "Elements Organizer has stopped working"? My only option is to Close Program so I am effectively locked out of my photo catalogue.  I have reinstalled the program to no avail.

    Why do I get this error message when I open Organizer in Photoshop Elements 11 "Elements Organizer has stopped working"? My only option is to Close Program so I am effectively locked out of my photo catalogue. I have tried reinstalling the program but it made no difference to the error message.
    Could someone help please?  Steph

    Hi,
    Please give a try to Photoshop Elements (PSE) knowledge base. steps mentioned on this and see if it works.
    Regards
    Kishan

Maybe you are looking for

  • Creative Zen (20GB) WHERE IS IT?

    I don't want the Zen Micro, or the Zen Touch, or any other Zen except for the "original" Creative Zen. That's it, a simple Zen... The one that looks like the micro, but has 20GB of storage space! It's advertised on your site, but I have no idea where

  • HELP!HELP!HELP!  Microsoft error message

    Please help! When I try to edit a certain scene IN FLASH CS3, microsoft error message pops up to send an error report. i was just using that scene earlier today. WHAT THE HELL HAPPENED? i can't even test the scene or movie! please help! message: Erro

  • Shorcut to a track

    Hi, I can not resolve my problem. On our Public site we create a course page for my unit «BENA». This welcome page name is «Sciences et technologies». My problem, we have a welcome page for «Sciences de l'éducation» and we would like to put a shortcu

  • DefaultMutableTreeNode.add diffrence in behaviour b/w 1.2.2 and 1.4??

    just cross posting to as the swing forum is not that active.... http://forum.java.sun.com/thread.jsp?forum=57&thread=422121

  • User defined class objects for a ADF component (button,inputfield)

    How do I define a user defined class object for ADF objects? My requirement is that when I do a modification to the class object, it should get reflectected to all the instances on my page. E.g:- I'm having class object clsInputField, and all my inpu