include($_SERVER['DOCUMENT_ROOT'] . "/functions/isMobileBrowser.php");
?>
include($_SERVER['DOCUMENT_ROOT'] . "/gui/class.rFastTemplate.php");
include($_SERVER['DOCUMENT_ROOT'] . "/functions/function.transformDate.php");
$tpl = new rFastTemplate($_SERVER['DOCUMENT_ROOT'] . "/gui/templates/");
include("gui/template_init.php");
?>
include($_SERVER['DOCUMENT_ROOT'] . "/businessmodel/Venue.php");
include($_SERVER['DOCUMENT_ROOT'] . "/businessmodel/Player.php");
include($_SERVER['DOCUMENT_ROOT'] . "/businessmodel/Match.php");
include($_SERVER['DOCUMENT_ROOT'] . "/businessmodel/Set.php");
include($_SERVER['DOCUMENT_ROOT'] . "/businessmodel/Fixture.php");
include($_SERVER['DOCUMENT_ROOT'] . "/businessmodel/Shuttlecock.php");
include($_SERVER['DOCUMENT_ROOT'] . "/businessmodel/ShuttlecockTube.php");
?>
include($_SERVER['DOCUMENT_ROOT'] . "/db/Db_connect_info.php");
include($_SERVER['DOCUMENT_ROOT'] . "/db/Db_connection.php");
include($_SERVER['DOCUMENT_ROOT'] . "/db/Db_storage.php");
include($_SERVER['DOCUMENT_ROOT'] . "/db/Db_badminton.php");
include($_SERVER['DOCUMENT_ROOT'] . "/db/dbconnectinfo.php");
$storage = new Db_badminton(new Db_connect_info($database, $user, $password, $host));
?>
Fatal error: Uncaught Error: Call to a member function select_player_by_playername() on null in /var/www/nhl/epark.dk/badminton/index.php:52
Stack trace:
#0 {main}
thrown in /var/www/nhl/epark.dk/badminton/index.php on line 52