Hi, error_reporting works with the dashboard, but in the admin panel, it shows this error when loading the main page.
ErrorException: Non-canonical cast (double) is deprecated, use the (float) cast instead in /workspaces/vendor/koolreport/dashboard/Field.php:168 Stack trace: #0 /workspaces/vendor/koolreport/core/autoload.php(35): koolreport\dashboard\Application::{closure:koolreport\dashboard\Application::appAutoLoad():586}(8192, 'Non-canonical c...', '/workspaces/ven...', 168) #1 /workspaces/vendor/koolreport/core/autoload.php(35): include_once() #2 /workspaces/vendor/koolreport/dashboard/fields/RowSelect.php(17): {closure:/workspaces/vendor/koolreport/core/autoload.php:22}('koolreport/dash...') #3 /workspaces/vendor/koolreport/core/autoload.php(35): include_once('/workspaces/ven...') #4 /workspaces/vendor/koolreport/dashboard/admin/widgets/AdminTable.php(26): {closure:/workspaces/vendor/koolreport/core/autoload.php:22}('koolreport/dash...') #5 /workspaces/vendor/koolreport/dashboard/TEvent.php(32): koolreport\dashboard\admin\widgets\AdminTable->beforeOnCreated(NULL) #6 /workspaces/vendor/koolreport/dashboard/PropModel.php(23): koolreport\dashboard\PropModel->fireEvent('Created') #7 /workspaces/vendor/koolreport/dashboard/Widget.php(26): koolreport\dashboard\PropModel->construct() #8 /workspaces/vendor/koolreport/dashboard/TStaticCreate.php(14): koolreport\dashboard\Widget->construct() #9 /workspaces/vendor/koolreport/dashboard/admin/screens/ListScreen.php(30): koolreport\dashboard\PropModel::create() #10 /workspaces/vendor/koolreport/dashboard/TEvent.php(32): koolreport\dashboard\admin\screens\ListScreen->beforeOnCreated(NULL) #11 /workspaces/vendor/koolreport/dashboard/PropModel.php(23): koolreport\dashboard\PropModel->fireEvent('Created') #12 /workspaces/vendor/koolreport/dashboard/Widget.php(26): koolreport\dashboard\PropModel->construct() #13 /workspaces/vendor/koolreport/dashboard/TStaticCreate.php(14): koolreport\dashboard\Widget->construct() #14 /workspaces/vendor/koolreport/dashboard/admin/Resource.php(45): koolreport\dashboard\PropModel::create() #15 /workspaces/vendor/koolreport/dashboard/TEvent.php(32): koolreport\dashboard\admin\Resource->beforeOnCreated(NULL) #16 /workspaces/vendor/koolreport/dashboard/PropModel.php(23): koolreport\dashboard\PropModel->fireEvent('Created') #17 /workspaces/vendor/koolreport/dashboard/Dashboard.php(32): koolreport\dashboard\PropModel->construct() #18 /workspaces/vendor/koolreport/dashboard/TStaticCreate.php(14): koolreport\dashboard\Dashboard->construct() #19 /workspaces/AdminPanel/App.php(95): koolreport\dashboard\PropModel::create() #20 /workspaces/vendor/koolreport/dashboard/Application.php(475): AdminPanel\App->sidebar() #21 /workspaces/vendor/koolreport/dashboard/pages/Main.php(58): koolreport\dashboard\Application->getSidebar() #22 /workspaces/vendor/koolreport/dashboard/pages/Main.php(63): koolreport\dashboard\pages\Main->sidebar() #23 /workspaces/vendor/koolreport/dashboard/TEvent.php(32): koolreport\dashboard\pages\Main->beforeOnInit(NULL) #24 /workspaces/vendor/koolreport/dashboard/PropModel.php(35): koolreport\dashboard\PropModel->fireEvent('Init') #25 /workspaces/vendor/koolreport/dashboard/Page.php(140): koolreport\dashboard\PropModel->init() #26 /workspaces/vendor/koolreport/appstack/dashboard/Application.view.php(24): koolreport\dashboard\Page->view() #27 /workspaces/vendor/koolreport/core/src/KoolReport.php(584): include('/workspaces/ven...') #28 /workspaces/vendor/koolreport/dashboard/theme/TRender.php(12): koolreport\KoolReport->render('Application') #29 /workspaces/vendor/koolreport/dashboard/Application.php(422): koolreport\appstack\dashboard\Application->render() #30 /workspaces/vendor/koolreport/dashboard/Application.php(361): koolreport\dashboard\Application->view() #31 /workspaces/vendor/koolreport/dashboard/Application.php(289): koolreport\dashboard\Application->handle(Object(koolreport\dashboard\Request)) #32 /workspaces/AdminPanel/index.php(46): koolreport\dashboard\Application->run() #33 {main}
And it works after reloading the page.