Question: I’ve installed the Pandora FMS Web console, and when I try to login as admin and try to access any of the links, I get this error: You don't have access to this page
Answer: You don’t need this change in Pandora 1.2 or newer. This happens because the session isn’t open. Check if you have the next line included on your php.ini
file:
session.auto_start = 1
Also take a look at the session.save_path
parameter on the same file, to ensure you have access to this directory (usually /tmp
).