designbyfront / LDAP-Authentication-for-ExpressionEngine

An ExpressionEngine Extension that allows the authentication of users via LDAP. LDAP details are copied to the EE database before standard MySQL authentication is performed. If user is not found on LDAP, MySQL authentication will still be performed (useful for EE users not in LDAP)
http://www.designbyfront.com
30 stars 16 forks source link

Message: Undefined property: EE::$member_model #4

Closed osb closed 14 years ago

osb commented 14 years ago

Hi front,

I'm testing this extension and seem to be running into this error:

A PHP Error was encountered

Severity: Notice Message: Undefined property: EE::$member_model Filename: nce_ldap/ext.nce_ldap.php Line Number: 286

Ever seen this? Everything seems to be validating according to the debug output until after Inserting user with data.

swatkins commented 14 years ago

This was my fix:

http://github.com/designbyfront/LDAP-Authentication-for-ExpressionEngine/issues/closed#issue/3

osb commented 14 years ago

ah thank you very much my friend. you are awesome. front, please close this. swatkin's fixes worked great.