jfrux / ccpd-platform

the current code powering ccpd.uc.edu
MIT License
0 stars 0 forks source link

LMS Member.Confirm Page - Not Found #25

Closed slamkajs closed 11 years ago

slamkajs commented 11 years ago

The circuit seems to be completely missing.

LINK: http://localhost:8888/lms/event/member.confirm?e=EMAILADDRESS

Message undefined Circuit Detail You specified a Circuit of member.confirm?e=jslamka5685+test@gmail which is not defined. Stacktrace The Error Occurred in /home/justin/Sites/ccpd-platform/lms/_core/fusebox5/fuseboxApplication.cfc: line 741

739: <cfthrow type="fusebox.undefinedCircuit"
740: message="undefined Circuit"
741: detail="You specified a Circuit of #arguments.circuit# which is not defined." />
742: </cfif>
743: </cfif>

called from/home/justin/Sites/ccpd-platform/lms/_core/fusebox5/fuseboxApplication.cfc: line 521 called from/home/justin/Sites/ccpd-platform/lms/_core/fusebox5/fuseboxApplication.cfc: line 455 called from/home/justin/Sites/ccpd-platform/lms/_core/fusebox5/Application.cfc: line 203

slamkajs commented 11 years ago

models/member/savePrefs file was redirecting people to #application.settings.rootPath#/event/ rather than just using #myself#.

Public_Auth.cfc ln:43 was missing parentheses after getDeletedFlag() causing an error.