I have just uploaded the application I made to the hosting company?s server.
Before uploading it, I had tested it locally and it worked perfectly. What has
confused me is that it runs awkwardly in the server.
The lists below are the problems I have been facing since the first time I
uploaded it to the server.
I am using FlashRemoting, ColdFusion and Access.
Let's assume that my domain name is www.myDomainName.com.
1. At the very beginning, I used http://localhost:8500/flashservices/gateway
as the getaway URL. The application could not connect to the database at all.
After doing some research in Macromedia?s site, I just knew that I cannot use
localhost:8500 in the hosting server. I just did some trial error and changed
every http://localhost:8500/flashservices/gateway to
http://www.myDomainName.com/flashservices/gateway. It did make the application
speak to the database but awkwardly. There is no problem for the application to
get something from the database, but once you try to insert or update something
to the database, it always fails. Did I miss something?
2. I have 2 browsers in my local computer: Internet Explorer 6.0 and Firefox
1.0.1. I am using Windows XP Professional with service pack 2 installed. Before
uploading the application, I had tested with both of them and it was perfect.
If you go to http://www.hendrosoetrisno.com now, although both of them cannot
insert/update the database, Firefox seems to work better. One of the section in
the application I made is to check whether an email address that is typed in by
a user exists in the database or not. If it does, then whether the password
matches. Firefox can just show the result instantly but it takes almost 20
minutes for Internet Explorer to do the same thing. Any idea what happens?
Slipkey - 20 Mar 2005 08:26 GMT
Just a quick question. Did you configure the access db as a datasource with
your webhost's CF server? you may want to check that your data source is
configured correctly. Depending on your host, this can be very easy or
difficult. If you haven't, check in your host's knowledge base for their
particular method. Another option could be that the database has been
partially corrupted in the FTP process. You may want to back it up if so. I
can't speak to the difference in browser responses, but just a couple of
things that jumped into my mind when I read your post..
One other question. Are you querying the dbase directly from Flash or are you
using a CF component with a query to reference the information. This makes a
difference as well. I like the component method myself since I can change the
parameters and variables without having to change the SWF too much.
Good luck, and beautiful photos on your site, BTW.
JC