( ! ) Warning: mkdir(): Permission denied in /app/helper_classes/class.ilog.php on line 21
Call Stack
#TimeMemoryFunctionLocation
10.0001428872{main}( ).../index.php:0
20.0015477808Landing->__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
30.0015477920iLog->__construct( ).../class.landing.controller.php:36
40.0015477920mkdir( $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
#TimeMemoryFunctionLocation
10.0001428872{main}( ).../index.php:0
20.0018479552Landing->index( [] ).../index.php:218
30.0018479552MiscellaneousModel->check_package_reservations_are_expired( ).../class.landing.controller.php:55
40.0018479552exec( $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