QߐUCCP㐖U05Т Q A鐖U0p鐖U0ꐖU퐖UꐖU+)jUs`t`Unknown setting: ssl_certUnknown setting: ssl_keyQ鐖UCCU05Т QautoEnableOnInsertPost($postId, $post, $update) { if ($update) { return; } if ($post->post_status === 'auto-draft') { return; } $this->setupFutureActionIfAutoEnabled($postId); } private function setupFutureActionIfAutoEnabled(int $postId): void { // This is needed to avoid errors on fresh install. See issue #1051. if (! $this->actionArgsSchema->isTableHealthy()) { return; } $postModelFactory = $this->expirablePostModelFactory; $postModel = $postModelFactory($postId); if ($postModel->shouldAutoEnable()) { $postModel->setupFutureActionWithDefaultData(); } } }