As the heading suggests...
access denied (coldfusion.sql.DataSourcePermission adserver)
is the error I am getting.
It works fine on my localhost but on my shared hosting I get that error
The details say the problem is on line 84 of application.cfc and 23(query) of userManager.cfc
If I comment out and just set the cflogin to log me in without authenticating it goes in but throws up a similar problem if I try access campaigns or one of the other areas.funnily enough it let me into the user page...
I thought is might be that the cfcs were not being instantiated but they are initialized earlier and the problem seems to be when they are invoked...i hope i got that right,i often mix those 2 workds up :)
