Flavio Junior
Flavio Junior
@nilsteampassnet the problem still running on 3.0.10, how can I send the solution to be commited on the next version?
This fix the problem. The bug is that php8 need the variable to be set as array if it's a array. https://github.com/phpipam/phpipam/pull/3989
@phpipam https://github.com/phpipam/phpipam/pull/3988 Did you saw my last comment? this commit seens to work on phpipam 1.6 php8, but not on phpipam 1.5 php7 I'm updating and testing all functions of...
 But the same code worked with php8. I think specify the variable as a array is a better way to solve the issue, on my...
``` root@debian:/var/www/html/functions# composer install -bash: composer: command not found ``` I installed the composer, but after that I get the follow error ``` root@debian:/var/www/html/functions# composer install Do not run Composer...
Now composer installed dapphp/radius, but get the error. ``` root@debian:/var/www/html/functions# composer install Do not run Composer as root/super user! See https://getcomposer.org/root for details Continue as root/super user [yes]? Y No...
@phpipam With the function class.Radius.php we can get Attributes to use in the future for permissioning.  ``` root@debian:/var/www/html/functions/classes# php TEST.php 1 Array ( [0] =>...
Solved the last Deprecated problem that I found on this class.Radius.php https://www.drupal.org/project/color_field/issues/3265958  
@phpipam Hi I send a new pull with all fix and updates on class.Radius.php https://github.com/phpipam/phpipam/pull/3989 Probably with that, the project could folllow with same class.Radius.php, and on the future we...
> I merged changes into master for now, but it makes more sense to continue with dapphp/radius - supports better encryption and is maintained. It's a good point that is...