IDN domains and upload (IO & Security errors)

I have site with a file-uploader created in Flash. It works great, I have never encountered any security issues, nor would I expect too, because the swf and the serverside files (in this case ASP.NET) are all in the same domain.
My site can be accessed from several hostheaders (domains). This is not a problem, everything works great unless the site is being called from an IDN domain (in this case a domain with special danish characters). When called from an IDN domain, everything starts to fall apart. I get a security error, probably because the browser translates the IDN domain and Flash does not (or vice versa).
I have tried to solve this with a crossdomain.xml file, but the security error still occurs. I can see that the crossdomain.xml file gets called from Flash, but it doesn't seem to honor the contents of the file. The file has the lowest security settings possible ("*") while debugging.
In a different approach, I have tried to call the serverside-scripts from Flash using relative paths instead (no domain) but then I get an IO error because the file cannot be found. Using Fiddler i noticed that the host of the request had been translated into some url-encoded looking string.
I believe the "funny things" happens in the FileReference.upload method because prior to uploading I make a request (to check for file existance on server already) and this serverside call works as expected. Only the upload() call fails.
Is this a known issue, am I doing something wrong or do you have any suggestions? It's very hard to Google information on Flash (upload or security) and IDN domains.
Any help would be greatly appreciated.

I am also having problems with UNC paths. But I cannot access the location even if it is mapped as a drive. In JDK VJM I do not have a problem, but in Oracle it says the file cannot be found and say permission denied. I will try to change the user that starts the database and see if that helps.
null

