Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Application.cfm not running!

Status
Not open for further replies.

countdrak

Programmer
Jun 20, 2003
358
0
0
US
We are hosting with super cheap GODaddy.com (Sucks!).

We have linux box with PHP , MYSql and CF running on the same account.

For some reason I cannot declate <cfapplication> tag nither is my application.cfm file ever excuted!

So none of my request.dsn variables work. Is that even possible!???

I am totally baffled, anyone ever experienced this issue.

Code:
<cfapplication name="mysite" clientmanagement="No" sessionmanagement="Yes">

<cfset request.dsn="mydb">

And this is the error I get!

Element DSN is undefined in REQUEST.

Also if I include the request.dsn on the page it work , but then errors out when I use any session scopes. Something like session cannot be used without cfapplication.

 
For anyone who is hosting with GODADDY on LINUX box.

LINUX IS CASE SESITIVE!

so "application.cfm" will not WORK.

Finally!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top