Nicolas Dunand

Results 51 comments of Nicolas Dunand

Another option for more conservative sysadmins (like me) would be to rewrite using IDs instead of names (which are prone to change).

You should not have to change the autoloader call. What you are probably missing is that the Readability class has to be added. To do this, use `composer`. For details...

@Shuswap and @INDIGI-CO-UK can you confirm my solution solves your issue?

afaik FrogFind (so, the web server process, usually run by `www-data` on Debian) only does read access to your `/var/www/html` subdirectory, so you could simply have it owned by your...

Indeed, the only thing that composer does is defined in https://github.com/ActionRetro/FrogFind/blob/main/composer.json#L3 , which simply means to fetch https://packagist.org/packages/andreskrey/readability.php, place it into the vendor directory and set the autoloading.

Hi, That should not be an issue, we have fields with up to 100 values and the plugin deals with them without fail. If you go and edit the method,...

Hello, This is probably something I overlooked, as it should behave as you'd expect. To pinpoint the issue, could you Edit the relevant enrolment method? Below the form there should...

Thanks for the details. I looks live there might be some cropping of the field values, indicated by the `CONVERT(varchar(32), d1.data)` part. Could you then check the following point: In...

Were you able to resolve it then? Should I close this issue?

Well, this is not handled by the plugin, but rather by the database abstraction layer. What type of database are you using, and what Moodle version are you on?