All titles of Photos have been changed to numbers of the image, even if the titles were there the last time we used Photos.

2015 Imac (10.11.6) Photos (Version 1.5 (370.42.0))

My wife spent several hours / days keep our iPhoto library, then pictures updated with the titles and descriptions of the image.  Today, she went to work on some photos and noticed that all "titles" for a picture of October 2015 and more had only numbers of images where the title is supposed to be.  Nothing has changed the way she goes about adding titles, etc..  That's happened?  Is there a way to retrieve this information?  I have a significant other very angry.

to retrieve the information to restore your backup from before the problem occurred

as for the problem - Photos has not the ability to do that so a user due action do - have you tried all user scripts to change the titles and/or descriptions of?

LN

Tags: Mac OS & System Software

Similar Questions

  • The last time I used identifier apple of my father to the appstore on my macbook pro. (Now, I have my own apple ID). Sometimes, when there are apps that I want to update, a window would jump out to ask me to sign identifying apple of my father, but I want

    The last time I used my id to a friend for the appstore apple on my macbook pro. (Now, I have my own apple ID). Sometimes, when there are apps that I want to update, a window would jump out to ask me to connect to my apple to a friend id, but I want to update the application using my own apple ID. Is that what I have to use my apple ID to update the applications? Please help me!

    The last time I used my id to a friend for the appstore apple on my macbook pro. (Now, I have my own apple ID). Sometimes, when there are apps that I want to update, a window would jump out to ask me to connect to my apple to a friend id, but I want to update the application using my own apple ID. Is that what I have to use my apple ID to update the applications? Please help me!

  • Why creative Cloud hangs my computer every time I have try and open it? The last time this happened he had to make a piece of file with the new name.

    Creating cloud keeps freezing my computer, the last time it was that it had something to do with the re-identification of a specific file. I was on the phone with someone who refuses to believe that he was not a fault with my computer until more than two hours later, when he admitted they had problems of this kind and the cat. I thought that the problem has been resolved but...

    Hi callumr40041577,

    You can try to reinstall the "Creative Cloud Desktop App" by following this Guide:

    " Uninstall the Adobe Creative Cloud desktop application

    Please try it and let us know if it fixes your problem or not

    Kind regards
    Maurice

  • In the firewall, under the Advanced tab, have error that says: "the network connection settings have been corrupted. It is the last issue after problems with Windows Security Esstentials

    Essentials security Windows stop working and firewall has been disabled. Security Essentials showed a sirefe virus, I think. I was finally able to remove and reinstall security essentials and turn on the firewall. However, I have now several problems.

    Windows Update does not seem to work. It is said it is download and install the update, but the window keeps popping up saying I need to install the updates, and it's the same updates that have been installed just.

    Cannot run updates on financial software or other programs.

    Cannot run an automatic Microsoft patches to resolve firewall issues.

    Running Windows XP Media Center Edition, 2002, Service Pack 3

    A registry cleaner or any third party Cleanup utility was run on your system?

    You are in the habit of using "Registry cleaners" (e.g., Registry Mechanic;) System Mechanic; RegCure; RegClean Pro. Advanced SystemCare 5; Registry Booster; McAfee QuickClean. AVG PC TuneUp. Norton Registry Cleaner; PCTools optimizer; SpeedUpMyPC; Advanced System Optimizer. TuneUp Utilities; WinMaximizer; WinSweeper; Comodo System Cleaner. CCleaner,)?

    Moreover, these registry cleaner programs are snake oil.

    They don't help and can cause problems, so try to avoid them.

    When you open the firewall applet Windows (firewall.cpl) and click on the Advanced tab, the following error message may appear:

    Network connection settings have been corrupted. To resolve this problem, click default settings. This will remove all your Windows Firewall settings, and this might cause some programs to stop working.

    Resolution

    • Click Start, run. Type services.msc and press {ENTER}
    • Double-click Windows Management Instrumentation
    • Set the startup type to Automatic
    • Click Start to start the service.

    Then run these commands to start, run dialog box:

    WinMgmt/regserver
    regsvr32 "% Windir%\system32\netshell.dll".
    regsvr32 "% Windir%\System32\hnetcfg.dll".
    regsvr32 "% Windir%\system32\wbem\wbemprox.dll".
    regsvr32 "% Windir%\system32\wbem\wbemsvc.dll".
    regsvr32 "% Windir%\system32\wbem\wbemcore.dll".
    regsvr32 "% Windir%\system32\wbem\fastprox.dll".

    UTC/GMT is 18:39 Wednesday, June 20, 2012

  • How can I find out which attributes / elements have been changed or are dirty?

    All,

    With the help of Studio Edition Version 11.1.1.3.0.

    At the time where I did all my questions, I'll be able to write my own book for noobs. Here is another one, query in line with the questions of "How do I...". "" asked in the hopes of shrugging off this carpet coat Flandrin, wet, JDeveloper ignorance. "

    How do I know which attributes or elements have been changed or are dirty?

    This is different from say if there are any available updates, or if a line is dirty. IE, if a specific attribute or a component has changed.

    Installation program:
    < Ol > < li > parts-(1 to *)-> PartHistories tables, master-detail relationship. Parts has Part_Number, Description and comments. PartHistories is essentially a copy of the parts, with an additional column named Update_Notes. < /li >
    < li > when editing a component inputText Description or comments, and the user presses tab, the values are auto-soumis, PPR happens, and a button of validation is enabled. < /li >
    < li > the user based on the validation button that calls a method AppModuleImpl that inserts a copy of parts in PartHistories. The Update_Notes column records the columns that have changed. < /li > < /ol >

    Oddly enough, JSF isChanged() method of a component always reports by default, even if the content component changes. According to an article by Lucas Jellema, http://technology.amis.nl/blog/4223/adf-11g-use-the-changed-indicator-to-make-ajax-originated-value-refresh-explicit-to-the-user, the Changed value field must be updated manually, which seems odd to me. The article goes on to describe how to set these values programmatically.

    What is intriguing, it is the comment below by Steve Muench
    < Ol >perhaps you can expose a dynamic display of card type generically line attribute that returns the Boolean result of ViewRowImpl.isAttributeChanged (String, attrName) so an application based on the ADFBC could offer up to a convenient expression to flag automatically what values have been modified in the user interface. Just a little thought after reading this... < /ol >

    A close example of this is on the page of the ADF not yet documented by Steve blog. Example #46: http://smuenchadf.samplecode.oracle.com/samples/ExposingRowStateOnClient.zip. This example shows how do I know if a line is dirty, but in my view, that it points in the right direction. The problem is that I'm not sure how to convert this code example showing a dirty row to show a dirty attribute. My biggest problem is that the QueryCollection.getViewObjectImpl the .notifyRowUpdated () method signature has changed. the code example does compile anymore; and I do not know how to follow the Bug # 4547474.

    Any suggestion or ideas would be appreciated.

    Thanks in advance,
    Will be

    I guess that isDirty returns true if the attribute definition has changed, not the value. It's on AttributeDef, so it cannot logically be used for changing values. Use isAttributeChanged for your purpose

    John

  • Sierra update once the photos has been repaired all of my albums have been removed, videos and all album

    After the update of Sierra once the photos has been repaired all of my albums have been removed from my album of videos from photo library and all, only defalt albums that are there are people, last imported and my photo stream.

    If the videos, Burst, Slow Mo, time, selfies are all gone?

    Please help someone

    Videos are, Burst, Slow Mo, time, selfies albums in the missing sidebar or the content of these missing albums?

    You have a copy backup of the library made just before your Sierra improvement?

  • An error has occurred. not all features have been changed successfully - installation of games

    When you try to install the package of games in the Turn Windows features On or Off, I get the error "an error has occurred. not all features have been changed successfully"and then asks me to restart. Restarting does not solve the problem, nothing is installed.

    I tried update readiness tool, but also running SFC (suggestions found elsewhere in this forum) does not.
    I am running Windows 7 Professional x 64

    Are you able to develop the games (sign + box) and see a complete list of the games?  If you can does differences if you play with the checking and unchecking some of the games listed?

    Have you tested with another user in which case your user name is having problems?

    Will be installing SP1 if you try to install in a clean boot environment?

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/default.aspx/KB/929135

    http://www.Google.com.au/search?q=error%3A+ERROR_SXS_ASSEMBLY_MISSING (0 x 80073701) & sourceid = ie7 & rls = com.microsoft:-to the: IE-address & ie = & oe = & redir_esc = & ei = _GNuTqOdINGQiAe-572wBA

    If you cannot install the SP1, and features Windows is causing problems too, so maybe it's time to think about saving your valuable data and then reinstalling Windows?  What options of recovery supplied with your machine?

  • Viruses such as the behavior of the Acrobat Reader software. I have a laptop running WIN 7 and kaspersky AV. yesterday when I started my laptop that I see all the icons on my QuickStart bar browser have been changing drive adobe icon and observe also that

    Viruses such as the behavior of the Acrobat Reader software. I have a laptop running WIN 7 and kaspersky AV. yesterday when I started my laptop I see all the icons from the browser on my QuickStart bar have been changed to the adobe reader icon and also observe that many other programs on my desktop have changed to the adobe reader icon. If you click the icon it opens adobe reader. I deleted Adobe reader using Add or remove programs and the icons back to normal. Yet once, I downloaded and installed Adobe reader 11. the problem has resurfaced. then again, I've uninstalled adobe reader software and installed Adobe Reader version 10 with the same question back. I have now uninstalled Adobe Reader. Please advise on how to install a working copy Adobe reader which will not infect or impinge upon other programs in my laptop.

    Hi imoorthy,

    Please follow the troubleshooting steps mentioned in this document KB Application, file icons change in Acrobat/Reader icon.

    Kind regards

    Nicos

  • Why am I suddenly the following error message: "the specified location is reserved by the operating system and is not allowed. Please choose another location. "I've been recording all night and I have not changed the settings.

    Why am I suddenly the following error message: "the specified location is reserved by the operating system and is not allowed. Please choose another location. "I've been recording all night and I have not changed the settings.

    toml12632875 wrote:

    I've been recording all night and I have not changed the settings.

    You have completed a disc to its ability, by chance?

  • Cannot open any programs, I think that somehow the files have been changed to .lnk files

    Original title: I'm unable to open programs in my Start Menu.

    When I click on an item in the beginning, all programs selection and click it, instead of opening, I get the name of the program, for example Microsoft Works... LNK and that's all I get the program never opens.  I think somehow that the files have been changed to .lnk files but do not know how it happened

    This happened for several months and I'm sure that there is an easy solution to return to what it was but don't know what.  I tried the system restore, but that did nothing and don't know what to do next.  Any ideas?  Thank you... betseyd112

    original title:. LNK files

    Hello

    1. what operating system you are using on the computer?
    2. did you of recent changes on the computer before this problem?
    3 are you facing this problem with a particular program or all programs?
     
    See the methods and check if that helps.
    Method 1: refer to the article for help.
    When you run an .exe on a Windows XP, Windows Vista or Windows 7 computer file, the file can start another program
    http://support.Microsoft.com/kb/950505
     
    If the problem persists, create a new user account and check if that helps.
     
     
    Method 2
    Create a new user account-
    http://Windows.Microsoft.com/en-us/Windows7/create-a-user-account
    If you are not faced with the same question in a new user account, you can view the link below and use the steps provided to fix a corrupted - user profile
    http://Windows.Microsoft.com/en-us/Windows7/fix-a-corrupted-user-profile
     
    Let us know the status of the issue.
  • From the start, the display settings have been changed

    I woke up this morning my computer starts before a pretty bad storm. I fear something my have been struck by lightning, but I do not know? When I booted up... Windows appeared to be normal... but all my icons are huge, with all the rest... seems to work very well with the internet, etc. I have change the size in pixels and it seemed to normal size, but somethings just not good. It almost seems as if I'm in safe mode, but I'm not. As the fonts are different... I do not know.. does anyone know what I need to do?

    * original title - need help *.

    It could be that your video driver has been reset to some VGA default, rather than the specific card in your system. Check the properties of the display to see if it is correct for your telephone. (Right click on the desktop, properties, settings). You should see the screen and display adapter listed.

    Unlikely, but you can also visit Accessiblility (display) settings in the control panel to make sure that none of those who have been changed.

  • Firefox tabs have been changed

    After starting my computer this morning, I found all my Firefox tabs had been removed, bing was now my search engine, and several other custom settings have been changed. The only known change performed the last time the computer was installed in "Smilebox". Also, at the start, I was not called to provide my password. I did a reboot and the password is required. Anything to worry about?

    towpilot wrote:

    The only known change performed the last time the computer was on was installing "Smilebox".
    

    This request is to blame. Click on details of the issue next to your message, and then click System Details more. Note the values of the browser.newtab.url and keywords. URL which contain the smilebox.com. Setup was probably an option you should've unchecked, hidden under a button "Advanced" that you have not clicked.

    1. Type of topic: config in the address bar and press ENTER.
    2. To ignore the warning, press the big button "I'll be careful, I promise!
    3. In the search box, paste browser.newtab.url
    4. In the search results, click browser.newtab.url , and then choose reset.
    5. In the search box, paste the keyword . URL
    6. In the search results, right-click keyword. URL and choose reset.
    7. If this does not resolve the problem, see
  • All my .exe files have been removed. as well as system32\rundll32.exe... How can they be retrieved when no file opens and the system restore will not work.

    Original title:. Nothing works.

    All my .exe files have been removed. as well as system32\rundll32.exe... How can they be retrieved when no file opens and the system restore will not work. I can't install a fixit program or run anything at all.

    Safe mode?

    Looks like you have a virus/trojan/worm infection pretty good...

    Actually, even if you get executables run again - you can be (read as "will be") better off the coast of a new facility.  Wipe and install media with your product key and other serial numbers and installation for other products media you own and restore your last recognized reliable backup for your files.

  • Password error cannot have been changed to my Windows password

    I just change my Windows password.  At the end of the process, I got a pop-up message that maybe encountered a problem and my password may NOT have been changed.  I received an e-mail in Outlook that my password has been changed, etc, etc, etc.

    My concern is if I let Windows and that I'll be able to recover using my old password or my other?  If not, where should I go for Windows help if I can't get into Windows?

    Original title: change password

    Hi Denny,

    If the computer has a different user account which is administrator, you can still use the other account to reset the password of the account of the Moose (administrators can force change other user passwords).

    If you are the only user of the computer, I always recommend that you create an account additional administrator on the computer that can be used for recovery or emergency situations.  This must be a local account that is not connected to a service account or by email online.  For example, on my computer I log in with my Email account, but there is also a "shawn administrator" account on the computer that has a simple password.  I've never used this account, but it's there if I need it.

    So if you are involved (or even if you're not), I would create a local account on the computer as an admin full.  You're not likely to need it, but if you do, this will prevent you from becoming locked.

  • Mix only the properties that have been changed

    Hi all

    Is it possible, form where we can identify the properties that have been changed in the source in the past 24 hours and use them only to the mix?

    You can mix changes, but there is no filter option to specify the specific date and time.

    Go to definition of Blender and select the difference as the value for the Mode property of propagation,

    If your Source is another manual entry of the user in DRM, you can think to filter the changes there and then deal with the DRM.

Maybe you are looking for

  • locations of hidden pics

    In 'Get info', I find everything except the location in the hidden pictures. All other photos show the installation category, which allows me to enter or search for a location. Only in the hidden pictures no location is not displayed. Is this a bug?

  • Synchronization of analogue tasks and meter

    Hello I want to synchronize a task of analog and a counter. I want to share the sample clock HAVE the task of analog and the meter. I found an example on the Web site of NOR who seem to be agree: http://digital.NI.com/public.nsf/allkb/BB7AE2D12BB04CB

  • Aspire R disable secure boot

    My VPN provider requires the version 5 Cisco VPN Client.  The VPN client installs a unsigned kernel mode driver.  The UEFI boot system uses Secure Boot, requiring signed kernel-mode drivers. When I go through the initialization (non secure/non-UEFI)

  • iTunes install error7 (windows error 127),

    I am trying to install itunes and can not open because of the (windows error 127) Error7, itunes worked fine until I updated to 10.5

  • I have the problem with drivers?

    Hello! I have this problem: Can you help me? I have HP Pavilion dv5 1161-en OS: Windows Vista Ultimate SP2 32-bit