GaryAllan
GaryAllan
I believe it is unique per VRF. Can you create a new VRF for each guest WiFi?
Hi Export db and import into new VM running phpIPAM 1.6.0 and PHP8. Or for in place... 1) Upgrade phpIPAM to 1.6.0 2) Upgrade Ubuntu OS (& PHP as part...
Hi, Are you load balancing to multiple instances of phpIPAM?
Hello, Edit your php.ini file, increase the value of max_input_vars and restart Apache (or reboot) This php variable is currently too small to POST all the discovered IP details.
Hello, If using Nginx you'll need the php.ini file used by php-fpm. There can be multiple php.ini files, so unfortunately I can't point you at the right one to edit....
Also check your Nginx settings. client_max_body_size and similar
Hi The message "Number of discovered hosts exceed maximum possible defined by php.ini" is displayed when a POST request is truncated. This is typically because `max_input_vars` is set too low...
Hello, I may have found the issue and pushed a fix to `master` https://github.com/phpipam/phpipam/commit/b2c9b5543b5bc3d84516e1fc7c0dd977a4658a3f Please `git pull` and test.
Hello, For php8 compatibility update PHPMailer to 6.7.1+ ``` cd functions/PHPMailer # WARNING will overwrite any changes git checkout -f v6.7.1 ``` `edit-rack-dropdown.php` is called via AJAX so the PHP...
> Should / can I run the suggested command? > > `git config --global --add safe.directory /var/www/html/phpipam/functions/PHPMailer` I think this is happening because there are different file/directory owners. You could...