Similar Messages

  • I'm trying to add a new domain and I'm getting error message.

    Hi,
    I'm trying to add my new domain name and I'm getting error message that says: 'Cannot add domain because this domain already exists. Please delete the domain and I already deleted it along with all the 'A Records', 'CNAME Records (Alias)', MX Records',  and 'Advanced DNS Records'. I have a ton of new fans coming to the site tonight. Help!!!

    Did you ever setup another trial BC site before and attach that domain name?  I'm pretty sure that if the domain name is attached to BC's nameservers already even if it's under another account then it won't work.  Not 100% sure about it but it's a likely culprit.  Try to type the subdomain you are adding into a browser and add "/admin" and see if you can login to BC-- if it's an old site you had setup then you should remove the subdomain from that account first and then try to add it to your newer BC site.

  • Windows 7 and Server 2003 security errors

    I have a domain with a 2003 DC and 2012 DC. There is one Windows 7 PC on the network that is not domain joined. On the 2003 DC the Security log has a lot of errors about Failed Login and the source IP is the non-domain joined PC. These same errors do
    not appear on the 2012 DC.
    I've looked at the PC and I'm quite certain there is no infection that is causing this. I ran netstat -ab on the PC and it showed 2 entries in the list that pertain to the server.
    TCP 192.168.1.112:49405 server:epmap  ESTABLISHED [spoolsv.exe]
    TCP 192.168.1.112:49547 server:epmap  ESTABLISHED [spoolsv.exe]
    The 2003 DC does not have any printers installed on it as the 2012 DC is the print server. So I'm trying to figure out why the 2003 DC is getting all these failed logons and what the netstat entries on the PC have to do with it.
    I don't think any harm is being one but there must be a lot of useless network traffic being generated by this as the errors on the DC are very numerous.
    Jonathan

    Hi SmallBizAdmin,
    The details in Security log might be helpful for us to narrow down where the problem is, the best way is that refer to timeline in your error log and perform a network monitor on your client then find that why your Windows 7 computer keep trying access to
    your Domain controller.
    for the specific Windows Client, you could perform a clean boot and check if this issue still persists.
    Since you mentioned that it showed 2 entries in the list that pertain to the server, and it’s for the spoolsv.exe. Check if spoolsv.exe is working properly on your client machine or you can reset it for good measure.
    To reset your spool service:
    In the right pane of the Services.msc locate and      right-click on Print Spooler and then select Stop.
    After you have stopped this process, leave the Service      window open. Now open My Computer and navigate to the following folder.
                    %windows%\system32\spool\PRINTERS 
    Delete all the files in the Printers folder. After      deleting the files in this folder, go back to Services window, right-click      on Print Spooler, and then select start to re-enable the service.
    Regards
    Unfortunately a clean boot isn't possible. The PC is a ways away and this issue isn't critical enough to warrant a trip onsite.
    I did restart the spool service on the PC and checked the PRINTERS folder but I didn't see any files there.
    The failed audit events in the server's security log that are generated by this PC are 529 and 680 and they repeat over and over. There are 16 per minute, 8 529's and 8 680's. So you can how the Security log contains a lot more failed audit events
    than normal. Since those events pertain to logon, I'm not certain how it ties to the spooler service on the PC. The PC is mapped directly by IP to two printers near it so it shouldn't need to authenticate with this 2003 DC at all. DHCP is handled
    by the 2012 DC but it doesn't have any failed audit entries from the PC.
    So I'm not sure if the netstat entries on the PC pertaining to spoolsve.exe have anything to do with the constant 529/680 failed audits on the server or not but so far that's all I can find on the PC that show any reference to the 2003 DC.
    Jonathan

  • Domain and User Level Security

    Dear Friends
    Tuxedo Version : 8.0
    Weblogic Server: 7.0
    Operating System : Win 2000
    I have successfully run the simpapp example with WTC as the connector between
    the remote domain (tuxedo) and local domain (WLS).
    Now, i want to perform authentication, the documents are not being of much help
    so can anybody give me any suggestion to create domain level security and ACL.
    Please note, i'm just using the services (import).
    As per the documents and newsgroup,
    i made changes to the TUXEDO ENVIRNMENT, ubbdomain, adding SECURITY , AUTHSERV
    parameters in it.
    Also made respective changes in WTC, but when i run the example,
    it throws an exception as TPENOENT.
    Thank you in anticipation.
    Please help me !

    Hi Shamu,
    I answered similar questions in a posting with title "Service
    Authentication How to". The questions were posted after your post.
    Check out the questions and my reply see whether they are useful to you.
    Regards,
    Honghsi
    shamu wrote:
    >
    Dear Friends
    Tuxedo Version : 8.0
    Weblogic Server: 7.0
    Operating System : Win 2000
    I have successfully run the simpapp example with WTC as the connector between
    the remote domain (tuxedo) and local domain (WLS).
    Now, i want to perform authentication, the documents are not being of much help
    so can anybody give me any suggestion to create domain level security and ACL.
    Please note, i'm just using the services (import).
    As per the documents and newsgroup,
    i made changes to the TUXEDO ENVIRNMENT, ubbdomain, adding SECURITY , AUTHSERV
    parameters in it.
    Also made respective changes in WTC, but when i run the example,
    it throws an exception as TPENOENT.
    Thank you in anticipation.
    Please help me !

  • "Security error accessing url" error in Intranet Flex Development

    Hi,
    I have a simple Flex application with a Tree control that load data from a XML file on my intranet site using HTTPService. The Tree control pull in data without any problem if I ran the Flex app locally, however I would get "Security error accessing url" if I copied the Flex application to my intranet server and access it. The Flex SWF files and the XML file are in the same directory.
    I thought there shouldn't be any cross domain security issue since both files are in the same domain/directory.
    Any idea what is going on?
    Thanks
    xkxTnT

    Thanks Guys for trying..
    I figured out the problem -  I initially create the project without server configuration, so the SWF  runs off my local file system, I later set the server to local  ColdFusion MX 7 server, the SWF still ran without problem, I then copied  them to the production server and got the security error message.
    Yes, I am pretty sure they are the same domain - the SWF files in in http://intranet/Flex and the url for HTTPService is http://intranet/Flex/data.xml.
    I later solved the problem by creating a new project with server set to local ColdFusion server, copied the exact same code and data file, it ran find on http://localhost/Flex, and again ran without problem after deploying to the intranet server http://intranet/Flex.
    I guessed Flash Builder compiled the code a little differently depending on the project configuration (server or no-server)? Not know the detail, or why does it even matter..
    xkxTnT

  • Getting Error The trust relationship between the primary domain and the trusted domain failed in SharePoint 2010

    Hi,
    SharePoint 2010 Backup has been taken from production and restored through Semantic Tool in one of the server.The wepapplication of which the backup was taken is working fine.
    But the problem is that the SharePoint is not working correctly.We cannot create any new webapplication ,cannot navigate to the ServiceApplications.aspx page it shows error.Even the Search and UserProfile Services of the existing Web Application is not working.Checking
    the SharePoint Logs I found out the below exception
    11/30/2011 12:14:53.78  WebAnalyticsService.exe (0x06D4)         0x2D24 SharePoint Foundation          Database                     
     8u1d High     Flushing connection pool 'Data Source=urasvr139;Initial Catalog=SharePoint_Config;Integrated Security=True;Enlist=False;Connect Timeout=15' 
    11/30/2011 12:14:53.78  WebAnalyticsService.exe (0x06D4)         0x2D24 SharePoint Foundation          Topology                     
     2myf Medium   Enabling the configuration filesystem and memory caches. 
    11/30/2011 12:14:53.79  WebAnalyticsService.exe (0x06D4)         0x12AC SharePoint Foundation          Database                     
     8u1d High     Flushing connection pool 'Data Source=urasvr139;Initial Catalog=SharePoint_Config;Integrated Security=True;Enlist=False;Connect Timeout=15' 
    11/30/2011 12:14:53.79  WebAnalyticsService.exe (0x06D4)         0x12AC SharePoint Foundation          Topology                     
     2myf Medium   Enabling the configuration filesystem and memory caches. 
    11/30/2011 12:14:55.54  mssearch.exe (0x0864)                    0x2B24 SharePoint Server Search       Propagation Manager          
     fo2s Medium   [3b3-c-0 An] aborting all propagation tasks and propagation-owned transactions after waiting 300 seconds (0 indexes)  [indexpropagator.cxx:1607]  d:\office\source\search\native\ytrip\tripoli\propagation\indexpropagator.cxx 
    11/30/2011 12:14:55.99  OWSTIMER.EXE (0x1DF4)                    0x1994 SharePoint Foundation          Topology                     
     75dz High     The SPPersistedObject with
    Name User Profile Service Application, Id 9577a6aa-33ec-498e-b198-56651b53bf27, Parent 13e1ef7d-40c2-4bcb-906c-a080866ca9bd failed to initialize with the following error: System.SystemException: The trust relationship between the primary domain and the trusted
    domain failed.       at System.Security.Principal.SecurityIdentifier.TranslateToNTAccounts(IdentityReferenceCollection sourceSids, Boolean& someFailed)     at System.Security.Principal.SecurityIdentifier.Translate(IdentityReferenceCollection
    sourceSids, Type targetType, Boolean forceSuccess)     at System.Security.Principal.SecurityIdentifier.Translate(Type targetType)     at Microsoft.SharePoint.Administration.SPAce`1.get_PrincipalName()    
    at Microsoft.SharePoint.Administration.SPAcl`1.Add(String princip... 
    11/30/2011 12:14:55.99* OWSTIMER.EXE (0x1DF4)                    0x1994 SharePoint Foundation          Topology                     
     75dz High     ...alName, String displayName, Byte[] securityIdentifier, T grantRightsMask, T denyRightsMask)     at Microsoft.SharePoint.Administration.SPAcl`1..ctor(String persistedAcl)    
    at Microsoft.SharePoint.Administration.SPServiceApplication.OnDeserialization()     at Microsoft.SharePoint.Administration.SPIisWebServiceApplication.OnDeserialization()     at Microsoft.SharePoint.Administration.SPPersistedObject.Initialize(ISPPersistedStoreProvider
    persistedStoreProvider, Guid id, Guid parentId, String name, SPObjectStatus status, Int64 version, XmlDocument state) 
    11/30/2011 12:14:56.00  OWSTIMER.EXE (0x1DF4)                    0x1994 SharePoint Foundation          Topology                     
     8xqx High     Exception in RefreshCache. Exception message :The trust relationship between the primary domain and the trusted domain failed.   
    11/30/2011 12:14:56.00  OWSTIMER.EXE (0x1DF4)                    0x1994 SharePoint Foundation          Timer                        
     2n2p Monitorable The following error occured while trying to initialize the timer: System.SystemException: The trust relationship between the primary domain and the trusted domain failed.       at System.Security.Principal.SecurityIdentifier.TranslateToNTAccounts(IdentityReferenceCollection
    sourceSids, Boolean& someFailed)     at System.Security.Principal.SecurityIdentifier.Translate(IdentityReferenceCollection sourceSids, Type targetType, Boolean forceSuccess)     at System.Security.Principal.SecurityIdentifier.Translate(Type
    targetType)     at Microsoft.SharePoint.Administration.SPAce`1.get_PrincipalName()     at Microsoft.SharePoint.Administration.SPAcl`1.Add(String principalName, String displayName, Byte[] securityIdentifier, T grantRightsMask,
    T denyRightsMask)     at Microsoft.SharePoint.Administrati... 
    11/30/2011 12:14:56.00* OWSTIMER.EXE (0x1DF4)                    0x1994 SharePoint Foundation          Timer                        
     2n2p Monitorable ...on.SPAcl`1..ctor(String persistedAcl)     at Microsoft.SharePoint.Administration.SPServiceApplication.OnDeserialization()     at Microsoft.SharePoint.Administration.SPIisWebServiceApplication.OnDeserialization()    
    at Microsoft.SharePoint.Administration.SPPersistedObject.Initialize(ISPPersistedStoreProvider persistedStoreProvider, Guid id, Guid parentId, String name, SPObjectStatus status, Int64 version, XmlDocument state)     at Microsoft.SharePoint.Administration.SPConfigurationDatabase.GetObject(Guid
    id, Guid parentId, Guid type, String name, SPObjectStatus status, Byte[] versionBuffer, String xml)     at Microsoft.SharePoint.Administration.SPConfigurationDatabase.GetObject(SqlDataReader dr)     at Microsoft.SharePoint.Administration.SPConfigurationDatabase.RefreshCache(Int64
    currentVe...
    Please guide me on the above issue ,this will be of great help
    Thanks.

    I have same error. Verified for trust , ports , cleaned up cache.. nothing has helped. 
    The problem is caused by User profile Synch Service:
    UserProfileProperty_WCFLogging :: ProfilePropertyService.GetProfileProperties Exception: System.SystemException:
    The trust relationship between the primary domain and the trusted domain failed.       at System.Security.Principal.SecurityIdentifier.TranslateToNTAccounts(IdentityReferenceCollection sourceSids,
    Boolean& someFailed)     at System.Security.Principal.SecurityIdentifier.Translate(IdentityReferenceCollection sourceSids, Type targetType, Boolean forceSuccess)     at System.Security.Principal.SecurityIdentifier.Translate(Type
    targetType)     at Microsoft.SharePoint.Administration.SPAce`1.get_PrincipalName()     at Microsoft.SharePoint.Administration.SPAcl`1.Add(String principalName, String displayName, SPIdentifierType identifierType, Byte[]
    identifier, T grantRightsMask, T denyRigh...        
    08/23/2014 13:00:20.96*        w3wp.exe (0x2204)                      
            0x293C        SharePoint Portal Server              User Profiles                
            eh0u        Unexpected        ...tsMask)     at Microsoft.SharePoint.Administration.SPAcl`1..ctor(String persistedAcl)    
    at Microsoft.Office.Server.Administration.UserProfileApplication.get_SerializedAdministratorAcl()     at Microsoft.Office.Server.Administration.UserProfileApplication.GetProperties()     at Microsoft.Office.Server.UserProfiles.ProfilePropertyService.GetProfileProperties()
    Please let me know if you any solution found for this?
    Regards,
    Kunal  

  • Security Error in the same domain

    Hi all
    I've been trying to access servlets from within my flex
    application on a different server, but on the same domain.
    The domains are something like:
    http://server-1.domain.test.co.uk
    - Flex Application
    http://server-2.domain.test.co.uk
    - Java Servlets
    They are both deployed on Tomcat 5 servers, on separate
    machines.
    i.e. If I try to call
    http://server-2.domain.test.co.uk/Servlet?param1=test
    from within Flex under
    http://server-1.domain.test.co.uk
    I will get an RPC Security Error.
    If the addresses are typed directly into the browser there
    are no communication issues.
    I have run with similar configurations in the past and not
    had this problem. I've deployed crossdomain files (although I
    shouldn't need them) and it has not made any difference.
    I do not want to use a proxy if I can help it, and I am NOT
    using dataservices.
    If anyone has any ideas let me know, cheers.

    Have you used a crossdomain.xml file?
    Google it or try
    http://www.cflex.net/showFileDetails.cfm?ObjectID=287&Object=Fi

  • Blobs, REST, Firefox and Silverlight = Security Error

    Hello,
    I'm trying to access Azure Storage blobs (via SAS string) from a Silverlight application. A clientaccesspolicy.xml is present in the $root blob container, allowing Silverlight access.
    I've created a sample Silverlight application with just one button. The button executes the following code:
                var request = (HttpWebRequest)WebRequestCreator.ClientHttp.Create(new Uri("http://[mystoragename].blob.core.windows.net/[mycontainername]/[myfilename]?[sasString]"));
                request.Method = "GET";
                request.BeginGetResponse(r =>
                    try
                        var response = request.EndGetResponse(r);
                        using (var s = response.GetResponseStream())
                            this.Dispatcher.BeginInvoke(() => MessageBox.Show(s.Length.ToString()));
                    catch(Exception ex)
                        this.Dispatcher.BeginInvoke(() => MessageBox.Show(ex.Message));
                }, null);
    Running this code on IE produces the expected result - the size of a blob uploaded to Azure Storage. Unfortunately, the same application, when ran in Firefox, produces a "Security Error" with no further indication of what might be wrong.
    What could be the issue? Where should I even begin looking for one?
    EDIT:
    The same issue occurs in Chrome.
    EDIT 2:
    The SAME issue occurs when I try to download a file from a PUBLIC blob container (same code as above, only different URL). The public blob container also has it's own clientaccesspolicy and crossdomain XML files. Again - the code works in IE, but fails to function
    in Firefox / Chrome.

    I found a valid workaround.
    I've created an ASHX handler on the web site which is hosting the Silverlight application. This handler basically "redirects" a HttpWebRequest to Azure Storage.
                var url = String.Format("http://{0}.blob.core.windows.net/{1}/{2}{3}", accountName, containerName, blobName, sas);
                var request = (HttpWebRequest)WebRequest.Create(url);
                try
                    var response = request.GetResponse();
                    context.Response.ContentType = response.ContentType;
                    using (var stream = response.GetResponseStream())
                        stream.CopyTo(context.Response.OutputStream);
                catch
                    context.Response.End();
    Where the parameters used in building the url are passed as query string parameters to the ASHX handler. While not ideal (an ideal solution would be connecting from SL directly to Azure Storage), this works fast enough and doesn't seem to use much resources.

  • Keep getting a pop up at the top of many websites I visit 'firefox security error content at *web address* may not load" I am using the most recent firefox and windows 7.

    Keep getting a pop up at the top of many websites I visit 'firefox security error content at *web address* may not load" I am using the most recent firefox and windows 7. This is happening at many sites, such as hotmail, google reader, and many others.

    Sorry, I don't think that is a message from inside Firefox, the wording doesn't sound correct - at least the beginning of that message. My "gut" thinks that is a MSN Live message to explain and compensate for their lack of security with a re-direct from a secure domain to an un-secure domain. ''(the end of that message)''
    {Ctrl + Shft + J} will open the Firefox Error Console - I'm curious what Firefox has to say about that situation. If you find the error message for that domain, you can right-click the message to '''copy''' it and then paste that error message here.
    Maybe '''TonyE''' or '''cor-el''' will be more familiar with the situation at Live and maybe at Google Reader, I don't use either of those services and have never seen a message like that myself.

  • Update muse and made changes to home page now getting this error message... error calling selector function: Security error:Failed to read the content document html Iframe element

    Made changes on my home page and it looks great in the preview in browser, but when i upload to my server I get the attached error message. PLEASE HELP!!!

    It's common for opening a locally exported website that contains Social widgets or other third party code to generate security errors because it will be loaded in the browser using file:// protocol. When a site is previewed from Muse (in Muse or in browser) or uploaded to a hosting provider it's served using http:// (or https://) protocol and the security errors don't occur.
    The third party code that comes with using the Social widgets or any other widgets that rely on third party code and/or services is frequently not designed to work over file:// protocol.

  • Restored Domain from backup, and now "An unknown error occurred"

    iWeb (and my own mistakes) messed up my home page, so I decided to restore a backup copy of the Domain file from Time Machine back into user/Library/Application Support/iWeb. Everything copied fine and opened as I hoped in iWeb. No problems there.
    But now, whenever I try to publish my site to MobileMe, iWeb gets through the process of uploading all the files, and then gives me a Publishing Error message saying, "An unknown error occurred." (It says this instead of giving the usual dialog box about my site being published, and do I want to visit my site now.) It looks like my site is operating just fine, new files and text published properly. But I can't get the error message to go away.
    Any ideas? My site is here: http://web.mac.com/techinnoval

    I don't know why, but now it's working fine. I made one change to my Home page, republished, and now no more error. Odd.

  • I have lost the ability to upload files to a website. I have to transfer files from my computer to a web site and I get an error message "connection was reset" and the file will not upload. I try to transfer pictures and I get the same message.

    I have to upload a scanned receipt to a website and I get the error message "connection was reset". I have uploaded these receipt for two years and last week I have had to use another browser to complete this operation. I connect to the website and do the report I must do, but I can no longer upload to this site.

    Are you using any additional software for the uploading?
    Try using Firefox in [[safe mode]] when you upload. There is no need to make changes when you see the option. Disable all plugins whilst in safe mode. Then try the uploads.
    You mention [/questions/921993 elsethread] that it is a work site. Have you contacted your IT department. One possibility is that the site is not recognising Firefox 10.
    (One temporary workaround and troubleshhooting test would be to install Firefox3.6.27 [http://portableapps.com/news/2012-02-01_-_firefox_portable_3.6.26_released portable] as an additional browser and try that.)

  • I am having issues with my web module on Lightroom 4 (Mac OS 10.9.5). "an unknown error occurred" while trying to upload to my FTP (no changes in my FTP). Bandaid fix was to export to local folder and upload via Filezilla. However, now that is no longer w

    I am having issues with my web module on Lightroom 4 (Mac OS 10.9.5). "an unknown error occurred" while trying to upload to my FTP (no changes in my FTP). Bandaid fix was to export to local folder and upload via Filezilla. However, now that is no longer working and although upload completes, the URL takes you to a "Forbidden - do not have permission to read this file" page. Lightroom is changing the permissions of each file to 000 instead of 644 for index files and 755 for all others. How can I change the permissions settings in Lightroom?

    I am having issues with my web module on Lightroom 4 (Mac OS 10.9.5). "an unknown error occurred" while trying to upload to my FTP (no changes in my FTP). Bandaid fix was to export to local folder and upload via Filezilla. However, now that is no longer working and although upload completes, the URL takes you to a "Forbidden - do not have permission to read this file" page. Lightroom is changing the permissions of each file to 000 instead of 644 for index files and 755 for all others. How can I change the permissions settings in Lightroom?

  • Today I tried to open Safari and what I was presented was several minimized windows stating that there was a security error detected, also a suspicious activity was found in my computer. How do I go by in getting this cleared off?  Help.  Thanks

    MAcBook Pro, 2.4 Ghz Intel Core 2 Duo, 4GB 1067Mhz DDR3, Software Mac OS X Lion 10.7.5 (11G63). 
    Problem:  i tried to open Safari about a couple of hours ago and I was presented with this error message block with an address of http://www.virushealthcheck.com. The message is; Windows detected security error, due to suspicious activity found on your computer.  Contact Windows Certified Live Tech ( 1.866.606.2003).  If I clk the OK button , there are multiple layered windows that will appear after that.  Can't get out of it , except to quit Safari.  earlier today before this happened I was on Facebook, Instagram, responding email cutting and paste transactions and saving it to Microsoft word.  then I turned off my lap top for several hours. When I turned it back on awhile ago, I discovered this problem.  on top of that aI can't even clear the history everything is gray out except for the Earlier today, and the day and date of the month. I tried several times to quit Safari, turn off and turn back on my lap top to no avail.  My question is; How do I go by to in getting this error message when I click on Safari? Does that mean that I might have a virus in my lap top? Please Help.  Thanks.

    Force Quit .
    Press command + option + esc keys together at the same time. Wait.
    When Force Quit window appears, select the Safari if not already.
    Press Force Quit button at the bottom of the window.   Wait.
    Safari will quit.
    Relaunch Safari holding the shift key down.
    http://www.thesafemac.com/fbi-ransomware-virus-rampant/

  • I'm running iCloud on a Windows 7 PC. Photoes have been autmatically uploaded from my iPhone. However, the "Photoes" ICON does not load, and I receive an error message of a problem. Then the ICON disappears. How can I access my photoes?

    I'm running iCloud on a Windows 7 PC. Photoes have been autmatically uploaded from my iPhone. However, the "Photoes" ICON does not load, and I receive an error message of a problem. Then the ICON disappears. How can I access my photoes?

    Same issue here,  previously did work perfectly

Maybe you are looking for

  • Pages 5: Footer is gone

    I've been using Pages for a long time now to create invoices for my customers. Paying information and tax number have been in a table in the document's footer. Something has terribly changed in Pages 5 - this information is no longer visible - my cus

  • [Solved] Suspend not working on Asus N82JV / USB 3.0

    *Solved* Turns out you just have to create a file in /etc/pm/config.d with the following text: SUSPEND_MODULES="xhci-hcd ehci-hcd". Voilá. Suspend to ram works by a) sudo pm-suspend b) Ordering KDE to suspend c) Fn+F1. I've been trying to figure this

  • Firefox 11.0/12.0 does not launch and provides no error message, how can I fix this? Windows 7/8

    Running Windows 7 on one partition, and Windows 8 Consumer Preview on another, Firefox does not open for either. Firefox crashes upon opening without an error message. I have reinstalled and manually cleared profile information. If I create a new pro

  • How do i know if i am using leopard or snow leopard?

    This might sound like a really stupid question, but i am completely new to mac's. so i need a little help. i have the snow leopard disc, but it is still sealed and just wanted to know if there is a quick way to check if i am running on snow leopard o

  • Previous page navigation after on click of cancel button of a form in adf

    Hi, Can any one tell how previous page navigation works in adf? I am working on a portal page which is having a common footer for all jspx pages.This footer contains a golink for feedback form. so the problem is when I Navigate to any page (# page 1)