GaryAllan

Results 152 comments of GaryAllan

Is if(strpos($this->resolve_error, "timeout")!==false) safe with localization? How do you spell timeout in Russian? :-)

Hi Miha, Sounds great. Can we add `vrfId`? We have lots of peering inside VRFs using VRF-Lite. local/peer AS are 32bit and could be an UNSIGNED INT instead of a...

Install the Apache mod-php version you need. PHP has a cli and separate Apache package, you still have the php8 mod-php apache extension active.

Set the "modules" attribute https://github.com/phpipam/phpipam/blob/master/doc/Authentication/SAML2.md#automatic-user-jit-provisioning

Hello @071vvp Please ensure you are running the latest code via a `git pull` You may have to logout and back in again for language changes to take effect.

Hi @pthoelken German is working for me (Ubuntu 20.04, CentOS7 & Alpine Linux) and for @tijuca who is currently working on improving the German translations (#3141) Can you post the...

Hi @pthoelken Do you have php-pcre installed? ```bash gary@M1:~$ php -m | grep pcre pcre ```

Translations need the php-gettext and php-pcre module. Can you post the text output of `php -m`?