Anyone have a This page isn’t working error when clicking on Overview/Network/Maps
I put $config[‘network_map_items’] = array(‘mac’,‘xdp’); into my config.php file.
I also noticed this happening with the Ports/ All ports tab… Could there be to many devices and timing out?
What happens when you try load the page? is it just blank?
It seems to work when I load a smaller group map.
does the $config[‘network_map_items’] = array(‘mac’,‘xdp’); is that for this portion of the maps. It seems if i comment it out it still shows maps…
Add more memory to PHP. go to php.ini
/etc/php.ini
Change the memory limit to something higher that your system can handle.
1 Like