mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 08:03:30 +02:00
Add functions needed to Support/FAQ 'Why do I not see any graphs?'
This commit is contained in:
@@ -73,6 +73,8 @@ If the page you are trying to load has a substantial amount of data in it then i
|
|||||||
|
|
||||||
This is usually due to there being blank spaces outside of the `<?php ?>` php tags within config.php. Remove these and retry.
|
This is usually due to there being blank spaces outside of the `<?php ?>` php tags within config.php. Remove these and retry.
|
||||||
It's also worth removing the final `?>` at the end of config.php as this is not required.
|
It's also worth removing the final `?>` at the end of config.php as this is not required.
|
||||||
|
Another reason why it might not be working is if you disabled functions needed by LibreNMS, which include `allow_url_fopen`
|
||||||
|
and `exec,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,popen`.
|
||||||
|
|
||||||
#### <a name="faq7"> How do I debug pages not loading correctly?</a>
|
#### <a name="faq7"> How do I debug pages not loading correctly?</a>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user