ShMaunder / JMapMyLDAP

LDAP Integration for Joomla! 2.5+
shmanic.com/tools/jmapmyldap
26 stars 19 forks source link

J3.7 - Bugfix Session.php #60

Closed conconnl closed 7 years ago

conconnl commented 7 years ago

Hi Shaun,

In J3.7 there are some fixes done in the Session.php (\libraries\joomla\session) https://github.com/joomla/joomla-cms/commit/b687a798ce5390e32ec78d52ae4ebed83423aeb9

These changes have created a issue in your CLI Script. (/cli/ldap_cron.php) I now receive a error instead of the list of synchronized users. Notice: Trying to get property of non-object in /libraries/joomla/session/handler/joomla.php on line 69 Error displaying the error page: Application Instantiation Error: Call to a member function get() on null

Can you please fix this?

conconnl commented 7 years ago

Joomla made some changes to fix the issues.