IPhoto project will not upload even in safe mode when trying to buy book, any suggestions on how to complete the "BUY BOOK" process. Christmas gift, really need to get this done, have worked MANY hours on putting it together. Please help!

Iphoto book will not upload even in safe mode when trying to buy book, any suggestions on how to complete the "BUY BOOK" process?

Make a temporary, backup copy of your library if you don't already have one (Control-click on the library and select Duplicate from the contextual menu) and  apply the fix below:
Fix #1
Launch iPhoto with the Command+Option keys held down and rebuild the library.
Since only one option can be run at a time start with Option #1, followed by #3 and then #4 as needed.
After each run thru the repair process see if you can create a PDF file of the book as described in this Apple Document: iPhoto '11: Preview a book, card, or calendar before you order or print it. If you can try ordering the book.  If you can't finish trying all of the otpions and then boot into Safe mode and try there.
OT

Similar Messages

  • HT4972 I attempted to install the iOS 5 software onto my iPhone 4 several times a few months ago. Each time the download timed out at about 3.75 hours. Any suggestions on how to complete the update?

    I attempted to install the iOS 5 software onto my iPhone 4 several times a few months ago. Each time the download timed out at about 3.75 hours. Any suggestions on how to complete the update?

    See... Updating to iOS 5
    http://support.apple.com/kb/HT4972
    If you are using windows...
    Temporarily disable your firewall and antivirus software and try again...
    See here for Connection Issues
    http://support.apple.com/kb/TS1379
    From Here
    http://www.apple.com/support/itunes/troubleshooting/

  • 2007 Mac Pro will not boot, even in safe mode

    Hello,
    I have a Mac Pro purchased in 2007 that had been working well up until a few months ago.  I had trouble with Microsoft Word 2008 repeatedly crashing; I repaired the hard disk and moved up to Word 2011, and the problem seemed to resolve. 
    Yesterday, the machine crashed, and I am not able to start it up, even in safe mode.  I have tried resetting the SMC and NVRAM/PRAM, removed and cleaned the graphics card (NVIDIA 7300 GT), and removed the 3rd party RAM I installed at least 2 years ago.
    When booting to the internal hard drive, the Apple logo will show, then a blue screen followed by a gray screen with a frozen cursor.  When I boot to an external hard drive or the OSX Leopard install DVD, the screen flickers like below:
    When I tried to boot in safe mode while holding shift + command + V, the safe boot froze after reading:
    panic (cpu 2 caller 0x2abf6a): kernal trap at 0x0029a4bc, type 14= page fault, registries:
    [4 lines of 2-3 letter acronyms and numbers]
    Error code: 0x00000000
    I am thinking of buying a new graphics card (ATI Radeon 5700), but I want to be sure (as much as possible) that will solve the problem I am having.  Any suggestions would be very much appreciated!
    Thank you,
    Cheryl

    replace the system drive
    always clone your system
    yes dump the 7300 if you plan to keep using it and use Lion
    A clean install would be nice start, on say 120GB SSD or something too
    And 2x2GB FBDIMM set is $30 if you need a set
    AHT is on your OEM DVD from 20007
    dust, temps and air flow is also important

  • MacBook Pro will not boot, only in safe mode. Tried Everything!

    My MacBook Pro was working fine yesterday. Went to boot it up today, and it freezes on the Apple grey boot screen, will not progress further.
    It does however start in safe mode, but will not start normally.
    I've tried everything I can find, reset the PRAM, reinstalled OS X, ran the Apple Hardware test which came back clear, I don't know what else to try and why it's not working. It's been fine until now. Please help! Thank you

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac.  
    These steps are to be taken while booted in safe mode.
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click the line of text below to select it:
    for k in /Sy*/L*/Ex*/{,.?}*.kext; do test -f "$k/Contents/Info.plist" && /usr/libexec/PlistBuddy -c "Print :CFBundleIdentifier" "$_" | egrep -qv "apple|Accusys|ArcMSR|ATTO|CalDigit|HighPoint|hp-fax|JMicron|print|SoftRAID|stex" && echo $k; done | open -f -a TextEdit
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). A TextEdit window will open with the output of the command. Post the contents of that window, if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    sudo defaults read com.apple.loginwindow LoginHook | open -f -a TextEdit 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3 
    Repeat with this line:
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null | open -f -a TextEdit
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 4
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null | open -f -a TextEdit 
    Remember, Steps 1-4 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • TS1717 I-tunes will not open even in safe mode on windows 7 32bit. A reload does not work either.

    I-tunes stopped working on my Windows 7 32 bit computer. It will not open in safe mode or anything else. I even tried reinstalling and still nothing.

    You're unlikely to get a reply. It's pretty much unused as far as I'm aware. You need to get a crash id outside of firefox for me to help. Press Start key + R and a dialog should open. in the textbox type %APPDATA%\Mozilla\Firefox\Crash Reports\submitted\
    Now, open a few of the files and copy the code from each of them to this thread. I will then research your bug with the help of the Mozilla Crash Reporter.

  • Firefox will not start, even in Safe Mode. Evidence suggests that this is due to an incompatibility with the latest update of Java.

    Firefox will not start in WinXP. (I am sending this from an alternate browser.)
    I believe that this is due to some incompatibility with the latest update of Java. I believe that one of the tabs from my previous session included a Java application, and this is causing the difficulty. In recent days, since the last update of Java, I have had difficulty in loading linked pages with Java applications into Firefox, and have needed to switch to a different browser to do this.
    Now I cannot even start the browser, presumably due to the presence of a Java application on one of the restored tabs.
    When I now try to start Firefox, my ZoneAlarm security s/w presents the message "Java(TM) Quick Starter binary is trying to access the Internet." I click "Allow", but Firefox will not start. If I click "Deny", the same result. The same thing happens when I try to start Firefox in Safe Mode, I cannot even start Firefox in Safe mode.
    == This happened ==
    Every time Firefox opened
    == after recent update of Java

    You can try to disable the Java Quick starter and the Java Console extension in the Control Panel > Java.
    Control Panel > Java > Advanced tab > Miscellaneous >Java Quick Starter (disable)
    You can also disable the Java plugin in Firefox: Tools > Add-ons > Plugins
    See [[Troubleshooting extensions and themes]]
    See [[Troubleshooting plugins]]

  • Satellite L300-1AP will not boot even in safe mode

    After trying to boot in safe mode I get (after 10 minutes or so) the following.....
    Windows failed to start. A recent hardware or software change might be the
    cause. To fix the problem:
    1. Insert your Window installation disk and restart your computer.
    2. Choose your language settings, and then click "Next."
    3. Click "Repair your computer."
    If you do not have this disk, contact your system administrator or computer
    manufacturer for assistance.
    File: \Windows\system32\config\system
    Status: 0xc00000e9
    Info: Windows failed to load because the system registry file is
    missing, or corrupt.
    As the the OS was pre installed, no Windows disk is available. Have tried Windows repair, but get a similar message. Have tried F8 upon boot and have tried to restore to most recent working state but get the same as above. Is there any other way of repairing this or is this a hard disk issue? Help!

    Thanks for your reply Horwath, unfortunately after about 15 minutes I get this instead:
    Windows failed to start. A recent hardware or software change might be the
    cause. To fix the problem:
    1. Insert your Window installation disk and restart your computer.
    2. Choose your language settings, and then click "Next."
    3. Click "Repair your computer."
    If you do not have this disk, contact your system administrator or computer
    manufacturer for assistance.
    Status: 0xc000000f
    Info:The boot selection failed because a required device is inaccessible.
    I can't even do a boot log to find out where it's falling over. Any thoughts?
    null

  • Thunderbird will not open, even in safe mode

    Recently Thunderbird refused to open on my Windows 7 64 bit pc. I have turned off all antivirus/malware programs, uninstalled with Revo uninstaller and reinstalled Thunderbird, tried to start it in safe mode. I have had task manager open while starting Thunderbird and it does not even appear in the window.
    I am close to migrating to Opera. Please help me fix this problem.

    AS you have Windows 7 64 bit pc, Thunderbird should have installed in this directory:
    * C:\Program Files(x86)\Mozilla Thunderbird\thunderbird.exe
    Check the shortcut on desktop is pointing to correct directory:
    Right click on Thunderbird shortcut icon and select Properties.
    General tab
    Under 'Attributes'
    Read only and hidden must NOT be selected.
    click on 'Shortcut' tab
    make sure the 'Target' is this:
    "C:\Program Files(x86)\Mozilla Thunderbird\thunderbird.exe"
    click on 'Security' tab
    make sure your UserAccount name has permission to run TB
    click on OK
    Make hidden files and folders visible:
    The AppData folder is folder is a hidden folder; to show hidden folders, open a Windows Explorer window and choose "Organize → Folder and Search Options → Folder Options → View (tab) → Show hidden files and folders".
    Create a folder on desktop called 'TB Backup'
    Then create a backup of your Profile name folder.
    Locate this directory:
    C:\Users\Windows user name\AppData\Roaming\Thunderbird\Profiles\Profile name\
    Right click on the profile name - (usually xxxxxxxx.default where the x's are letters and numbers) - select Copy and then Paste this into the Folder called 'TB Backup'.
    If you have more than one Profile which you use - copy paste that as well.
    Then look for and delete all the contents from these two directories:
    * C:\Users\Windows user name\AppData\Roaming\Thunderbird\
    * C:\Users\Windows user name\AppData\Local\Thunderbird\
    Then click on thunderbird shortcut icon to run Thunderbird.
    If this fails:
    right click on Thunderbird icon and select 'Run as administrator'
    Thunderbird should create a new default Profile.
    It will then ask if you want to create mail accounts - do not create mail accounts - exit Thunderbird - it must be closed - this is important..
    Locate your saved Profile in the TB Backup folder.
    Open the profile name folder and copy all the contents.
    Locate the new Profile here:
    C:\Users\Windows user name\AppData\Roaming\Thunderbird\Profiles\profile folder name
    Paste the copied contents into the profile folder name overwriting all the default files.
    As an aid you should be copying the Contents of Profile folder name - see image below as an aid.
    then try to restart Thunderbird.
    Please report back on results.

  • ITunes will not start - even in safe mode

    I have been using iTunes for years and have been happy.  A week ago it refused to open.  I followed most of the instructions that I could find to correct.
    Right now I have iTunes and all supporting applications installed.  When I start iTunes in the Program List, the iTune.exe *32 process starts, however, it does not show up as an application.
    I have uninstalled and reinstalled, follwoed the instructions for a "fresh" reinstall.  I have been working this for over a week (off and on) and I cannot seem to figure it out.  It will not open in safe mode either.
    Has anyone had this problem?  Anyone have ideas?

    Yes I did perform this step.  When I set up a new user, the first time I ran iTunes in safe mode it performed a configuration.  Then it simply did not run.  Again, the background process executed and ran.  The application however, did not run.
    So you've established it's a systemwide issue. Did you then proceed to carry out the System-wide troubleshooting procedures described in the document? As it says in the document:
    If you have the same issue in the new user account, proceed to the "System-wide troubleshooting"       section. If you don't experience the same issue, proceed to the "User-specific troubleshooting"       section.
    Click the heading System-wide troubleshooting to expand the section and show the list of procedures.

  • After a firefox "upgrade" was installed automatically, Firefox will not start, even in Safe mode. Clicking on the icon does nothing

    after a firefox upgrade was auto-installed, firefox no longer will launch. clicking on the icon does nothing. can't start in safe mode
    == This happened ==
    Not sure how often
    == firefox upgrade auto-installed ==
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10

    You can try to disable the Java Quick starter and the Java Console extension in the Control Panel > Java.
    Control Panel > Java > Advanced tab > Miscellaneous >Java Quick Starter (disable)
    You can also disable the Java plugin in Firefox: Tools > Add-ons > Plugins
    See [[Troubleshooting extensions and themes]]
    See [[Troubleshooting plugins]]

  • When I close Firefox, it closes on my desktop, but when I try to open it again, it appears to think that it is already open and will not open--even in safe mode.

    The only way I seem to be able to reopen Firefox is to reboot the computer, which, needless to say, is not a very helpful choice. Is this a common problem? I am running Windows 7.

    See "Hang at exit":
    * http://kb.mozillazine.org/Firefox_hangs
    * [[Firefox hangs]]

  • After firefox 18.0.1 update firefox will not open even in safe mode?

    I updated firefox and it wouldnt open. i uninstalled twice with no luck. crashed twice before the update yesterday now it wont open at all

    [[Firefox 18 crashes on startup due to malware - how to fix]]

  • Bp-3378edf3-4a18-4b50-8e12-33f462130114 will not start even in safe mode.

    bp-3378edf3-4a18-4b50-8e12-33f462130114 tried everything

    Hello samluong20, the crash ID releted to malware, see : https://support.mozilla.org/en-US/kb/firefox-18-crashes-startup-due-malware-how-fix#os=win7&browser=fx18
    check also with : http://www.microsoft.com/security/scanner/en-us/default.aspx
    see also : https://support.mozilla.org/en-US/questions/946667
    thank you

  • Will not start even in safe boot after installing latest camera update

    MacBook Pro will not start even in safe boot after installing latest camera update.
    I started my machine and did a software update. Only the camera update needed. So installed and when required I pressed restart. It restarted and did install. Then restarted again. I expected to get to the login screen and it turned itself off. Tried three more times. Each time shutting off. I unplugged everything, and pressed start waiting for log in window. No it shutdown before the log in window. I then tried safe mode and that did not work either on three more occasions.

    I have managed to resolve some issues. I can now restart the machine via a CD boot. If I do cmd C into something like tech tool pro, then restart from that disks menu it restarts every time.
    If I try a safe start it shuts down. If I try a normal start it shuts down. I have managed to repair permissions and that cleared up some start up permissions but with no improvement to the boot problem. The only way to load is via the cmd-C boot option. Any other ideas?

  • I have worked many hours on an iphoto book and I am up to page 29.  I cannot add any more pages and I need to!  Please help!!  "Add page" is not working!!!

    I have worked many hours on an iphoto book and I am up to page 29.  I cannot add any more pages past that and I need to!  Please help!!  "Add page" is not working!!!

    Fixed it thanks to similar questions and answers to them.  Thanks all!

Maybe you are looking for