Note: trouble with registration? See this for more info.
0 Members and 1 Guest are viewing this topic.
And are all your Saratoga scripts up to date?
## ALERT LOGGING$logAlerts = false; // true=log alerts false=don't log alerts$log_folder = './alertlog'; // folder that contains the log files. No slash on end
## ALERT LOGGING$logAlerts = true; // true=log alerts false=don't log alerts$log_folder = './alertlog'; // folder that contains the log files. No slash on end
in nws-alerts-config.php you haveQuote## ALERT LOGGING$logAlerts = false; // true=log alerts false=don't log alerts$log_folder = './alertlog'; // folder that contains the log files. No slash on endChange that to Quote## ALERT LOGGING$logAlerts = true; // true=log alerts false=don't log alerts$log_folder = './alertlog'; // folder that contains the log files. No slash on end to enable the logging.