Sorry, this is my first time using these forums. Thanks for the help. I was able to find my application.cfm and I modified it and it worked. thanks again
no matter what page I try to browse I keep getting this error everytime. There are no cfincludes in this page or any of the others. Here is the code followed by the error:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!---
<html>
<head>
<title>Map</title>...
here is everything starting from line one, sorry about that:
<cfif session.usertypeid is not "0"> This is line 1
<cfquery
datasource="#peregrine#" This is line 4
name="getdomains">
<!--- select DISTINCT domain
FROM applicationorders --->...
I cannot figure out what is wrong with this code:
<cfquery
datasource="#peregrine#"
name="getdomains">
<!--- select DISTINCT domain
FROM applicationorders --->
SELECT DISTINCTROW applicationorders.Domain, applicationorders.userid
FROM applicationorders
where...
by default it installs to here:
C:\Program Files\SoftShell Solutions\S3Weather
If you download it and reinstall it, it will write over the old one, but it will also write over the asp samples, so if you made any changes to them I would advise you to move them somewhere first then install...
Matt,
go to the website and download the software again. All you have to do is copy the bin file from the website to the location of your old bin file. I got mine working again by doing this.
Thanks,
Jerky
Hey Matt,
It is not working because changes were made to weather.com. They are currently working to fix this. You can go to the website and enter your email address to be notified when the changes are made.
Thanks,
Jerky
I am trying to find out how to display the actual image, instead of the path to it? here is the code:
<!-- #include virtual="./includes/header2.asp" --><%
LocationID = Request.Form("zipcode")
Set Weather = Server.CreateObject("S3Weather.Current")...
I am getting this error:
Error Type:
Microsoft VBScript runtime (0x800A01F4)
Variable is undefined: 'empfname'
When I take out my session variables:
<%
if session("empid")="" then
response.redirect "/peregrine/logon.asp"
end if
%>
<%
empfname =...
i am having trouble with this code. It works when I take out the session variables, but I need them in there. Is there another way to do the session varriables that I am not seeing. Here is the session variables that when I remove it works:
<%
if session("empid")="" then...
<%
Option Explicit
Response.Buffer = True
' This VBScript file creates a local copy of Moreover's news feed in XML
' format and updates it every so many hours. The local cached copy prevents
' unnecessary bandwidth useage to Moreover.
' Author: Craig H. Rettig
' Website...
Thanks for your help, it actually does not give me errors now except it outputs the default error in the script
an error occured, please try again. (make sure to specify a proxy server if you are behind a firewall.)
Did you get this to work correctly? Did you get a weather forecast?
How do I do that? here is the documentation:
In order to use this code, simply place it
in your coldfusion tags dir. or withing the dir. of the site, and
use <CF_FXWeather
zipcode=#form.zipcode#> - assuming it was passed from a form
How do I do this? Can you send me a example?
How can I get this to work? I am new to cold fusion and I cannot seem to get this to work. What am I doing wrong?
<cfhttp url="http://www.accuweather.com/adcbin/local_index?thisZip=#attributes.zipcode#" method="GET">
</cfhttp>
<!--- Extract preformatted results --->...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.