I created a new Plum project file for an Access database I have. The logout.cfm template generates an error, because the Security.cfc is expecting a Application.dbPlatform value of 'Access', but Plum generates an Envrionment.cfm file with the Application.dbPlatform variable set to "Microsoft Access", which causes the IssueNewLoginID method of the Security.cfc to revert to default case behavior and generate an error. Manually changing the Application.dbPlatform variable to "Access" in the Environment.cfm file solves the problem.

Jeff

--
_______________________________

Jeff Fleitz
Tekquest, Ltd
Integrated Digital Solutions
http://www.tekquest.com
866.472.5868
_______________________________


Reply via email to