I have installed phpIPAM and there is almost 300 subnets and 3000 addresses. I have disabled reverse dns names. And cron job checks status and new hosts.
But then I started having problems when trying open some pages, rack, subnet etc. PhpIPAM just keep loading and after some I get PHP Fatal error.
Some examples:
PHP Fatal error: Maximum execution time of 30 seconds exceeded in /path/to/the/phpipam/html/functions/classes/class.Tools.php on line 764, referer: https://domain.com/administration/import-export/
PHP Fatal error: Maximum execution time of 30 seconds exceeded in /path/to/the/phpipam/html/functions/classes/class.PDO.php on line 583, referer: https://domain.com/administration/vlans/8/
PHP Fatal error: Maximum execution time of 30 seconds exceeded in /path/to/the/phpipam/html/functions/classes/class.Tools.php on line 761, referer: https://domain.com/administration/tags/
PHP Fatal error: Maximum execution time of 30 seconds exceeded in /path/to/the/phpipam/html/functions/classes/class.PDO.php on line 578, referer: https://domain.com/administration/sections/
PHP Fatal error: Maximum execution time of 30 seconds exceeded in /path/to/the/phpipam/html/functions/classes/class.Tools.php on line 690, referer: https://domain.com/administration/sections/
PHP Fatal error: Maximum execution time of 30 seconds exceeded in /path/to/the/phpipam/html/functions/classes/class.User.php on line 537, referer: https://domain.com/administration/racks/
PHP Fatal error: Maximum execution time of 30 seconds exceeded in /path/to/the/phpipam/html/functions/classes/class.Tools.php on line 0, referer: https://domain.com/administration/racks/
PHP Fatal error: Maximum execution time of 30 seconds exceeded in /path/to/the/phpipam/html/functions/classes/class.User.php on line 508, referer: https://domain.com/administration/racks/
Is this known problem or is it my configuration, can I do something to it?
Anonymous