Phát Sơn
Phát Sơn
you try to fix file: Helper/CRUDBooster.php Code : $tables = DB::select("SELECT TABLE_NAME FROM INFORMATION_SCHEMA.Tables WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_CATALOG = '".$db_database."'");
My Code. public function cbInit() { # START CONFIGURATION DO NOT REMOVE THIS LINE $this->title_field = "id"; $this->limit = "20"; $this->orderby = "id,desc"; $this->global_privilege = false; $this->button_table_action = true; $this->button_bulk_action...
@eniotnam Thank you. I fixed it.