Shaun Maunder
Shaun Maunder
This project supports only MySQL. Around the time it was created, mysql was the best supported within Joomla while postgres still had issues. However, 3 years later I expect that...
I assume a later build of Joomla has broken something here which doesn't surprise me too much as its been a while. I lost all my build VM which used...
Just in case I cannot replicate this specific issue, when you get the 500 error, does your web server's error log show anything useful?
Hi, thanks for providing a method for storing thumbnails. If I remember correctly, my worry was the SQL data size of profile_value in a Joomla install. This was very small...
Hi Kevin, Currently there is only optional functionality to delete users from LDAP when a Joomla user is deleted and not round the other way. We are already tagging each...
Hi, are you still having problems? Would be great to see a full LDAP debug log for this which should report the password save issue. In /libraries/shmanic/user/adapters/ldap.php to log what...
Progress so far: - Group adapter implementation pushed to 2.2 due to the amount of code change already in 2.1. - File configurations now use a unique ID in the...
I'll get right on this in a couple of hours.
I can't understand how it can't be an array as there is a check before hand: if (is_array($user)) { $username = strtolower(JArrayHelper::getValue($user, 'username', null, 'string')); .... } You sure its...
Yes, OK. Can only guess that Joomla have enforced that parameter. Can confirm in a minute.