| ( ! ) Warning: mkdir(): Permission denied in /app/helper_classes/class.ilog.php on line 21 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0001 | 428888 | {main}( ) | .../index.php:0 |
| 2 | 0.0015 | 477904 | Landing->__construct( $title = 'BIS 2025', $pageBuilder = class PageBuilder { private $title = 'Entracon 2026 Registration'; private $navOptions = NULL; private $headerScripts = NULL; private $preScripts = ''; private $postScripts = ''; private $modals = ''; private $stylesheets = ''; private $controllerPath = ''; private $viewLayoutPath = './views/portal/layouts/'; private $viewPath = './views/public/'; private $navbarItems = NULL; private $dynamicNavbarItems = 0 }, $db = class DbConnection { public $conn = class PDO { }; public $log = NULL } ) | .../index.php:205 |
| 3 | 0.0015 | 478016 | iLog->__construct( ) | .../class.landing.controller.php:36 |
| 4 | 0.0015 | 478016 | mkdir( $directory = './logs', $permissions = 493 ) | .../class.ilog.php:21 |
| ( ! ) Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'uatbis.package_reservations' doesn't exist in /app/models/class.miscellaneous.model.php on line 1187 | ||||
|---|---|---|---|---|
| ( ! ) PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'uatbis.package_reservations' doesn't exist in /app/models/class.miscellaneous.model.php on line 1187 | ||||
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0001 | 428888 | {main}( ) | .../index.php:0 |
| 2 | 0.0017 | 479648 | Landing->index( [] ) | .../index.php:218 |
| 3 | 0.0017 | 479648 | MiscellaneousModel->check_package_reservations_are_expired( ) | .../class.landing.controller.php:55 |
| 4 | 0.0017 | 479648 | exec( $statement = '\n\t\t\tUPDATE\n\t\t\t\tpackage_reservations\n\t\t\tSET\n\t\t\t\tstatus = \'expired\'\n\t\t\tWHERE\n\t\t\t\tstatus = \'pending\' AND\n\t\t\t\texpires_at < NOW();\n\t\t' ) | .../class.miscellaneous.model.php:1187 |