Hi everyone, my system event log is flooded with messages
"Redefining already defined constructor for class WebLoginPE". I’ve tried a solution posted in this thread with wrapping webloginpe class file, but it didn’t work for me.
I have webloginpe 1.3.2 with instances 3, I do have multiple calls of WLPE on a single page, but that’s not the case because if I leave one call on a page or assign an &id=`` to each of the calls - mistakes don’t disappear. I also use one WLPE call inside of another and removing it doesn’t help too.
I also have PHP 5 server and the Kalender Enhanced snippet installed with an OverLib JavaScript on my website (if that’s related somehow).
could anyone please help me? i’m thrilled cuz my MySQL database crashes once in while of being filled with 200Mb+ of errors in the event log.
I will provide you with any kind of information you need to help me. thanks
**SOLVED: So, when you save weblogin.class.inc.php in UTF8 format as did I, you need to save it as "UTF8 without BOM headers", so that there won’t be any double constructors sent.