IPhoto issues after upgrading to OS X Mavericks!!

I just upgraded to the OS X Mavericks on my imac and when I open up iphoto I get a message that says: Your photo library will not be readable by previous versions of iPhoto after the upgrade.  Then it gives me the option to quit or upgrade!  It already looks like it's been upgraded due to the new blue icon. I'm afraid to hit upgrade for fear that I lost all of my photos!  Does this mean that I have lost all of my photos??   I also did this on my macpro and had no issues with Iphoto.
Any help would be greatly appreciated!!!
Thanks!

Most Simple Back Up:
Drag the iPhoto Library from your Pictures Folder to another Disk. This will make a copy on that disk.
Slightly more complex: Use an app that will do incremental back ups. This is a very good way to work. The first time you run the back up the app will make a complete copy of the Library. Thereafter it will update the back up with the changes you have made. That makes subsequent back ups much faster. Many of these apps also have scheduling capabilities: So set it up and it will do the back up automatically.
Example of such apps: Chronosync - but there are many others. Search on MacUpdate or the App Store

Similar Messages

  • How do I fix Java issues after upgrade to OS X Mavericks?

    I just upgraded to mavericks and everything works great except for my internet connection. I know this isn't a wifi issue because my iphones, ipad, and MBP work great (and yes, I even upgraded the MBP) but for some reason my Imac appears to be having issues with Java and I cannot figure out how to resolve this issue. Thanks in advance for the help.

    I have had issues with Java on my Mac since day one. The solution I've come to is the following: everytime my Mac takes an update, I have to go and change the connection settings in Java. Try this and see if it works for you. Click on the apple logo in the top left corner of the screen, select system preferences. Open the Java control panel. On the general tab, select network settings and make sure "direct connection" is selected. Hope this works.

  • ITunes music not playing in iPhoto slideshow after upgrading to Maverick....Why?

    iTunes music not playing in iPhoto slideshow after upgrading to Maverick....Why?

    Yes, the tracks were purchased in the iTunes store. I'm sure that DRM is the culprit. Seems like an obvious answer now that I think about it.
    Thanks for the help.
    Mark

  • I am using macbook air, after upgrading to os x mavericks, i am not able to mount my 1 tb seagate go flex hard drive , any solutions , also iPhoto is not upgrading , every time i try to upgrade, it shows an error.....

    i am using macbook air, after upgrading to os x mavericks, i am not able to mount my seagate 1 TB go flex hard drive, also iphoto upgrades crashes mid way ... what to do ?

    What exactly crashes?  iPhoto upgrades to a library or the application? 
    What format is the external HD?
    OT

  • After upgrading to OS X Mavericks Time machine stops working

    After upgrading to OS X Mavericks Time machine stops backing up and sometimes hangs on ,,preparing,, for o days and sometimes stops inmediatly. Report says:
    Backing up to /dev/disk1s2: /Volumes/Backup/Backups.backupdb
    Event store UUIDs don't match for volume: Macintosh HD
    *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 0 beyond bounds for empty array'

    Is this a Firewire or Thunderbolt connected disk?  There are know issues with that in Mavericks.  If so try connecting the drive by USB as you continue.
    Is it a WD drive?  There appear to be issues with those drive on Mavericks.
    Time Machine Troubleshooting
    http://pondini.org/TM/Troubleshooting.html
    A4 - Full Reset of TIme Machine

  • My labels have disappeared from every pic in my iPhoto library after upgrade to work with yosemite

    MMy labels have disappeared from every picture in my iPhoto library after upgrading to work with Yosemite.

    I didn't do anything to the LaCie when I got it. 
    Then that's likely the issue.
    Select the drive on the Desktop and go File -> Get Info. You can find out the format in that window:

  • Okidata printer errors after upgrading to OS X Mavericks

    Immediately after upgrading to OS X Mavericks, when I try to print with my Okidata C330DN color laser printer will NOT print in color.
    I get this message:
    "The Print Dialog Extension could not be loaded because it has not been updated to run in this application's secure environment".
    I contacted Okidata, who said "give us a week" to update the driver.  Well, they updated their driver, I just installed it, and get THE SAME ERROR...

    This is because of sandboxing, and Okidata will need to release another driver that handles these permissions issues. You can try printing from a non-sandboxed application like Safari, if that helps.

  • Audio issues after upgrading to OS X 10.10 (Yosemite)

    Hello,
    I have been facing audio issues after upgrading to OS X 10.10
    - No sound in VLC
    - Re-booting with Option-Command-P-R did not work
    - System sounds are fine
    - Quicktime Player works just fine
    I tried:
    - Plugging in earphones while video was playing on VLC
    - F10/F11/F12 while video was playing on VLC
    - Re-boot with Option-Command-P-R keys (found on a thread elsewhere)
    - Played something in Garage Band (found on a thread elsewhere) and restarted VLC
    None of the above solved the issue
    Any one else facing similar issue with VLC on 10.10?
    How did you manage to fix this?
    I am running VLC 2.1.5 btw.
    Thanks in advance!

    Shockwave says at the present moment not to be compatible with OS X 10.9 Mavericks.
    Youtube, QuickTime, all play with no sound at all.

  • Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query

    Hi All,
    There is a Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query in a report painter.
    This query is working fine when executed in 4.7 system where as it is running for more time in ECC6.0.
    Select query is on the table COSP.
    SELECT (FIELD_LIST)
            INTO CORRESPONDING FIELDS OF TABLE I_COSP PACKAGE SIZE 1000
            FROM  COSP CLIENT SPECIFIED
            WHERE GJAHR IN SELR_GJAHR
              AND KSTAR IN SELR_KSTAR
              AND LEDNR EQ '00'
              AND OBJNR IN SELR_OBJNR
              AND PERBL IN SELR_PERBL
              AND VERSN IN SELR_VERSN
              AND WRTTP IN SELR_WRTTP
              AND MANDT IN MANDTTAB
            GROUP BY (GROUP_LIST).
       LOOP AT I_COSP      .
         COSP                           = I_COSP      .
         PERFORM PCOSP       USING I_COSP-_COUNTER.
         CLEAR: $RWTAB, COSP                          .
         CLEAR CCR1S                         .
       ENDLOOP.
    ENDSELECT.
    I have checked with the table indexes, they were same as in 4.7 system.
    What can be the reson for the difference in execution time. How can this be reduced without adjusting the select query.
    Thanks in advance for the responses.
    Regards,
    Dedeepya.

    Hi,
    ohhhhh....... lots of problems in select query......this is not the way you should write it.
    Some generic comments:
    1. never use SELECT
                       endselect.
       SELECT
      into table
       for all entries in table
      where.
       use perform statment after this selection.
    2. Do not use into corresponding fields. use exact structure type.
    3. use proper sequence of fields in the where condition so that it helps table go according to indexes.
        e.g in your case
              sequence should be
    LEDNR
    OBJNR
    GJAHR
    WRTTP
    VERSN
    KSTAR
    HRKFT
    VRGNG
    VBUND
    PARGB
    BEKNZ
    TWAER
    PERBL
    sequence should be same as defined in table.
    Always keep select query as simple as possible and perform all other calculations etc. afterwords.
    I hope it helps.
    Regards,
    Pranaya

  • Issue after upgrade the ASA5520 from 7.2.4 to 8.2.5,

    i  am having issue after upgrade the ASA5520 from 7.2.4 to 8.2.5, the LMI  remote session getting disconnect in between in one of the outside  interface
    i  am having issue after upgrade the ASA5520 from 7.2.4 to 8.2.5, the LMI  remote session getting disconnect in between the session at one of the  interface but working fine with another interface,
    i have outside  and backup interface which work on internet failover when internet  routed through backup interface the issue getting started but working  fine if traffic is going via outsid

    i  am having issue after upgrade the ASA5520 from 7.2.4 to 8.2.5, the LMI  remote session getting disconnect in between in one of the outside  interface
    i  am having issue after upgrade the ASA5520 from 7.2.4 to 8.2.5, the LMI  remote session getting disconnect in between the session at one of the  interface but working fine with another interface,
    i have outside  and backup interface which work on internet failover when internet  routed through backup interface the issue getting started but working  fine if traffic is going via outsid

  • I am facing wifi and mobile 2G signal issue after upgrading to IOS 6 from IOS 5 in IPhone 3GS. Please help, restoring setting even didn't helped.

    I am facing wifi and mobile 2G signal issue after upgrading to IOS 6 from IOS 5 in IPhone 3GS. The mobile carrier signal as well as WIFI suddenly drops zero and are then restored automatically. Sometimes i cannot conenct to WIFI even standing infront of WIFI router. Please help, restoring setting even didn't helped.

    Update: my phone's connecting to the WiFi again. I don't know what did the trick. I did nothing since reinstalling the software. It hadn't worked then, it is now. I tried connecting to my dad's phone's hotspot( he uses a Moto G), and it worked. I then tried connecting to the WiFi at a friend's house, and when I came back home, my phone was able to connect to my WiFi! Is it of any significance that my friend's router doesn't require a password? My issue has been resolved( for now; I hope I'm not counting my chickens before they've hatched). For anyone facing a similar issue, I suggest you try everything I did:
    1. Turn your router off for a minimum of 30 seconds, turn it back on and try connecting.
    2. Click on the WiFi network you are connected to, scroll to the bottom, tap "Renew Lease".
    3. Do a soft and hard reset.
    4. Reset network settings.
    5. Back your data up, erase all content from settings menu, restore from backup.
    6. Reinstall your software( put it in recovery mode).
    I am not sure which of the above worked for me. Make sure you try everything. If none of the above works, take it to a genius bar or an authorised service provider. Good luck! :)

  • Issues after Upgrade from Oracle 10.1.0.5 to 10.2.0.5 in Windows Server2003

    Good Morning Good People,
    I have run in to some issues after upgrading my 10.1.0.5 database to 10.2.0.5. Initially after the firtst upgrade from 10.1.0.5 to 10.2.0.0 one has to run Critical Patch set 4 to get to 10.2.0.5. Well after initial up grade everything worked fine. I could connect to the database from within the server as well as remotely through SQL*PLUS client. However, after completeing the patch I'm still able to connect to the database from within the server, but remotely i get the following error:
    ORA-12514 : TNS Listener does not currently know of service requested in connect descriptor.
    I also get Error ORA-12505: TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the client was: (description=(address=(host=mcquery2)(protocol=tcp)(port=1521))(connect_data=(sid=mcquery)(server=dedicated)))
    I've tried serval different things to trouble shoot the issue but nothing seems to work.
    If anyone has run into s similar issue please help. This is ruining my weekend! LOL!
    Edited by: user10835577 on Aug 29, 2010 9:15 AM

    From the client or the server?
    SERVER:
    tnsnames.ora:
    MCQUERY=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=10.36.27.184)
    (PORT=1521)
    (CONNECT_DATA=
    (SERVICE_NAME=MCQUERY)
    listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.1.0\Db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.36.27.184)(PORT = 1521))
    FROM REMOTE SQLPLUS Client:
    tnsnames.ora
    MCQUERY=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=10.36.27.184)
    (PORT=1521)
    (CONNECT_DATA=
    (SERVICE_NAME=MCQUERY)
    listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.1.0\Client_3)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cotsdot370.cotsdot.dom)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.36.27.184)(PORT = 1521))
    Thanks,
    Malcolm
    Edited by: user10835577 on Aug 29, 2010 12:01 PM

  • After upgrading to OS X Mavericks syslogd needs lot of memory and cpu, system is very slow

    After upgrading to OS X Mavericks the system is very slow. securityd and syslogd are using 50% of cpu and memory is also used by syslogd and kerneltask (8 GB out of 12). After rebooting the system it runs very well, a view days later (without reboot, only hibernating) the situation is the same.
    Looks like a problem in OS X. Any solutions?

    I haven't worked out the LDAP messages but I noticed at other times I was seeing lots of album art messages from BlackBerry desktop. I'd already uninstalled the app but it still had processes running. I followed this link to remove completely; http://apple.stackexchange.com/questions/57023/how-to-uninstall-completely-black berry-device-manager
    CPU levels have been noticeably lower ever since.

  • IPhone 4s issues after upgrading to IOS 8

    Have few issues after upgrading to iOS 8
    - Phone hangs every few hours, reboots automatically
    - Bluetooth does not work properly (call does not get disconnected or even if disconnected on phone, the car bluetooth shows call is on)
    - Searching for contacts is a problem
    - Apps hang (especially facebook)
    Any way to go back to iOS 7 ?
    Any other tips / tricks appreciated..
    Venkat

    No way to come back to iOS 7 ...
    But did you tried to reset all settings (general -> reset -> all settings) ?
    For me iOS 8 was a mess on a 5S, especially car Bluetooth, and all works now fine after resetting the settings (all settings, not only network settings).

  • Autoconfig issue after upgrading 12.1.1 to 12.1.3

    Hi all,
    I am getting below mention autoconfig issue after upgrading 12.1.1 to 12.1.3.
    jtfictx.sh started at Mon Mar 28 08:28:50 EDT 2011
    SQL*Plus: Release 10.1.0.5.0 - Production on Mon Mar 28 08:28:50 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: Connected.
    DECLARE
    ERROR at line 1:
    ORA-29858: error occurred in the execution of ODCIINDEXALTER routine
    ORA-20000: Oracle Text error:
    DRG-10561: index JTF_AMV_ITEMS_URL_CTX is not valid for requested operation
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 665
    ORA-06512: at "SYS.DBMS_SQL", line 1199
    ORA-06512: at line 96
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Product
    ion
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    jtfictx.sh exiting with status 1
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.
    i got below mention some solution from metalink, but that does not working.
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=BULLETIN&id=743720.1
    according to note we need to create index but its giveing below metion error.
    SQL> @jtfiaibu.sql jtf jtf apps
    Connected.
    DECLARE
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10758: index owner does not have the privilege to use file or URL datastore
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 366
    ORA-06512: at "SYS.DBMS_SQL", line 1199
    ORA-06512: at line 37
    Thanks in advance,
    Sandeep.

    Hi,
    DRG-10561: index JTF_AMV_ITEMS_URL_CTX is not valid for requested operationPlease make sure you have no invalid objects. And also please see of these helps. I know these are for older version, but please check
    Script jtfictx.sh Failed While Attempting To Run The Autoconfig On APPS Tier [ID 1271186.1]
    Autoconfig Returns ORA-29868 from jtfictx.sh [ID 386740.1]
    By the way did u iinstall companion/examples CD after installing OracleSoftware
    Thanks,
    Taher

Maybe you are looking for