
Re: PA 2.5 with cacti 87d
Thanks Andreas,
While doing a patch dry run on an existing Cacti install, I only had 1 error which was with global_constants.php.
I diff'd my existing include/global_constants.php and the one in the pre patched dir and noticed only these diffs (besides the dates on the top

define('OPER_MODE_NATIVE', 0);
define('OPER_MODE_RESKIN', 1);
define('OPER_MODE_IFRAME_NONAV', 2);
What do they do and are they needed?
Does it hurt to have them anyways?