Dropped "Solitary" into modules directory, made changes as documented to Application.cfc for mapping and ORM enabled.
Browsed root index.cfm and added ?fwreinit=1
Tables were generated but no default info populated.
error sometimes is:
"Invalid CFML construct found on line 37 at column 17.
ColdFusion was looking at the following text:
for
The CFML compiler was processing:
A script statement beginning with for on line 37, column 17.
A script statement beginning with private on line 34, column 9.
"
but if I populate a sample user by hand along with roles and users_roles, i can get the login screen.
Dropped "Solitary" into modules directory, made changes as documented to Application.cfc for mapping and ORM enabled.
Browsed root index.cfm and added ?fwreinit=1
Tables were generated but no default info populated.
error sometimes is:
"Invalid CFML construct found on line 37 at column 17.
ColdFusion was looking at the following text:
for
The CFML compiler was processing:
"
but if I populate a sample user by hand along with roles and users_roles, i can get the login screen.