Im trying to get my "event log" back on track. It stopped working some time back. "2013-02-01"
I can see the page, but the only changes its made since that date are the updaters. Im wondering what I might have changed to stop the logging of other events?
Hi Steven Some of the PA DSS features are only enabled if you add the parameter . . . $padssfeatures=TRUE; ...to your includes.php file and event logging is one of them. This used to be enabled by default which is why your event log stopped being updated in 2013.
One thing I should mention, enabling the PA DSS features will also mean you need to change the password every 90 days and that you can't revert back to passwords you have used previously.
Ahhh, another one of the PA DSS features I'm afraid. How about if you really want the event log but don't want to have the other PA DSS features, open incfunctions.php in notepad and search for... if(@$padssfeatures==TRUE){ ...and change that to... if(TRUE){