Pages 5 not opening

I downloaded Pages 5 but when I reopened Pages, version 4.3 was still active although App Store says Pages 5 is "installed". I can't locate version 5 on my MacBook Pro (Maverick).

They should be both installed. Your older iWork apps are now in your Applications/iWork folder.
The newer Pages 5 will be just inside your Applications folder.
I suspect you have just looked at your Dock.
You can always do a Spotlight search.
Peter

Similar Messages

  • Why will certain pages not open

    why will certain pages not open?  i get "failed to open page"

    Down For Everyone Or Just Me -> Check if your website is down or up?

  • Applet windows page not opened

    Hi
    In oracle application 11i , when i click the system->define.. applet windows page not opened.. please give possible solution to clear the issue...
    Regards

    Hi,
    when i click the system->define.. applet windows page not openedPlease mention more details about the navigation path.
    please give possible solution to clear the issue.Please see this thread.
    applet page not open in linux
    applet page not open in linux
    Regards,
    Hussein

  • SkillBuilders Modal Page not opening when click edit link in a Manual Tabul

    Hello,
    This thread is related to a recent thread I created (Column Link is not working on a Manual Tabular Form I am using Apex 4.1.1.00.27, Oracle DB 10.2.0.5.0.
    In summary, I have a collection that retrieves the information from the EMP table, a manual tabular form based on that collection, and a link in the DEPTNO field that branch to another page with a Form based on the DEPT table.
    What I want to accomplish is to call the DEPT Form as a modal page that opens from my EMP Page.
    What I did so far:
    1. DEPT Page uses the popup template and branch to itself.
    2. The Link Attribute of the Link Column (DEPTNO) is set to: onclick= *"return false;"*
    3. I created a DA using jQuery Selector: *td[headers="LINK"] a*. Action: SkillBuilders Modal Page plug-in. URL Location: Attribute of Triggering Element. Attribute Name: href. Event Scope: live (Dynamic in Apex 4.2).
    4. Changed the Application Security to Allow Embed in Frames.
    My problem is that when I click the DEPTNO column, is it not opening the Modal Page.
    I created an example on apex.oracle.com in case some of you want to look into it:
    Workspace: EDIAZJORGE
    Username: test
    Password: test123
    App Name: Sample App
    App Number: 12231
    I appreciate any help.
    Thank you,
    Erick

    You were using a wrong jQuery selector. There are no columns with headers "LINK". Evidently, you want the modal to open through clicking the icon in the "DEPTNO" column, so all that is required is to change the selector to
    td[headers="DEPTNO"] aYou can always easily test your selectors when you use a tool like Firebug. Simply run the selector in the console, and it'll show you all selected object. In your case, executing $('td[headers="LINK"] a') showed nothing. Dropping "a" still gave nothing. At that point i was pretty sure there were no columns with such a header...

  • 10.1.2.0.2 portal page not opening

    Hi,
    I have already 10.1.2.0.0 Infra on one m/c1 and installed 10.1.2.0.2 middletier on other m/c2 and using OID from m/c1.
    Installation was successful, but portal page is not opening, any ideas.
    Thanks in advance
    Mak

    There is a either a big bug in 10.1.2.0.2 or i am going somewhere wrong.
    On one of the test m/c's i have installed 10.1.2.0.2 infra and middletier but still portal page was not opening and also to astonishment in this case also all the applications in oc4j_portal were not loaded.
    Thanks in advance

  • Link to page, not open new window

    Hi there
    in Edge, how do I code to link to a page, without opening a new browser window (but also without using _self which caused problems by trying to open the link in the animation window).
    Thanks
    Simon

    So ... just to clarify ... _blank would open a new window, not what I want!

  • Self service pages not opening

    Dear All
    We are upgrading form 11.0.3 to R12, and they have build lots customized workflow and self service pages. The menus and functions are there, but still it is not opening and it says page cant be opened.
    But employee self service responsibilty is opening fine. Do we need to do any setups or we have anything to move like we move the custom form and reports.
    Kindly help me in this
    Thanks in advance
    Regards
    Nakshathra

    So no Self Service page is opening? If that is the case, then I guess some configuration issue with URL or something similar.
    Is Apache log completely empty or it has the page request calls logged?
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Correct page not open . but open page another site.

    I use Firefox latest version 5.0.1 . when i type address bar any website name and enter then start advertise and business related website are open. suppose i search any song Google site and then enter so, related webpage not open . the page open in another site.

    Many possibilities here. Lets start from the begining.
    a) Does your Apex run on a machine that can be accessed over the internet?Try the ping <IP> from Internet. You shoudl be able to reach it.
    b) If a is yes, have you opened your Apex port on your firewall for access?
    Regards,

  • Cisco Contact center Web page not opening

    Hi,
    I am using Cisco Contact center version 7 in High availability mode. Web page of the primary server is not opening, but web page of secondary server is working. If I restart the primary server the web page starts working but after sometime its stop working.
    Please help me to resolve the same.
    regards,
    Neo

    What Sr do you have on the UCCX 7.0(1) version ?
    Your issue looks similar to the defect "CSCsu22366 - AppAdmin Page does not load -World Wide Publishing service stuck "
    Once you see the issue can you try the following work around
    ====
    Login to appadmin from the 2nd node, go to the Control Center page, select the broken node,
    and restart it's CRS Administration process
    =====
    Hope this helps
    Anuj

  • HTML pages not opening

    Dear experts,
    We recently cloned production to make a new test . But the HTML pages are not opening like the one that open when you click salary button on the assignment form. Iam getting the following error
    Error: ORA-01403 no data found
    any ideas?
    Regards
    Muhammad Noman Shafique

    Dear friends,
    We restarted the apache and now everything is working fine.
    Regards,
    Muhammad Noman Shafique

  • Java Servlet page not opening error 404

    Hi!
    I am working with servlets. I compiled the java file and the class file is been moved to
    c:\javawebserver2.0\servlets, and the html files moved to public_html. Html files r opening
    the classpath is mapped to jsdk.jar i.e
    set CLASSPATH=c:\javawebserver2.0\lib\jsdk.jar
    Built-in samples r working without any problem
    when i try to run the servlet
    Page Not Found error 404 occuring
    Please do the favour for me
    thanks

    404 Not Found means you didn't deploy the app properly.
    I think deploying an app like this is a terrible idea. If you have more than one app deployed on a production web server/servlet engine, you wouldn't want to put them all in the same place. "public_html" and the generic "servlets" directory shouldn't be used as dumping grounds for all your apps.
    Learn how to deploy using a WAR file. It'll keep all your apps separate and their constitutive parts together.
    Why Java Web Server? I don't think anyone uses it seriously anymore. Tomcat is the reference implementation of the servlet/JSP specs. I'd download that and use it instead of JWS. JMO, of course.

  • Web page not opening

    Hello Friends,
    In a new server I am not able to open the BSP Pages. Even I have maintain the Host file in my machine. But still it is not opening.
    Please tell me the appropriate solution.
    Thanks and regards,
    Kuldeep Verma

    Hi Kuldeep,
    Please check from the SAP whether the particular page is published and also the test the BSP application for errors.
    Regards,
    Prashil

  • New Pages not opening some documents

    Why can I open some of my Pages documents and some others say that a newer version of Pages is avail for download in the App Store?  I go to the App Store and it says that I have already downloaded and installed the newer version.  Please tell me what I can do.

    I encountered problems with opening some documents on Pages for iMac (v5.1) as well.  Specifically, the documents contained mathematical symbols, and were stored on the iCloud.
    When I dragged the document out of iCloud, and onto the desktop, I could open and edit the documents without issue.  When I moved them back to the iCloud, I once again could not open them with Pages for iMac.  However, I could edit them without issue from my iPhone.
    Moving the document out the iCloud to the desktop, in order to open and edit them, and then moving them back to the iCloud so they can be accessed everywhere else, is clearly a work around, not a solution.  And it seems to only apply to my documents with mathematical symbols.  Which particular symbol(s) is/are the issue, I have not investigated.

  • Help with applet page not opening please

    Hi I hope somebody can help. I downloaded the Java Plug in 1.4.2_05 but the applet for my offshore bank account applet will not open - just a blank grey page appears.
    I went to the test applet page and the following note came up. "You are using an older version of Java Technology 1.1.4"
    I can see the dancing Duke logo.
    I followed the instructions to download the latest version again and up pops a window saying that we have the latest version. I went through the FAQ page - also checked all the setting were correct. I have the coffee cup Logo. I can see the plugin control panel, also the Java website control panel. The draw4 and note pad applications open up.
    I need to know why the banking applet will not load.
    We are running Windows Explorer 6
    Thanks
    Michele

    Hi there,
    Your IE is using hte Microsoft IE JVM plugin, you'll need to install Sun's plugin for IE. Installing the JDK/JRE fresh usually gives you an option of what browsers to install the plugin to.
    Hope that helps!
    Karianna

  • Apple Support Communities page not opening

    My Apple > Support > Communities page is not opening in Safari.
    When I try to connect to the site I get *"ERROR 404 - PAGE NOT FOUND"* by *Host Gator*.
    I have tried these steps:
    1) Removed Safari (Including Safari preferences files and Safari Folder in the Library folder)
    2) Restarted my laptop.
    3) And re-installed Safari.
    But still i was unsuccessful in getting the page.
    Finally I went to Firefox and wrote the message you are reading.
    Please help me solve the problem
    And also please tell me whether the design of a web page is different in two different browsers (Eg. Safari and Firefox) because I found so in the Apple > Support page.

    The problem I am getting is that when I am clicking on the Communities link on
    http://www.apple.com/support/ link the browser is connecting me to http://discussions.apple.com/ instead of http://discussions.apple.com/index.jspa page
    Why is it so?
    Because discussions.apple.com is the actual web address; index.jspa is just the index page at that address, which should be added automatically. Are you saying it's not being added, and therefore you don't see the list of forums?

  • Database home page not opening in oracle linux 4 after installation?

    I have just installed oracle 10g express edition R8 (32 bit) in oracle linux 4 (oem 4) which is running on vmware. After installation on going
    application(start)->oracle 10g express edition ->Go To database home page. Database home page starts on konqureor and it shows
    "An error occurred while loading *http://http//127.0.0.1:%httpport%/apex*:
    Unknown host http "
    All the other application including plsql is working right which comes with oracle 10g xe. But without Database home page i can't start doing plsql because i can not create any database without opening database home page.
    I have also posted this question in yahoo answers(_http://answers.yahoo.com/question/index;_ylt=AjLqSLCkMZzaJgBv_igbiN7ty6IX;_ylv=3?qid=20120324013912AANOlL9_) but what answers has been provided i am not able to understand.
    plz help i wanted to work on oracle database. I am trying it for so long. Thanks in advance
    Edited by: 921562 on Mar 24, 2012 3:35 AM
    Edited by: 921562 on Mar 24, 2012 3:35 AM

    921562 wrote:
    I have just installed oracle 10g express edition R8 (32 bit) in oracle linux 4 (oem 4) which is running on vmware. After installation on going
    application(start)->oracle 10g express edition ->Go To database home page. Database home page starts on konqureor and it shows
    "An error occurred while loading *http://http//127.0.0.1:%httpport%/apex*:
    Unknown host http "
    All the other application including plsql is working right which comes with oracle 10g xe. But without Database home page i can't start doing plsql because i can not create any database without opening database home page.
    I have also posted this question in yahoo answers(_http://answers.yahoo.com/question/index;_ylt=AjLqSLCkMZzaJgBv_igbiN7ty6IX;_ylv=3?qid=20120324013912AANOlL9_) but what answers has been provided i am not able to understand.
    plz help i wanted to work on oracle database. I am trying it for so long. Thanks in advance
    Edited by: 921562 on Mar 24, 2012 3:35 AM
    Edited by: 921562 on Mar 24, 2012 3:35 AMThis has nothing to do with Oracle. Do you have an understanding of how URL's are constructed? The leading characters, delimited by the colon (':') specify http protocol. The string between the first colon and the next (if exists) specifies the fully qualified name of the host, or the IP addess of the host. Take a look at what you have there: //http//127.0.0.1" I really don't think your host name is "//http//127.0.0.1". More like '//127.0.0.1"

Maybe you are looking for

  • External Monitor display issue

    The external monitor for my mac book pro displays large/wide text when both screens are open.  If I shut the laptop, the external monitor display returns to a normal view.  I tried going to system preferences, displays and it's either on best for dis

  • Small picture inset in the big picture

    Why would the printer print a picture that has part of the picture set in the big picture?  On the page preview it doesn't show up but.  It has happened when printing a PDF and also when printing a bmp. file.  Any ideas? Thanks. Bert

  • I'm getting a message ablout files having a 2g limit. what can i do?

    I have a new 15" macbook pro. had been messing w/GB several hours then it stops recording and the message comes up.

  • Start up issue Max OS X Leopard

    I have a very irritating problem when starting up my iMac. It is newly repaired and for some reason it tries to do a network boot if I have any external device connected to it. And it does so even though I've told to use my HD as a start up disc. The

  • Making field for output in adobe Interactive Form

    Hi Gurus, Actually we have an requirement to input date from user, But user always select the wrong format for date. Hence it is required to select the date from F4 only. Let us the optimal solution for this. Thanks, Shiva Moderator message: please h