After upgrade older texted images are not showing up

After Upgrading to ios8.1 all of my older text message images are no longer showing up.  My recent text message images show up but all of the older ones just show a weird icon and when I click on them nothing happens.  It looks like a broken link type issue.   It's really frustrating.   Anyone else having this issue?  The image below can be seen by going into any text message and then click on details.  if you scroll down you'll see all the images and videos that have been sent in that text thread.
See attachment.

called apple care regarding the issue....after restores and reinstalling iOS 8.1 from backup the problem was still there...they believe this could be caused by a bad backup but I find it interesting that several people have had "bad backups"?

Similar Messages

  • Email images are not showing in my new iPad.

    email images are not showing in my new iPad.  This was not a problem initially, but just started.  I use yahoo mail.  Any thoughts?

    This seems to be a problem with Yahoo! that started within the past few days.  I am assuming that you are accessing your Yahoo! Mail through Safari.  Until a fix is issued, you have two options -- (1) use the Mail app included in iOS, logging in with your Yahoo! account information or (2) when in Yahoo! Mail in Safari, click on your profile name/pic in the bottom left corner, choose Options, and then choose the last option, which displays your e-mail using the older classic version of Yahoo! Mail.  It's not as pretty or easy to manuever around, but at least it shows the images in your e-mails, which is the most important thing.  Both Apple and Yahoo! have been contacted about this issue, so hopefully a fix will be released soon.

  • Why aren't my FW (PNG) image are not showing up

    Hey guys.
    This is really bugging the hell out of me. I feel like I
    can't move on until i can figure out why my PNG images are not
    showing up in preview (F12). They did yesterday before I deleted
    some pages and renamed old pages I no longer needed.
    All my images that was done in FW are in my root folder in
    the file panel. i didn't move any of those. When I double click on
    the image to bring up the "select image source" in the URL it
    starts off with two periods then a slash and then the name of where
    it's located as well as the name of the image. The "relative to":
    is site root. i didn't change any of these setting before I deleted
    and renamed pages in my file panel.
    Oh, and my Ap Divs show up in light gray boxes.
    Please help!
    CS3 Mac

    I'm confused by the subject line! Is this like 'all of your
    base are belong
    to us?' 8)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Dooza" <[email protected]> wrote in message
    news:gki5he$3pu$[email protected]..
    > Why_ATL wrote:
    >> Hey Alan
    >> is the filename exactly what it should be? YES
    >> Are these .png files for web use, or are they PNG
    fireworks original
    >> files
    >> which are very large in file size because they
    contain all the info on
    >> layers and such? They are .png files for the web. I
    can't figure out why
    >> my Div is showing up in preview instead of my images
    There just Div's
    >> with the little blue question mark.
    >>
    >> This is getting harder and harder. I'm trying to
    laugh so i don't get a
    >> head ache over this. This is weird.
    >
    > Without a link we can only make wild stabs in the dark.
    >
    > Dooza

  • I am trying to create an responsive HTML5 output, but images are not showing up.

    When I preview my output, the images are note showing up. It is simply the blank outline of the image with the little image icon in the top left corner.
    As it is compiling I see the message "Warning: Image maps are not converted to relative size". Is there something in the setting that I need to change, or is that even the problem?

    Can you check your output folder: are the images copied to your output? If they are missing, are the images listed in the Project Manager pod in RoboHelp?
    The warning is unrelated. Since image maps work with pixel coordinates, you can't simply make them responsive. You are probably using an image map in your project. This is causing the warning. It is not a problem since the image map will still work. But if the image map is very large, it may give a bad experience on smaller screens. You may have to decide whether to change or remove the image map if you want to support mobile.

  • Why images are not showing?

    When I add to image to slider or products, the images are not showing and wrting <tag_image no link> or <tag_list image no link>. I already match pictures to image filed on web apps.

    Hi Alfred, so you know you will run into several issues if you do not follow naming conventions with folders and images on the web.
    If you have spaces for example this causes a lot of problems.
    That %20 stuff you see in your links are because you have spaces.
    Any time you have a space in a file or folder you should replace it with a -
    Removing them I can get a 404 error but support will only be the ones who can say if the images are uploaded correctly, they also may have not been saved correctly and are corrupted.
    But what you can try is renaming the folder to...
    granite-cobbles
    And try one of the images to be..
    sawnface-tubled-lrg.jpg
    And see if that works.

  • Images are not showing up

    My presentation is like a slideshow and the images are all
    loaded in my library and draged and drop onto the stage, which they
    all can be viewed just fine. All are jpeg and relatively the same
    file size, nothing really differant about them, but when I preview
    or publish the presentation, 3-4 images are not visible. A couple
    of them just don't show up but one image disappears when I go to
    another frame and come back to it. Example: I view image01, its
    veiwed fine, I go to image02 and its fine, I go to image03 its
    fine, I go back to image02 and it doesn't show up!
    I don't understand why its happening since there is no
    actionscript on the image or anything else done to it that I can
    see. Its just an image. Anybody else had this problem and know what
    I shoud do?

    Hello? Can anybody help me?

  • Apex stored images are not showing!

    i have slide show files which is stored in apex repository, i try to show those images but not showing?
    please login my Dev environment and see if i missed something?
    http://apex.oracle.com/pls/otn/f?p=57181:9:109145937897777::NO
    Workspace; ram_r&d
    user/password: aramani/apex
    Thanx,
    Ram

    Ram
    The images of slide1 are not showing because the image html is
    <img alt="" src="wwv_flow_file_mgr.get_file?p_security_group_id=12651340501132311999&p_fname=1.jpg?timestamp=1375095758462"/>
    Notice the extra parameter timestamp. That is causing the images not to be found.
    Having a quick look add the code of the BxSlider v4.1.1 then there is this piece of code
    g=function(e,i){
                var s=e.find("img, iframe").length;
                if(0==s)return i(),void 0;
                var n=0;
                e.find("img, iframe").each(function(){
                    t(this).is("img")&&t(this).attr("src",t(this).attr("src")+"?timestamp="+(new Date).getTime()),t(this).load(function(){
                        setTimeout(function(){
                            ++n==s&&i()
                        ,0)
    This adds the timestamp parameter.
    So it seems to me that this jQuery plugin is not compatable with apex.
    And I would recommend looking for a different one. One that doesn't touch the source of your images.
    Nicolette

  • Images are not showing up on my macbook pro

    I just noticed that images are not rendering when I'm trying to upload them via my Macbook Pro.
    I also can't see some videos or images on websites.  I do have Flash player installed.

    eringlass wrote:
    I do have Flash player installed.
    Is it the latest version? 
    Which os version are you using? 
    Please describe in detail all you have attempted to do in order to resolve the issue. 

  • RoboHelp HTML 9.0.1 - My images are not showing when published

    Hi all,
    We have just upgraded from RH5 to RH9. We are using IE9.  All of our projects transferred over just fine - except for one.  We are able to publish this topic; however, the images within the topics are not being displayed when we publish - we get the dreaded red 'x'.  We can see the images when viewing the topics in RH.  However, they are not listed in the images folder in the Project Manager.  The images can be seen using Quick view and Internet view.  However, they cannot be seen when we generate a Word document.
    Every other project is functioning properly.  We can publish everything else just fine.  This one project is our oldest project, but I don't know if that has anything to do with it.
    Any guidance or direction will be greatly appreciated.
    Thanks,
    Linda

    Rick,
    Thanks for your help.  I did attach one of my images as a baggage file, and low and behold, the image appeared in my topic after publishing (I'm sorry I thought you were both nuts).  I just hope there is something I can do short of attach over 6500 images as baggage files.
    Here is the HTML for one of my topics.  Please let me know if you see anything hinky in there.  I bolded where the jpg image is:
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="generator" content="Adobe RoboHelp 9" />
    <title>Changing a Private Report's Expiration Date</title>
    <link rel="StyleSheet" href="default.css" type="text/css" />
    </head>
    <body>
    <p><img src="image73.jpg" alt="" style="border: none;" width="283" height="132"
       border="0" /></p>
    <p>&#160;</p>
    <ol type="1">
    <li class="p"><p>Determine which report you wish to change.</p></li>
    <li class="p"><p>Click the <span style="color: #00478e; text-decoration: underline; ">options</span>
      link for the report. &#160;</p></li>
    <li class="p"><p>Enter the new expiration date in the <span style="font-weight: bold;">Report
      Expiration</span> field.</p></li>
    <li class="p"><p>Click <span style="background-color: #025be2; color: #ffffff;">&#160;save</span>
      . Or, to cancel this change and return to report parameters, click
      the <span style="background-color: #025be2; color: #ffffff;">&#160;cancel</span>
      &#160;button.</p></li>
    </ol>
    </body>
    </html>Rick,

  • Images are not showing in uitable view .

    When running the app on simulator the images are comming well in table view , but no images are showing during in iPad Device and also showing no error .
    I debuged the app ane the pointer is going to
    - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath , and the image is set to image view of tableviewcell , but still showing no image in iPad . but working fine in simulator .
    Please help me .
    Thanks

    99 times out of 99, when images show on the sim but not on the device, it is due to the fact....that's right...fact...that the sim is your computer and file names when code-consumed ignore case.
    iOS on the other hand, and this is important, so take notes....is case-sensitive.
    MyImage0666.PNG in the Finder...your project folder....is not the same as myImage0666.png

  • Some of the images are not showing up on my Blogger blog even though the HTML is there. They do show up in Opera.

    Here is the link to the blog post -
    http://happyholidays-blog.blogspot.com/2010/09/welcome-to-trick-or-treat-street.html
    Three days ago I went to a post from last year and an image was gone. The code was there but not the image.
    It doesn't get rid of all the images just certain ones and they are consistently gone. It is not a random deletion of images.
    I have had images not show up on other blogger sites.

    See http://kb.mozillazine.org/Images_or_animations_do_not_load
    It is possible that you clicked "Block Images" in the right click context menu while trying to save an image.
    Check the image exceptions: Tools > Options > Content: Load Images: Exceptions<br />
    See [[Options window - Content panel]]
    *A way to see which images are blocked is to click the favicon (<i>Site Identification</i> icon) on the left side of the location bar.
    *A click on the "More Information" button will open the Security tab of the "Page Info" window (also accessible via "Tools > Page Info").
    *Open the <i>Media</i> tab of the "Page Info" window.
    *Select the first image and scroll down though the list with the Down arrow key.
    *If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.

  • Upgrades to iTunes Plus are not showing up

    I'd love to upgrade more of my 128-bit tunes to 256-bit. I see that some are now available as such via iTunes, but my "Upgrade to iTunes Plus" doesn't show them. When I click on the title of one of them, I get a message that it is not available for customers in the US - but I can easily find it on iTunes and put it in my Shopping Cart.

    Apparently sometimes, for various reasons (replacement of a track in the Store with another copy, slight changes in the release identification, etc.) the link between the track and your Purchase History can break, which will result in the track not appearing as eligible for iTunes Plus upgrade even though it exists as Plus in the Store.
    Contact the iTunes Store Customer Service department using the form at the bottom of the Purchase Issues FAQ web page (there is no category specifically for this issue, so I'd suggest just picking one under the Purchases - problem area) and explain the problem to them. It may take a couple of email exchanges to get past the "form" email responses, but eventually they should work out a solution for you. You may need to provide the track name, artist and order number so they can confirm the original purchase.
    Regards.

  • Why my images are not showing?

    I upload the images using file manager and it shows that the files are there. but it doesn't display. when i open the image path in a new window i get this message: "Bad Request". Can anyone help please?
    [email protected]

    Hi Alfred, so you know you will run into several issues if you do not follow naming conventions with folders and images on the web.
    If you have spaces for example this causes a lot of problems.
    That %20 stuff you see in your links are because you have spaces.
    Any time you have a space in a file or folder you should replace it with a -
    Removing them I can get a 404 error but support will only be the ones who can say if the images are uploaded correctly, they also may have not been saved correctly and are corrupted.
    But what you can try is renaming the folder to...
    granite-cobbles
    And try one of the images to be..
    sawnface-tubled-lrg.jpg
    And see if that works.

  • DVI to Viedo adapter stoped working after upgrade to Mountain lion does not show up in displys any more

    I have a dvi to viedo adaptor that no longer shows up in the displays window, and on image shows up on the tv. How do I get the mac book to reconize the adaptor? The Mv book does respond to the adaptor beging pluged in but does not show up in the display window.
    Mike

    Hi there, You just need to update the drivers of your laptop's built-in wireless adapter..
    I assume you have got Athros AR5007 wireless adapter  
    Kashif Khan

  • After forward, relative paths images are not displayed

              Hi,
              I have two web archives (war1.war, war2.war) and a jar with
              common code (jar.jar). war1.war contains jsp1.jsp and
              servlet1.class, jar.jar contains common.class, and war2.war
              contains jsp2.jsp.
              The user brings up jsp1.jsp in a browser and clicks a button
              which invokes servlet1.class (via post). In turn, servlet1.class
              invokes method forwardTo(...) of the common.class which brings
              up jsp2.jsp in user's browser. In the forwardTo(...) method I am
              using the servletContext for war1.war to get a dispatcher on
              which I then apply forward.
              The problem that I am seeing is that the images (.gif) in
              jsp2.jsp are not displayed at all. They are defined in the jsp
              file using a relative path as img="images/img.gif". It is as if
              the web server gets confused and does not know that the images
              should be based in the war2 application and is looking for them
              in the war1 application.
              I do not want to store the absolute path in the definition of
              the image (i.e., img="war2/images/img.gif").
              I am using WLS6.0sp1. What could be wrong?
              Thanks,
              Vladimir
              

    maybe try this
              instead of
              img="images/img.gif"
              try
              img="<%=request.getContextPath()%>/images/img.gif"
              "Vladimir" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Hi,
              >
              > I have two web archives (war1.war, war2.war) and a jar with
              > common code (jar.jar). war1.war contains jsp1.jsp and
              > servlet1.class, jar.jar contains common.class, and war2.war
              > contains jsp2.jsp.
              >
              > The user brings up jsp1.jsp in a browser and clicks a button
              > which invokes servlet1.class (via post). In turn, servlet1.class
              > invokes method forwardTo(...) of the common.class which brings
              > up jsp2.jsp in user's browser. In the forwardTo(...) method I am
              > using the servletContext for war1.war to get a dispatcher on
              > which I then apply forward.
              >
              > The problem that I am seeing is that the images (.gif) in
              > jsp2.jsp are not displayed at all. They are defined in the jsp
              > file using a relative path as img="images/img.gif". It is as if
              > the web server gets confused and does not know that the images
              > should be based in the war2 application and is looking for them
              > in the war1 application.
              >
              > I do not want to store the absolute path in the definition of
              > the image (i.e., img="war2/images/img.gif").
              >
              > I am using WLS6.0sp1. What could be wrong?
              >
              > Thanks,
              > Vladimir
              >
              

Maybe you are looking for

  • Officejet Pro L7590

    Help!  I have just replaced the Black/Yellow printhead, and now my printer wants to keep aligning and printing test page after every job!  How do I stop it?  I looked on the tools page and the self diagnostic box is highlighted and I cannot turn it o

  • Change "to equal" to "to be greater than" in Wait for Field to equal Value"

    In Sharepoint Designer 2010, in the workflow Action "Wait for Field to equal Value", I could change the "to equal" to "to be greater than". I can't find how to do this in SPD 2013. Can someone please help? Thank you!

  • Printing Guidance

    Hi all I'm a fairly new transfer into the world of vector graphics and have been given a print assignment with the following instructions. Any clarification on this would be very helpful, in terms of sizing my artboard down and what would be acceptab

  • Cannot order AT&T iPhone 6 Gold 64gb in BEAST but can order every *other* model and color combo?

    Been going into Best Buy for the last few days trying to order this phone thinking that they'll get this problem fixed and I can order the iPhone 6 I want. But every time they pull up the iPhone 6 order screen the AT&T iPhone 6 Gold 64gb is the *only

  • Outgoing mail does not send, times out

    I have two macs, one wireless and the other connected by ethernet to the internet both through a DSL modem. There are two users, each has an account on each mac. Each user has a yahoo plus mail account. I have been using Tiger and OS X mail without t