Ask a Question related to Coldfusion Database Access, Design and Development.
-
vasoulitsa #1
problems with displaying the result.cfm page
:confused;
in my site i have used a search.cfm page and a result.cfm page. although
internet explorer displays the search page, when i perform a search i get this
message : the result page cannot be found. WHYYY????
does anyone have an idea ?
vasoulitsa Guest
-
Result not displaying in Flash
I am trying to get the results of a cfquery to display in Flash. From what I understand, it should be simple. I have the code below. The results... -
Result XML page not displaying
I have installed web services on a laptop. I can browse to the asmx page, I can place the request fine. The problem I am having is that the result... -
displaying query result of 0 as N/A
Hi I thought I could do this with an IsDefined function but I can't get it it to work. When I query my data I want to display a value of 0... -
Displaying calculation result without reloading whole ASP page
If the calculation is simple and you do not care if the user sees the algorithm, do the calculation in JavaScript and do not go back to the server.... -
displaying result from VBA into a control of form
hello sir i am performing some operations in a VBA and say i get a result of an operation like-result=740x48i in VBA i want to display this... -
vasoulitsa #2
problems with displaying the result.cfm page
in my site i have used a search.cfm page and a result.cfm page. although
internet explorer displays the search page, when i perform a search i get this
message : the result page cannot be found. WHYYY????
does anyone have an idea ?
:Q
vasoulitsa Guest
-
Dan Bracuk #3
Re: problems with displaying the result.cfm page
Possibly a typo in the action attribute of the form in your search page.
Dan Bracuk Guest
-
Neculai Macarie #4
Re: problems with displaying the result.cfm page
> in my site i have used a search.cfm page and a result.cfm page. although
this> internet explorer displays the search page, when i perform a search i getMake sure that the action attibute of the form tag from your search page> message : the result page cannot be found. WHYYY????
> does anyone have an idea ?
points to a valid page.
--
<mack />
Neculai Macarie Guest
-
vasoulitsa #5
Re: problems with displaying the result.cfm page
but when i use coldfusion offline everything is running properly and when i upload my site the search page cannot be found....
please help me...
vasoulitsa Guest
-
vasoulitsa #6
Re: problems with displaying the result.cfm page
but when i use coldfusion offline everything is running properly and when i upload my site the search page cannot be found....
please help me...
vasoulitsa Guest
-
Dan Bracuk #7
Re: problems with displaying the result.cfm page
Sounds like your development machine is Windows, which is not case sensitive, and the web server is unix, which is.
Dan Bracuk Guest
-
Neculai Macarie #8
Re: problems with displaying the result.cfm page
> but when i use coldfusion offline everything is running properly and when
i upload my site the search page cannot be found....
Does the result page exit on the server (take the value of the action
attribute and try to retrieve it from the browser) ?
--
<mack />
Neculai Macarie Guest
-
vasoulitsa #9
Re: problems with displaying the result.cfm page
YES, the result page exits on the server, but still i get this message : "the result page cannot be found " when i perform a search
please help me
vasoulitsa Guest
-
vasoulitsa #10
Re: problems with displaying the result.cfm page
please help me SOOOOOOOS
vasoulitsa Guest
-
Neculai Macarie #11
Re: problems with displaying the result.cfm page
vasoulitsa wrote:
What happens when you use the full path to the result file:> YES, the result page exits on the server, but still i get this
> message : "the result page cannot be found " when i perform a search
>
> please help me
[url]http://www.domain.com/results.cfm[/url] in your action attribute:
<form action="http://www.domain.com/results.cfm">
--
<mack />
Neculai Macarie Guest
-
vasoulitsa #12
Re: problems with displaying the result.cfm page
again the same problem. nothing happens...
vasoulitsa Guest
-
vasoulitsa #13
Re: problems with displaying the result.cfm page
this is the message:
The page cannot be displayed
The page you are looking for cannot be displayed because the page address is
incorrect.
--------------------------------------------------------------------------------
HTTP 405 - Resource not allowed
Internet Information Services
vasoulitsa Guest
-
chuckbeckwith #14
Re: problems with displaying the result.cfm page
Can you post the URL?
chuckbeckwith Guest
-
Kronin555 #15
Re: problems with displaying the result.cfm page
vasoulitsa, it sounds like the results.cfm page is not, as you think it is, on
the server. Double check all that, then post back.
And in the future, private messaging for help is frowned upon. Do it in the
forums and everyone can benefit from it.
Kronin555 Guest
-
Neculai Macarie #16
Re: problems with displaying the result.cfm page
vasoulitsa wrote:
------> this is the message:
> The page cannot be displayed
> The page you are looking for cannot be displayed because the page
> address is incorrect.
>
>
> --------------------------------------------------------------------------This sounds like an IIS problem, not a CF one. Is the results page in a>
> HTTP 405 - Resource not allowed
> Internet Information Services
different directory or has different permissions ?
--
<mack />
Neculai Macarie Guest
-
vasoulitsa #17
Re: problems with displaying the result.cfm page
the url is: [url]www.tripaki.gr[/url]
the search page is: [url]www.tripaki.gr/Arxeio.cfm[/url]
the result page is: [url]www.tripaki.gr/Result.cfm[/url]
vasoulitsa Guest
-
Neculai Macarie #18
Re: problems with displaying the result.cfm page
vasoulitsa wrote:
Your web adapter is not installed properly, I could see your code in the> the url is: [url]www.tripaki.gr[/url]
> the search page is: [url]www.tripaki.gr/Arxeio.cfm[/url]
> the result page is: [url]www.tripaki.gr/Result.cfm[/url]
Result.cfm page. Run the wsconfig file from the bin directory to attach CF
to IIS and then restart both CF and IIS.
--
<mack />
Neculai Macarie Guest
-
vasoulitsa #19
Re: problems with displaying the result.cfm page
what do mean you could see my code in the Result.cfm page. Could you perform a
search from the Arxeio.cfm and see the results in the Result.cfm page. I can
see my Result.cfm when i manually write the address and not when i perform a
search from the Arxeio.cfm
i run the wsconfig file from the bin directory to attach CF to IIS but nothing
happened--
????????
vaso:confused;
vasoulitsa Guest
-
Kronin555 #20
Re: problems with displaying the result.cfm page
vasoulitsa,
When I go here:
[url]www.tripaki.gr/Arxeio.cfm[/url]
or here:
[url]www.tripaki.gr/Result.cfm[/url]
I actually get the contents of the Coldfusion page, not the generated HTML
result. I'm not sure what browser you're using to test this on, but if you go
to Arxeio.cfm and View Source, you will see the Coldfusion code in the page.
What Neculai is saying is that your web server isn't configured to pass
requests for .cfm pages to your Coldfusion server. Are you sure that your
hosting provider supports coldfusion? There needs to be a Coldfusion server
installed on the hosting server, and IIS needs to be configured to pass
requests for .cfm pages to it, in order to use Coldfusion on your site.
Kronin555 Guest



Reply With Quote

