The following error may occur. Not for everybody, it seems to be specific to some PHP version or php.ini setting: PHP Fatal error: Class mosmls_tournaments_match_temp: Cannot inherit from undefined class mosmls_tournaments_match in //components/com_mls_tournaments/mls_tournaments.class.php on line 567 This can be resolved by editing the mls_tournaments.class.php and move the "mosMLS_tournaments_match_temp" class to the very bottom of the file. |