Installing New iWorks Updates

I saw that I had updates this morning for IBooks, Keynote, Numbers and Pages.  I hit "Update All".  Only Keynote and Numbers updated.  Pages did not.  However it's not longer an option for me to update to 5.0.1.  Any suggestions on how I get to that update?  THANKS!

Are you using Safari? There have been some issues with Safari 5 and third-party plugins. Disable any plug-ins you may have installed and restart your Mac.

Similar Messages

  • I installed new software updates, and now when I try to open up pages it tells me "Pages cannot be opened because of a problem." does anyone know what I can do?

    I installed new software updates, and now when I try to open up pages it tells me "Pages cannot be opened because of a problem." does anyone know what I can do?

    1)Copy this below from --{code} to --{code}
    --{code}
    set p2l to "" & (path to library folder from user domain)
    set the_cache to p2l & "Caches:com.apple.iWork.fonts"
    tell application "System Events"
              set maybe to exists disk item the_cache
              if maybe then delete disk item the_cache
    end tell
    if maybe then
              display dialog "I deleted the file :" & return & the_cache
    else
              display dialog "The file :" & return & the_cache & return & "was unavailable !"
    end if
    --{code}
    2) Than open Applescript Editor in your applications and paste it
    3) Than select "Compile"
    4) Than select "Run"

  • HT5534 I down loaded the new  iwork update. Now when I create a document in pages save it and try to open it later some times the message comes that You need a later version of pages. Some times I don't have that problem.

    I down loaded the new  iwork update. Now when I create a docume

    I hate the new 5.0, and am having the same issue. Because I created or opened and saved several documents in the new 5.0 before I realized how bad it is, I had to figure out how to make them usable again.
    I have both versions of Pages (5.0 and 4.3) in my Dock for now. If a document tells me that it can't be opned by 4.3, I opn 5.0, open the document, EXPORT it in 4.3 with the same name, and overwrite the old document. That usually (big dog willing and the creek don't rise!) gives me access to my work.
    Once I am sure I have no remaining 5.0 douments around, I'll take 5.0 out of the dock.
    It truly is a pain in the ***. Here's the comment I left for Apple –
    I am now attempting to uninstall Pages 5.0 so I can go back to using Pages 4.3. The designers of 5.0 took away (or hid) so many of the functions that I've come to know and trust that I am appalled.
    It is now a kindergarten version of the workhorse I knew and loved. IT EVEN LOOKS like a dumbed-down app now, with cartoon buttons that reflect its audience – people who don't need a sophisticated, customizable publishing tool, who just need simple  icons they can point at LIKE A FAST FOOD CASH REGISTER.
    I'll be using either 4.3 or Word for Mac from here on out.

  • Eclipse Mars Install New Features/Update fails with HTTP Code 416

    Hi,
    I'm currently trying to update my working Eclipse Luna (for Java and DSL
    Developers) to the new Mars version (seperate fresh installation), but I keep getting an error, which I was unable to resolve.
    The workstation has to use a corporate proxy and it was always a little bit tricky to get the Eclipse Marketplace and Install New Feature/Update working. My Luna Eclipse is configured (network settings) to use "Manual" as Active Provider, with the correct host + port + user + password combination. I also got the known bugs
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=281472 and
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=281384 , so I added the infamous "-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4"
    option in the eclipse.ini. While this is working in Luna, I cannot use the Marketplace or Update features in Mars.
    I can open the Marketplace and it actually shows all the plugins, I can select one for install and the plugin-dependency-tree is show, but the next step fails with the following message:
    eclipse.buildId=4.5.0.I20150603-2000
    java.version=1.8.0_45
    java.vendor=Oracle Corporation
    BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
    Framework arguments: -product org.eclipse.epp.package.dsl.product
    Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.dsl.product
    org.eclipse.equinox.p2.transport.ecf
    Error
    Mon Jul 27 09:41:12 CEST 2015
    Unable to read repository at http://download.eclipse.org/technology/subversive/3.0/update-site/content.jar.
    java.io.IOException: Server returned HTTP response code: 416 for URL: http://download.eclipse.org/technology/subversive/3.0/update-site/content.jar
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at org.eclipse.ecf.provider.filetransfer.retrieve.UrlConnectionRetrieveFileTransfer.getDecompressedStream(UrlConnectionRetrieveFileTransfer.java:552)
    at org.eclipse.ecf.provider.filetransfer.retrieve.UrlConnectionRetrieveFileTransfer.openStreams(UrlConnectionRetrieveFileTransfer.java:322)
    at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:885)
    at org.eclipse.ecf.provider.filetransfer.retrieve.MultiProtocolRetrieveAdapter.sendRetrieveRequest(MultiProtocolRetrieveAdapter.java:146)
    at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.sendRetrieveRequest(FileReader.java:424)
    at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.readInto(FileReader.java:358)
    at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:101)
    at org.eclipse.oomph.p2.internal.core.CachingTransport.download(CachingTransport.java:178)
    at org.eclipse.oomph.p2.internal.core.CachingTransport.download(CachingTransport.java:219)
    at org.eclipse.equinox.internal.p2.repository.CacheManager.updateCache(CacheManager.java:402)
    at org.eclipse.equinox.internal.p2.repository.CacheManager.createCache(CacheManager.java:259)
    at org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.getLocalFile(SimpleMetadataRepositoryFactory.java:66)
    at org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.load(SimpleMetadataRepositoryFactory.java:88)
    at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:57)
    at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:768)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.oomph.util.ReflectUtil.invokeMethod(ReflectUtil.java:116)
    at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager.loadRepository(CachingRepositoryManager.java:344)
    at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager.loadRepository(CachingRepositoryManager.java:146)
    at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager$Metadata.loadRepository(CachingRepositoryManager.java:394)
    at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
    at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:92)
    at org.eclipse.epp.internal.mpc.ui.operations.AbstractProvisioningOperation.addRepositories(AbstractProvisioningOperation.java:92)
    at org.eclipse.epp.internal.mpc.ui.operations.ProfileChangeOperationComputer.computeInstallableUnits(ProfileChangeOperationComputer.java:385)
    at org.eclipse.epp.internal.mpc.ui.operations.ProfileChangeOperationComputer.run(ProfileChangeOperationComputer.java:165)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
    Check for Update shows the same result.
    I tried googling for this kind of error, but it seems no one has reported this problem so far. I'm a little bit lost what to do now (apart from using Luna again), since exactly the same configuration is working in Luna, but is unusable for me in Mars. The network access seems to work because Mars can load the dependency tree of a Marketplace plugin. Every other combination in the network settings fails because of the corporate proxy.
    So, any suggetions how to find the root cause? It's quite possible the corporate proxy is misconfigured, but I hope you can help me finding the difference between the working Luna and the (for me) broken Mars, so I know what has to be configured differently. Something seems to be changed in the way the packages are downloaded.
    Thank you very much!

    Hi,
    I'm currently trying to update my working Eclipse Luna (for Java and DSL
    Developers) to the new Mars version (seperate fresh installation), but I keep getting an error, which I was unable to resolve.
    The workstation has to use a corporate proxy and it was always a little bit tricky to get the Eclipse Marketplace and Install New Feature/Update working. My Luna Eclipse is configured (network settings) to use "Manual" as Active Provider, with the correct host + port + user + password combination. I also got the known bugs
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=281472 and
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=281384 , so I added the infamous "-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4"
    option in the eclipse.ini. While this is working in Luna, I cannot use the Marketplace or Update features in Mars.
    I can open the Marketplace and it actually shows all the plugins, I can select one for install and the plugin-dependency-tree is show, but the next step fails with the following message:
    eclipse.buildId=4.5.0.I20150603-2000
    java.version=1.8.0_45
    java.vendor=Oracle Corporation
    BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
    Framework arguments: -product org.eclipse.epp.package.dsl.product
    Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.dsl.product
    org.eclipse.equinox.p2.transport.ecf
    Error
    Mon Jul 27 09:41:12 CEST 2015
    Unable to read repository at http://download.eclipse.org/technology/subversive/3.0/update-site/content.jar.
    java.io.IOException: Server returned HTTP response code: 416 for URL: http://download.eclipse.org/technology/subversive/3.0/update-site/content.jar
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at org.eclipse.ecf.provider.filetransfer.retrieve.UrlConnectionRetrieveFileTransfer.getDecompressedStream(UrlConnectionRetrieveFileTransfer.java:552)
    at org.eclipse.ecf.provider.filetransfer.retrieve.UrlConnectionRetrieveFileTransfer.openStreams(UrlConnectionRetrieveFileTransfer.java:322)
    at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:885)
    at org.eclipse.ecf.provider.filetransfer.retrieve.MultiProtocolRetrieveAdapter.sendRetrieveRequest(MultiProtocolRetrieveAdapter.java:146)
    at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.sendRetrieveRequest(FileReader.java:424)
    at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.readInto(FileReader.java:358)
    at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:101)
    at org.eclipse.oomph.p2.internal.core.CachingTransport.download(CachingTransport.java:178)
    at org.eclipse.oomph.p2.internal.core.CachingTransport.download(CachingTransport.java:219)
    at org.eclipse.equinox.internal.p2.repository.CacheManager.updateCache(CacheManager.java:402)
    at org.eclipse.equinox.internal.p2.repository.CacheManager.createCache(CacheManager.java:259)
    at org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.getLocalFile(SimpleMetadataRepositoryFactory.java:66)
    at org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.load(SimpleMetadataRepositoryFactory.java:88)
    at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:57)
    at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:768)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.oomph.util.ReflectUtil.invokeMethod(ReflectUtil.java:116)
    at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager.loadRepository(CachingRepositoryManager.java:344)
    at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager.loadRepository(CachingRepositoryManager.java:146)
    at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager$Metadata.loadRepository(CachingRepositoryManager.java:394)
    at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
    at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:92)
    at org.eclipse.epp.internal.mpc.ui.operations.AbstractProvisioningOperation.addRepositories(AbstractProvisioningOperation.java:92)
    at org.eclipse.epp.internal.mpc.ui.operations.ProfileChangeOperationComputer.computeInstallableUnits(ProfileChangeOperationComputer.java:385)
    at org.eclipse.epp.internal.mpc.ui.operations.ProfileChangeOperationComputer.run(ProfileChangeOperationComputer.java:165)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
    Check for Update shows the same result.
    I tried googling for this kind of error, but it seems no one has reported this problem so far. I'm a little bit lost what to do now (apart from using Luna again), since exactly the same configuration is working in Luna, but is unusable for me in Mars. The network access seems to work because Mars can load the dependency tree of a Marketplace plugin. Every other combination in the network settings fails because of the corporate proxy.
    So, any suggetions how to find the root cause? It's quite possible the corporate proxy is misconfigured, but I hope you can help me finding the difference between the working Luna and the (for me) broken Mars, so I know what has to be configured differently. Something seems to be changed in the way the packages are downloaded.
    Thank you very much!

  • Hi, i have question about my macBook pro.  I have a somehow managed to delete a driver or no, so I can not install new software updates. I have tried for several hours to fixe it on OS X tools-Disc Tools. anyone has a clue about this more than I have.

    I have a somehow managed to delete a driver or no, so I can not install new software updates. I have tried for several hours to fixe it on OS X tools-Disc Tools. anyone has a clue about this more than I have about Mac´crack that **** formatted and has really nothing to the HD. what do I do??
    <Edited by Host>

    Cami87,
    which model MacBook Pro do you have, and which version of OS X is installed on it?

  • Cs4 wont open on mavericks after installing new Java update

    Cs4 (photoshop and illustrator) wont open on mavericks after installing new Java update.
    I have tried installing both from the auto prompt (which came up as 'software update') as well as directly downloading from this link: Java for OS X 2014-001
    either way when i try to open a cs4 program the icon simply bounces around for a minute then it comes up "program not responding"
    anyone have any ideas?
    thanks in advance.

    Hi Matthew,
    First of all, you should be able to check in your HD/Library/Receipts folder to see what has been installed by looking for the .pkg of it.
    re: "I installed the security update from software update, and i want to make sure I downloaded something intended for my machine"
    You should not be offered updates that are not intended for your System through Software Update. Software Update, as far as I know, reads the .pkg files in your Receipts folder and will offer what you need from that. (I believe that is correct....perhaps someone will correct me if I'm wrong)
    Did you Repair Permissions from Disk Utility before and after the update?
    If not I would try running Repair Permissions (HD/Applications/Utilities/Disk Utility/Repair Permissions).
    I've found that with Security Updates that it is very important to Repair Permissions before and after updating.
    littleshoulders [:-)

  • I was trying to installed new ios update and suddenly my WIFI connection got desconnect. now I am trying to restore my Ipad2 but getting error saying "the Ipad could not restored, An unknown error accured (3194).

    I was trying to installed new ios update and suddenly my WIFI connection got desconnect. now I am trying to restore my Ipad2 but getting error saying "the Ipad could not restored, An unknown error accured (3194)". so please help me out to resolve the same.

    When I restart my iPad the connect to iTunes comes up and stays on until it shuts down again, I have read a report from Apple support suggesting I reinstall iTunes so I might try that again and also your suggestion which i shall also try, but thanks again - rg1547

  • How do I swap magic Mice remove old install new all updates installed thanx Bob

    how do I swap magic Mice remove old install new all updates installed thanx Bob

    Unpair the old one, then pair the new one. This is done in Blue Tooth preferences.

  • SCCM2012R2-WSUS-"Install New Windows Update Software" message

    I have set up WSUS. I have installed SUP on SCCM. I have created two collections; Available and Required, and split my computers between them
    I have deployed various Software Update groups in batches of less-than-a-thousand to get me to the point where i can use ADRs from now on. I have created an ADR for October's updates to deploy to "Required". It downloads (though only directly from
    MS - cant get it to just use the WSUS folder but thats another issue) and from what i can see it deploys fine
    I run Windows Update on my Test PC and Server and it says it's up to date. Great. Just to test though, i click on "Check for updates from Windows Update" and they both come back with "Install new Windows UPdate Software - To check for updates,
    you must first install an update for Windows Update. Your automatic settings will not change"
    So i install that update (direct from Microsoft) and Windows update closes and re-opens as it says it will.
    I run another check for updates and they both say "Up to date". So i check from Windows update again since i have now installed  this new update software that i would have thought my SUP WSUS would have installed)
    Now from Microsoft's site they both have 45 important updates nad 35 optional updates available. What?? So i check these updates in the list and they are all in the October package. Why arent they available on my internal SUP/WSUS but they are available
    from MS Update?

    Hi,
    That is the way it works, if you have selected to have the Software updates deployments visible they are visible in Software Center instead and there you can install the updates that is needed on a computer/server if you have deployed the updates to that
    server as available first.
    Yes it is possible to do, deploy all updates to a collection, create a query for that collection so that all members in that OU is automatically made members in the Collection.
    then when a client is added to that OU the collection will be updated with that client as a member and the client will scan for updates and install the updates deployed to that Collection. It doesn't really matter in that case that the SCCM client does the
    installation of the updates and not the WindowsUpdateAgent.
    I hope that answered your question.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Installing new CPU (Update)

    To those of you that were helping me try to repair an apparent botched installation of a new XP 2400+ porcessor on the system below. I purchased 2 new PSU (450w) for 2 different boxes that run XP. I tried the new processor in both boxes, and in both circumstances got nothing, but it at least powered up (not boot-up). In the machine listed below there was no signal being transferred to monitor, but on the other machine (with old processor) I was getting a signal, but have hard drive issues now (bad os). I guess what I am tryign to say is this almost seems as if I have purchased a bad CPU.    Any thoughts????
    Thanks again,
    John
    MSI KM2M Combo L
    1x512 PC2100DDR
    GE Force 4 5600XT 256MB DDR
    White Label 80gb 7200
    Fortissimo 7.1 Sound
    Generic PCI FIREWIRE card
    Generic 52x CD
    320w UPS
    PS2 Mouse
    Floppy
    WXPHome

    Quote
    Installing new CPU (Update)
    Why opening a new thread instead of completing the previous one?

  • Installed new OS update. Can't make icons wiggle to close them

    Installed new OS update on iPad and now I can't make my app icons wiggle to close them. I can touch and hold and they turn dark, but they won't wiggle with the + - in the corners so I can close.

    Force close apps
    1. Double tap the home button to bring up the multi-tasking view
    2. Swipe the app's windows upwards to close
    3. The app will fly off the screen
    http://support.apple.com/kb/ht5137

  • Installed new itunes update and now it will not sync with outlook

    installed new itunes update and now it will not sync with outlook. it says it will only do it through the Icloud. How can i change it

    Hello xtremejoe
    I find that changing some settings in your syncing options will get syncing working again, like enabling Manually manage music and videos.
    iTunes 11 for Windows: Set up syncing for iPod, iPhone, or iPad
    http://support.apple.com/kb/PH12313
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • I can't install new software update!

    I can't install new software update! for my Nokia 6500 slide.
    when install the new software on to my laptop, Vista home premium, service pack one.
    It give me this error "error 2738 could not access VBScript run time for cutom action".??????
    Can anyone help me please?
    How **bleep**.

    Impossible to say without more details other than "I can't install". If you'll post full details, including whether you're attempting to update from the iPad directly or from iTunes on a computer, where things are breaking down, what error messages if any you're getting, and any other details pertinent to your issue, then someone can perhaps offer suggestions.
    Regards.

  • Since installing new software update, my iphone 4S no longer is recognized by itunes

    I installed the new software update to my Windows PC and my iphone and now my iphone 4s is no longer recognized by itunes and I cannot sync.  I already attempted unintalling itunes and reinstalling it - it didn't work.

    Hello KatieJean123,
    It sounds like your phone is not recognzied in iTunes anymore. I recommend the troubleshooting steps from the article named:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    Here is an overview of the troubleshooting to be done:
    1. Update iTunes
    2. Check the USB cable
    3. Verify that Apple Mobile Device Support is installed
    4. Restart the Apple Mobile Device Service
    5. Verify that the Apple Mobile Device USB Driver is installed
    6. Check for third-party software conflicts
    If the issue persists, try uninstalling iTunes and its associated apps with either of these two articles depending on your operating system version and its associated softwares:
    Removing and Reinstalling iTunes and other software components for Windows XP
    http://support.apple.com/kb/ht1925
    Or
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/ht1923
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • System error when installing new itunes update

    Cannot install latest itunes update...?

    thats a bit confusing, it's a red message but it says warning
    I tried the other programm mentioned above but still I get the same warning.
    in the report it's clear that the font installed is not used in the output on the screen. I can add the font in my sapscript but the output is not the font specified.
    the font installed is Lucida sans EF which is part of the 'company' style but till now not yet implemented in SAP.
    oops it's working now, new learning moment for me. never look at preview on screen for the kind of font you want to see , thanks for the input and confirmation of the procedure
    Message was edited by:
            A. de Smidt

Maybe you are looking for