I got some messeages, that some user can't register at jomsocial - I don't know if it a user problem or a system problem - is there a way to log user action in the background to find the problem?
I also would like to know I is there a way to send the system emails a blind copy to me?
I fund the problem, in the registration process I have a datetime value with the display format "d.M.Y" (german format), which causes an error:
DateTime::__construct() [datetime.--construct]: Failed to parse time string (0NaN-NaN-NaN) at position 0 (o): Unexpected character 0
I had to set the error reporting to simple and the error was shown at the website. I need a way to log this error hidden in a error file. Attackers should not see the error but I would like to know about it.