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.
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.
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.