nohup: ignoring input 0/511 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0% 16/511 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3% 32/511 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6% 48/511 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 9% 64/511 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 12% 80/511 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15% 96/511 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18% 112/511 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 21% 128/511 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25% 144/511 [▓▓▓▓▓▓▓░░░░░░░ 168 files with changes ====================== 1) ../CakePHP4.6/src/Controller/Admin/DashboardUpgradesController.php:19 ---------- begin diff ---------- @@ @@ $this->web['maintitle'] = __('Dashboard Upgrades (Active/Inactive)'); $this->web['id'] = $this->getParam('id', 0); $this->web['task'] = $this->getParam('task', ''); - + $this->loadModel('FrontUserType'); $this->FrontUserType->clearall(); $condition = ''; @@ @@ $condition = 'FrontUserType.user_type_name != "Corporate"'; } $this->web['user_type'] = $this->getSource('FrontUserType', 'id', 'user_type_name', $condition); - + $this->loadModel($this->web['model']); - - + + $this->Frontusers->clearall(); $statuses = ['Yes' => '1']; ----------- end diff ----------- ░░░░░░░░░░░░░░] 28% 160/511 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31% 176/511 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34% 192/511 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37% 208/511 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40% 224/511 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43% 256/511 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50% 288/511 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56% 320/511 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62% 368/511 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72% 2) ../CakePHP4.6/src/Controller/Admin/EventDetailController.php:56 ---------- begin diff ---------- @@ @@ $this->web['fields'] = []; $this->web['fields']['EventDetail.id'] = ['title' => __('ID'), 'search' => 'N', 'sort' => 'Y', 'width' => '12','list' => 'N']; $this->web['fields']['EventDetail.title'] = ['title' => __('Title'), 'search' => 'Y', 'sort' => 'Y', 'width' => '20']; - + if(empty($this->web['logindata']['id'])) return $this->redirect('/../..'); - - + + $this->getRows(); $web = $this->web; $this->set(compact('web')); ----------- end diff ----------- 3) ../CakePHP4.6/src/Controller/Admin/FeedbacksController.php:22