Frederic,
I finally figured out the ODBC error. The Cfclientvar was not set.
As with the template paths and img paths, all of the paths in this code are
relative. I have tried an Alias as well as an AliasMatch (Upper and lower
case recognition) to get the Apache WebServer to recognize the new
path(Mapping). This code, before additional templates were added, was
running on my local machine without problem. When I down loaded this new
"version" onto my machine, even though no app_model, app_locals, app_Globals
files were changed, the darn templates would not load.
I guess, what I really need to know is if there is a way that I am missing
here to get Apache to recognize this mapped URL address?
--Michael
----- Original Message -----
From: "C Frederic Valone" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, June 15, 2001 9:58 AM
Subject: Re: Apache webserver and CF
> Michael,
> Is there a database call in the Application.cfm file of your app? If
there is it could explain the odbc error you are getting.
> As for the mappings/missing images where you using absolute or relative
paths?
> Are the paths stored in the database as well? I would check this out
first to be sure path info is correct for the machine you
> are currently on. Also I have worked on apps that have parsed the
gettemplatepath() output to set the web root. If the actual
> paths are different on your machine than they were on the production box
all links will be broken. Even if the directory
> configuration is exactly the same on the boxes if the production box is
unix and you are using windows any paths based on the
> template path will be different (/ unix vs \ windows).
>
>
> "Michael S. Kimmett" wrote:
> >
> > I am having troubles with a ColdFusion application that I have moved
from my company's test webserver to my personal machine.
> >
> > My machine is running Win 98, Apache 1.17, CFServer 4.5sp2. The test
server that was running the application without any problems was running
WinNT, IIS, CFServer 4.5sp2. I have made all the mappings in my Apache
...conf file that were made for IIS. I have made all the CFServer mappings
on my machine that were on the test machine.
> >
> > So at this point none of the mapped paths are working. In an attempt to
test the application using the non-mapping address ( Non Mapped Address:
http://localhost/client/inprogress/index.cfm Mapped Address:
http://localhost/ABC ) when I hit the index.cfm page I am getting broken
images ( I have an template that I am including on the index page that is
setting variables that are called in the app which reference the mapped URL
address) as well as this weird ODBC error:
> > Error Occurred While Processing Request
> > Error Diagnostic Information
> > ODBC Error Code = S0002 (Base table not found)
> >
> > [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name
'CGLOBAL'.
> >
> > Date/Time: 06/15/01 09:08:07
> > Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
> > Remote Address: 127.0.0.1
> >
> >
> > What is weird about this error is that their is no DB connection made on
this template (index.cfm). Does anyone have an idea as to why I am having
all this trouble with this app? Has anyone else had a similar experience?
I am looking for some advice on what to do. Thanks in advance.
> >
> > --Michael
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists