Error trying to access photos on mySql server.

I have a hosting account on godaddy with a with a domain named charliegooddog.org.  I have a simple photo gallery that uses PHP to access photos using a MySQL database.  The app works fine on my machine.  I created a MySQL database with the same table as on my machine.  I uploaded my photo gallery to the  domain on godaddy and updated the file that's used to pass on the hostname, database, username, and password info.
When I bring up the photo gallery  I get this error:
[RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Destination: DefaultHTTP"]
    at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()[C:\autobuild\3.2.0\frameworks\p rojects\rpc\src\mx\rpc\AbstractInvoker.as:220]
    at mx.rpc::Responder/fault()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\Responder .as:53]
    at mx.rpc::AsyncRequest/fault()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AsyncR equest.as:103]
    at DirectHTTPMessageResponder/securityErrorHandler()[C:\autobuild\3.2.0\frameworks\projects\ rpc\src\mx\messaging\channels\DirectHTTPChannel.as:389]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/redirectEvent() 
Any ideas?

Hi,
Flash player is surrounded with sand box security and will not allow untrusted/unknown domains in to tyour application.
This is not an error or bad side of flex applications, its for your app security..
Solution: You can either use a crossdomain.xml file in your application.
In crossdomain.xml specify the following
<allowdomain>your domain</allowdomain>
OR
you can also use the following syntax in your mxml code..
security.allowdomain(http://photosdomain");
thats it..

Similar Messages

  • TS4425 when trying to access photo stream on Apple TV, I am getting the error message terms and conditions have changed, but when I go into iCloud on my Mac the new terms and conditions are not appearing - How can I manually agree to them ?

    When trying to access photo stream on Apple TV, I am getting the error message terms and conditions have changed, but when I go into iCloud on my Mac the new terms and conditions are not appearing - How can I manually agree to them ?

    Welcome to the Apple Community.
    The following article(s) may help you.
    Photo Stream ToU's

  • Hyper-V encountered an error trying to access an object on computer ...

    I'd like to share an issue which occurred during one of my recent configurations as well as the associated solution which worked for me.
    While configuring Hyper-V Manager on a non-domain joined Windows 8.1 Enterprise client, to communicate with a non-domain joined Microsoft Hyper-V Server 2012R2, I received the following enjoyable message:
    Hyper-V encountered an error trying to access an object on computer '.....' because the object was not found. The object might have been deleted. or you might not have permission to perform the task. Verify that the Virtual Machine Management service
    on the computer is running. If the service is running, try to perform the task again by using Run as Administrator.
    As it turns out I forgot to change the machine name on the Hyper-V server. It's worth noting that it's also necessary to add an entry in the client machine's HOSTS file which matches the computer name of the Hyper-V server.

    Hi ITMAGE,
    Thanks for your sharing and support for this forum .
    It should be helpful to other people who are facing this issue .
    Best Regards,
    Elton JI
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Database error #2002 can not connect local mysql server to socket through '/var/run/mysqld/mysqld.sock'(2) on mac os x 10.9.2

    Dear Fellas:
    I received "database error #2002 can not connect local mysql server to socket through '/var/run/mysqld/mysqld.sock'(2)" on mac os x 10.9.2.
    mysql info:
    ps -ef | grep mysql
        0    66     1   0 11:06AM ??         0:00.04 /bin/sh /usr/local/mysql/bin/mysqld_safe --user=mysql
       74   225    66   0 11:06AM ??         0:02.50 /usr/local/mysql/bin/mysqld --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data --plugin-dir=/usr/local/mysql/lib/plugin --user=mysql --log-error=/usr/local/mysql/data/Chuans-MacBook-Pro-2.local.err --pid-file=/usr/local/mysql/data/Chuans-MacBook-Pro-2.local.pid --socket=/var/run/mysqld/mysqld.sock
      501   952   947   0  3:52PM ttys000    0:00.00 grep mysql
    Please help!!

    Fascinated and guessing:
    Something related to sock(2) because that's not part of your copied info. I'm thinking you've doubled up on sockets and the second socket doesn't exist, meaning you should be connecting to the first socket "mysqld.sock" whether automatic or not.
    I've only used GUI tools on purpose, so does this mean you've already got MySQL running and you tried to launch it again manually? Perhaps you already have one instance of a db and you're trying to launch a second instance, and the two can't coexist with a single user local db?
    Assuming this is all local, I'd shut down the db service and restart it, out of hand. I've seen similar messages when I set the db to start up on boot, and it didn't finish shutting down when I tried to restart it manually. Usually the GUI won't let me turn it on because it reports it's already running, but in that case it hadn't finished performing what the GUI was reporting.
    Just speculating.

  • Hyper-V encountered an error trying to access an object on computer 'localhost' .....- When try to install new Virtual machin in win8, 64 bit

    am using windows 8, 64 bit system inside VMWARE in Ubuntu 14.04 . I have intel core i3 processor.
    I want to install WIndows-7 inside windows 8 as a virtual machine. SO I tried to use "HYPER V MANAGER" with elevated privilege. wHEN I TRY , NEW->VM Machine->'after some steps'-> when I press Finish I get following error,
    [Window Title]
    New Virtual Machine Wizard
    [Main Instruction]
    Hyper-V encountered an error while configuring the network on Windows7_32bit.
    [Content]
    Hyper-V encountered an error trying to access an object on computer 'localhost' because the object was not found. The object might have been deleted, or you might not have permission to perform the task. Verify that the Virtual Machine Management service on the computer is running. If the service is running, try to perform the task again by using Run as Administrator.
    [Close]
    my understand is: "we can use Hyper v, instead of Virtual box or as VMware player". I think in windows 8, hyper v server is not installed. does that is the problem? Why do we use it ?
    Actually I wanna configure Kernel Debugging over Virtualized COM port. So what can I do next ?  please help me...
    Note: Virtual Machine Management service  is running.

    Hi mrCracker,
    >>am using windows 8, 64 bit system inside VMWARE in Ubuntu 14.04 .
    If I understand correctly , it is nested installation .
    Windows Hyper-v is bare-metal hypervisor  .
    Please try to install win8 on real hardware then enable hyper-v to install VM .
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • TS2776 error message 'cannot access conflict information sync server'

    I recently can't sync my iPhone with my Microsoft Outlook calendar.  I receive an error message 'cannot access conflict information sync server.  Try again later.'  Help!

    You are trying to use conflicting services for sync, disable all the ones that you do need. Once only one is enabled, you will be OK

  • Get certificate error trying to access yahoo mail, and there is no exception to bypass the error.

    I am getting a certificate error trying to access https://mail.yahoo.com. Unlike most other certificate errors, there is no option for "I understand the risks" to add an exception for the page, just the following:
    mail.yahoo.com uses an invalid security certificate. The certificate is not trusted because the issuer certificate is unknown. (Error code: sec_error_unknown_issuer)
    I tried setting the proxy to "no proxy" under Advanced settings, as well as clearing all cookies and other cache history. Did not resolve the problem. I cannot access my email.

    hello, which security program is running on your computer?

  • I keep getting a -42408 error trying to access the iTunes store since being in China

    I keep getting a -42408 error trying to access the iTunes store since being in China, back now in the UK and the problem has stuck, help!

    Danny...
    access the iTunes store since being in China, back now in the UK
    In case you aren't aware your credit or debit card biling information must be associated with the same country where you reside.
    The Complete Guide to Using the iTunes Store | iLounge Article

  • Ipad 4 ePrint crashes when trying to access Photos

    HP ePrint v5.2.1 installed on iPad4 with iOS 6.1.3 crashes when trying to access Photos for ePrinting.  Instead of opening up Photos to allow selection of photo to print, it returns to the home screen.  Access to Photos was granted and confirmed in the Privacy Settings.  This appears to be a bug.  Printing emails works both on local network HP laserjet and remote ePrint Laserjet printers.
    I got around this bug by emailing the photo, then accessing the email within the HP ePrint Ap and printing the attachment.  Awkward but it works.  It would be nice to have the bug fixed so that HP ePrint can access Photos directly as intended.

    If accessing photos is causing the ePrint app to crash, go into your iCloud settings and turn off your shared photo streams.  Let me know if you have any questions about that, if this works, or if that doesn't help. I have a good feeling this will fix it for you. Keep me posted!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • IPhoto thinks I'm trying to access photos on an external HD.....I'm not!

    This has happened several times...
    Some of the photos in my library are kept on an external drive, and when I'm not connected to that drive, but AM NOT TRYING TO ACCESS THE PHOTOS ON THAT DRIVE (I'm simply accessing the ones on my computer's HD), it still prompts me saying "iPhoto cannot find the drive for CIMGxxxx" or something like that. Then, if I try to close that window (cancel or OK), iPhoto freezes, and I have to force quit.
    Any help would be appreciated!

    I store some on the external drive because I want to save room on my internal HD. I have a large (ish...3500 or so) collection of photos, the most recent and commonly accessed of which I keep internally.
    I know that iphoto has the capability of keeping a cache of all of the thumbnail images regardless of whether the image rests on the internal HD, because thumbnails for all images (on and off HD) are displayed. When you zoom in or try to edit the photo though, it (of course) will show the ! in grey because the image itself rests on the external drive.
    It just seems that until I try to do anything with a photo, iPhoto shouldn't assume that I need every photo to be loaded in full all the time. To me that's the same as if iTunes were to find it necessary to play through every song in the library to make sure they're all there, when I only want to listen to one. That's a little over-generalized...but...you get my gist.

  • Access a remote mysql server

    Hi,
    Is it possible to access a mysql server which is in a remote computer other than the computer where the java programming is running. Plz tell me how to do that.
    Thanks a lot,
    Chamal.

    Yes - use the MySQL type IV JDBC driver to make a connection to any database, including remote ones. It's free to download. Do a Google search on MySQL JDBC.
    MOD

  • Slow connection with OS X 10.7 while trying to access a Windows 2003 server

    Good afternoon:
    I am a systems engineer in an enterprise environment that is now deploying Macs and I have been finding that the Macs have a very slow connection to the Windows 2003 server; even after installing all necessry components.
    All of the Macs access network services via Active Directory
    The issue is the connection speed when trying to access folders on the servers.
    Does anyone have any ideas as to speed up this connectivity issue?

    Did you resolve this issue? Any links to anwers to this?
    thank you.

  • Why do i get this error trying to access Hokuyo URG LiDAR on myRIO?

    Hi, 
    I am trying to use a Hokuyo URG -04LX-UG01 LiDAR on a myRIO. I read that i should try to communicate with the device in MAX but then i got the error shown in the picture. I've tried this https://decibel.ni.com/content/docs/DOC-35698 but it wont work, and read this http://forums.ni.com/t5/LabVIEW/myRIO-VISA-Error-1​073807192/td-p/2747056 but since i can see the usb in MAX i don't think i have the same problem. Can someone help me understand?
    BR
    Anna
    Attachments:
    max_lidar.png ‏172 KB

    Hi Ragge,
    Are you sure no other running process is trying to access the same device (COM port) as the lidar? 
    Could you please try resetting the MAX database: http://digital.ni.com/public.nsf/allkb/2C7480E8569​87FFF862573AE005AB0D9
    If you plug the LiDAR into your computer instead, is it then accessible in MAX?
    Best regards,
    Robert Piehl-Fridqvist
    Applications Engineer
    National Instruments Sweden

  • ERROR#: 2002 can't connect to MySQL server through socket '/var/mysql/mysql.sock'

    I was following this adobe article (
    http://www.adobe.com/devnet/dreamweaver/articles/php_macintosh.html)
    to set up PHP and MySQL and connect a MySQL database to dreamweaver
    in Mac OS 10.4.8 and I kept getting:
    "Can't connect to MySQL server through socket
    '/var/mysql/mysql.sock' ERROR#: 2002".
    After a lot of searching I came across
    this
    article which said that there was an error in the PHP and MySQL
    connection or something.
    Anyway all I had to do was type (in a TERMINAL window):
    $ sudo mkdir /var/mysql
    $ sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock
    and that fixed the problem, otherwise the adobe article
    worked very well.
    Check out the "this article" link to get the fix straight
    from the horse's mouth.

    I was following this adobe article (
    http://www.adobe.com/devnet/dreamweaver/articles/php_macintosh.html)
    to set up PHP and MySQL and connect a MySQL database to dreamweaver
    in Mac OS 10.4.8 and I kept getting:
    "Can't connect to MySQL server through socket
    '/var/mysql/mysql.sock' ERROR#: 2002".
    After a lot of searching I came across
    this
    article which said that there was an error in the PHP and MySQL
    connection or something.
    Anyway all I had to do was type (in a TERMINAL window):
    $ sudo mkdir /var/mysql
    $ sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock
    and that fixed the problem, otherwise the adobe article
    worked very well.
    Check out the "this article" link to get the fix straight
    from the horse's mouth.

  • Trying to access share on Microsoft Server 2k HELP

    Have been pulling my hair out for 2 days on this.
    Any help would be appreciated.
    I support a medium sized network here. About 60 stations. All XP or Win 7 machines in the office.
    Our new design guy has a Mac book pro running 10.8.1. Brand new out of box.
    I am trying to access a share on our server. The server I am trying to access the share on is running Microsoft Server 2000.
    I have never had an issue mapping this share as a drive on a windows machine.
    The Mac does see the server in its directory, but I can not access it.
    I have tried the
    smb://servername/sharename and smb://IP of server/sharename
    Both of these methods give me a screen to enter credentials but then it shakes them off.
    If I try to enter the share via the directory I get a message saying the connection failed.
    Any ideas?

    I have the same problem.  There is a lengthy discussion on it over at https://discussions.apple.com/thread/4145388?tstart=0   But still no fix yet.  I have multiple Macs with this problem.  I have been playing sneaker-net at work because of it. Upgrading my mission critical server past and above Win2000 server is not possible at this point.   Not really happy to learn this after the ML upgrade.  I wish I could go back to Lion then I would not have this problem.

Maybe you are looking for

  • Dropped my iphone last night...

    I was wondering if there are any affects on the phone after being dropped. I had no case on it fell on concrete. so i was just wondering if I shuld expect anything happening to ym phone...

  • Installation failed (11)

    As far as I know, I have no other instance running, but I get still this error. Here's the log: 05/23/13 12:01:29:454 | [INFO] |  | OOBE | DE |  |  |  | 488941 | DEVersion: 6.0.0.0 05/23/13 12:01:29:455 | [INFO] |  | OOBE | DE |  |  |  | 488941 | Loa

  • Changing MobileMe alias into a separate AppleID

    I created several years ago in MobileMe an email alias for my son. He has been using it regularly. Now he is getting his own laptop, and I would like to change this alias into a separate apple id. How do I do this?

  • Klaidescope effect in photobooth acts weird

    Klaidescope effect in photobooth acts strange. It usually crashes photobooth, but when it dosen't, it flashes in a odd kind of way. Any suggestions?

  • There is no property with the name 'ROW1'

    When deploying my VC model, I get the error message: Error in compiling Flex application: Error 1103: There is no property with the name 'ROW1' Anyone know what could cause this?