Temp fix for the not being able to register for tourny...
open mls_events.php
line 331 change to $database->setQuery("INSERT INTO `#__mls_events_participants` (`eventid`,`userid`,`subscribed`,`subscribed_time`,`paid`) VALUES ('".$eventid."','".$userid."','1','".$now."','1'

"

;
I will never use the payment option for the time being so this seemed the better option for me.