Page 1 of 1
Bug in LdapUsers-1.3 for LDAP Authentication
Posted: Sat Dec 10, 2011 12:17 pm
by joram
Hi,
I've tried LdapUsers-1.3 but NOT WORK on the 1.10.x
The administration log report this error in apache error.log when activate:
PHP Fatal error: Call to protected UserOperations::__construct() from context 'LdapUsers' in /path/modules/LdapUsers/LdapUsers.module.php on line 23
Someone know if there is a bugfix or other solution to integrate LDAP authentication?
Thanks
Joram
Re: New LDAP Authentication
Posted: Sat Dec 10, 2011 5:50 pm
by Dr.CSS
Did you by chance install this module by getting the files from the forge and not by using the Module Manager?...
It may have modules it depends on that are not installed...
Re: New LDAP Authentication
Posted: Sun Dec 11, 2011 1:15 am
by joram
I installed it using the Module Manager and the modules NOT require nothing
http://dev.cmsmadesimple.org/projects/ldapusers
Re: Bug in LdapUsers-1.3 for LDAP Authentication
Posted: Fri Dec 16, 2011 3:21 pm
by dermoritz
same problem here.
i just installed cmsms (first time) and ldap module (downloaded latest tar.gz). i went throu cmsms installation procedure and got to admin ui.
there i "installed" ldap module and configured it. but as soon as i hit save i got error 500 page and apache logs
"PHP Fatal error: Call to protected UserOperations::__construct() from context 'LdapUsers' in /path/modules/LdapUsers/LdapUsers.module.php on line 23"
the only way to get cmsms working again is to go again throu installation procedure. there i reproduced the error by configuring ldap again.
so what to do/ to try?
thx in advance
Re: Bug in LdapUsers-1.3 for LDAP Authentication
Posted: Mon Dec 19, 2011 2:28 pm
by arhodes
By the looks of the error you are posting, it looks like CMSMS changed the constructor function from PUBLIC to PROTECTED. I'll try to find some time soon to work on this, but my schedule (especially with the holidays) is currently full. Sorry for the inconvenience.
Re: Bug in LdapUsers-1.3 for LDAP Authentication
Posted: Mon Dec 19, 2011 6:17 pm
by joram
arhodes wrote:By the looks of the error you are posting, it looks like CMSMS changed the constructor function from PUBLIC to PROTECTED. I'll try to find some time soon to work on this, but my schedule (especially with the holidays) is currently full. Sorry for the inconvenience.
Thanks for all you can do.
Happy holidays!
Re: Bug in LdapUsers-1.3 for LDAP Authentication
Posted: Tue Dec 20, 2011 8:58 am
by dermoritz
thx for quick reply arhodes - and happy holidays
Re: Bug in LdapUsers-1.3 for LDAP Authentication
Posted: Sat May 19, 2012 7:54 pm
by joram
Any news?
Can I help you?