/var/www/obm_beta_neu/frontend/application/system/Database/class.DBConnection.php:119:
object(PDOException)[7]
protected 'message' => string 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'obm_test.tbl_gameday' doesn't exist' (length=94)
private string 'string' (Exception) => string '' (length=0)
protected 'code' => string '42S02' (length=5)
protected string 'file' => string '/var/www/obm_beta_neu/frontend/application/system/Database/class.DBConnection.php' (length=81)
protected int 'line' => int 114
private array 'trace' (Exception) =>
array (size=11)
0 =>
array (size=5)
'file' => string '/var/www/obm_beta_neu/frontend/application/system/Database/class.DBConnection.php' (length=81)
'line' => int 114
'function' => string 'execute' (length=7)
'class' => string 'PDOStatement' (length=12)
'type' => string '->' (length=2)
1 =>
array (size=5)
'file' => string '/var/www/obm_beta_neu/frontend/application/system/Database/DAO/class.BaseDAO.php' (length=80)
'line' => int 15
'function' => string 'genericQuery' (length=12)
'class' => string 'DBConnection' (length=12)
'type' => string '::' (length=2)
2 =>
array (size=5)
'file' => string '/var/www/obm_beta_neu/frontend/application/system/Query/class.BaseQuery.php' (length=75)
'line' => int 421
'function' => string 'genericQuery' (length=12)
'class' => string 'BaseDAO' (length=7)
'type' => string '::' (length=2)
3 =>
array (size=5)
'file' => string '/var/www/obm_beta_neu/frontend/application/system/Query/class.BaseQuery.php' (length=75)
'line' => int 510
'function' => string 'build' (length=5)
'class' => string 'BaseQuery' (length=9)
'type' => string '->' (length=2)
4 =>
array (size=5)
'file' => string '/var/www/obm_beta_neu/frontend/application/system/Query/class.BaseQuery.php' (length=75)
'line' => int 518
'function' => string 'findOne' (length=7)
'class' => string 'BaseQuery' (length=9)
'type' => string '->' (length=2)
5 =>
array (size=5)
'file' => string '/var/www/obm_beta_neu/frontend/application/system/Website/class.WebsiteManager.php' (length=82)
'line' => int 1901
'function' => string 'first' (length=5)
'class' => string 'BaseQuery' (length=9)
'type' => string '->' (length=2)
6 =>
array (size=5)
'file' => string '/var/www/obm_beta_neu/frontend/application/system/Website/class.WebsiteManager.php' (length=82)
'line' => int 1731
'function' => string 'getGamedayToday' (length=15)
'class' => string 'WebsiteManager' (length=14)
'type' => string '::' (length=2)
7 =>
array (size=5)
'file' => string '/var/www/obm_beta_neu/frontend/application/http/controller/Start.php' (length=68)
'line' => int 13
'function' => string 'initSession' (length=11)
'class' => string 'WebsiteManager' (length=14)
'type' => string '::' (length=2)
8 =>
array (size=5)
'file' => string '/var/www/obm_beta_neu/frontend/application/http/kernel.php' (length=58)
'line' => int 136
'function' => string '__construct' (length=11)
'class' => string 'StartController' (length=15)
'type' => string '->' (length=2)
9 =>
array (size=5)
'file' => string '/var/www/obm_beta_neu/frontend/application/core.php' (length=51)
'line' => int 33
'function' => string 'doRequest' (length=9)
'class' => string 'HttpKernel' (length=10)
'type' => string '->' (length=2)
10 =>
array (size=4)
'file' => string '/var/www/obm_beta_neu/frontend/public/index.php' (length=47)
'line' => int 9
'args' =>
array (size=1)
...
'function' => string 'include_once' (length=12)
private ?Throwable 'previous' (Exception) => null
public ?array 'errorInfo' =>
array (size=3)
0 => string '42S02' (length=5)
1 => int 1146
2 => string 'Table 'obm_test.tbl_gameday' doesn't exist' (length=42)
public 'xdebug_message' => string '<tr><th align='left' bgcolor='#f57900' colspan="5"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'obm_test.tbl_gameday' doesn't exist in /var/www/obm_beta_neu/frontend/application/system/Database/class.DBConnection.php on line <i>114</i></th></tr>
<tr><th align='left' bgcolor='#e9b96e' colspan='5'>Call Stack</th></tr>
<tr><th align='center' bgcolor='#eeeeec'>#</th><th align='left' bgcolor='#ee'... (length=6470)
SELECT tbl_gameday.gamedayid as GAMEDAY_GAMEDAYID, UNIX_TIMESTAMP(tbl_gameday.realdate) as GAMEDAY_REALDATE, tbl_gameday.season as GAMEDAY_SEASON, tbl_gameday.day as GAMEDAY_DAY, UNIX_TIMESTAMP(tbl_gameday.tstamp_created) as GAMEDAY_TSTAMP_CREATED, UNIX_TIMESTAMP(tbl_gameday.tstamp_modified) as GAMEDAY_TSTAMP_MODIFIED, UNIX_TIMESTAMP(tbl_gameday.tstamp_deleted) as GAMEDAY_TSTAMP_DELETED, tbl_gameday.userid_created as GAMEDAY_USERID_CREATED, tbl_gameday.userid_modified as GAMEDAY_USERID_MODIFIED, tbl_gameday.userid_deleted as GAMEDAY_USERID_DELETED
FROM tbl_gameday
WHERE 1 = 1
AND tbl_gameday.tstamp_deleted IS NULL AND tbl_gameday.realdate = ? LIMIT 1 OFFSET 0
/var/www/obm_beta_neu/frontend/application/system/Database/class.DBConnection.php:123:
array (size=1)
0 => string '2025-12-31' (length=10)
| ( ! ) Fatal error: Uncaught Error: Call to a member function getRealdate() on null in /var/www/obm_beta_neu/frontend/application/system/Website/class.WebsiteManager.php on line 1902 |
| ( ! ) Error: Call to a member function getRealdate() on null in /var/www/obm_beta_neu/frontend/application/system/Website/class.WebsiteManager.php on line 1902 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0008 | 361552 | {main}( ) | .../index.php:0 |
| 2 | 0.0012 | 372224 | include_once( '/var/www/obm_beta_neu/frontend/application/core.php ) | .../index.php:9 |
| 3 | 0.0136 | 2275192 | HttpKernel->doRequest( ) | .../core.php:33 |
| 4 | 0.0239 | 3620472 | StartController->__construct( 'game', 'start/error_404' ) | .../kernel.php:136 |
| 5 | 0.0283 | 4461792 | WebsiteManager::initSession( ) | .../Start.php:13 |
| 6 | 0.0286 | 4463176 | WebsiteManager::getGamedayToday( ) | .../class.WebsiteManager.php:1731 |