Vlan page not working

Hi

When I click on vlan tab of my core switch the page shows nothing, below is the screenshot of the same. Anyone know the issue and can help.

./validate.php

Component Version
LibreNMS 22.11.0-34-gae22662c8 (2022-12-19T11:54:34+03:00)
DB Schema 2022_09_03_091314_update_ports_adsl_table_with_defaults (248)
PHP 8.1.2-1ubuntu2.8
Python 3.10.6
Database MariaDB 10.6.11-MariaDB-0ubuntu0.22.04.1
RRDTool 1.7.2
SNMP 5.9.1
===========================================

[OK] Composer Version: 2.4.4
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK]
[OK] Database schema correct
[OK] MySQl and PHP time match
[OK] Active pollers found
[OK] Dispatcher Service is enabled
[OK] Locks are functional
[OK] Python wrapper cron entry is not present
[OK] Redis is unavailable
[OK] rrd_dir is writable
[OK] rrdtool version ok

Regards

When asking for help and support, please provide as much information as possible. This should include:

  • Steps to reproduce an issue.
  • The output of ./validate.php

If it’s an issue with the WebUI then please consider including a screenshot and the browser version you are using.

If you are having troubles with discovery/polling include the pastebin output of:

./discovery.php -h HOSTNAME -d | ./pbin.sh
./poller.php -h HOSTNAME -r -f -d | ./pbin.sh

If you need to post any text longer than a few lines, please use a pastebin service such as https://p.libren.ms using non-expiring pastes.
!

Most likely because you need to increase the php cache, if you’re in docker check the .librenms file and otherwise just change php.conf

Hi @ElemondCraw

Thank you for the reply, may I know where can I find the setting for php cache and I am not using docker. And little brief about the setting.

Thank you

It’s in your php.ini file
You have to change

memory_limit = 256M

And try increase it so it work

memory_limit = 2G for example for 2 gig

Hi @ElemondCraw

Thank you for the solution.

Regards

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.