[GH-ISSUE #15] The command "horizon:terminate" does not exist. #10

Closed
opened 2026-02-27 09:12:34 +03:00 by kerem · 5 comments
Owner

Originally created by @nalakawula on GitHub (Nov 21, 2019).
Original GitHub issue: https://github.com/maelstrom-cms/odin/issues/15

When I delete one website, I got

 Symfony \ Component \ Console \ Exception \ CommandNotFoundException
The command "horizon:terminate" does not exist.

Details:


_token | "UIy73TeZYmXB0mVzrcQqfWdnlwlsqMi3EMCs9Ra7"
-- | --
_method | "DELETE"
url | "http://google.com"
uptime_enabled | "1"
ssl_enabled | "0"
robots_enabled | "0"
dns_enabled | "0"
cron_enabled | "0"
crawler_enabled | "0"
uptime_keyword | "google"
cron_key | "rkZBZkiqP1fGD7hkrGjNc3x1oFi3ds2q"

HTTP_REFERER | "http://localhost/websites/8/edit"
HTTP_CONNECTION | "keep-alive"
HTTP_ORIGIN | "http://localhost"
HTTP_CONTENT_LENGTH | "1439"
HTTP_CONTENT_TYPE | "multipart/form-data; boundary=---------------------------71955895020800807491541181851"
HTTP_ACCEPT_ENCODING | "gzip, deflate"
HTTP_ACCEPT_LANGUAGE | "en-US,en;q=0.5"
HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_USER_AGENT | "Mozilla/5.0 (X11; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0"
HTTP_HOST | "localhost"
REDIRECT_STATUS | "200"
SERVER_NAME | "localhost"
SERVER_PORT | "80"
SERVER_ADDR | "127.0.0.1"
REMOTE_PORT | "39840"
REMOTE_ADDR | "127.0.0.1"
SERVER_SOFTWARE | "nginx/1.16.1"
GATEWAY_INTERFACE | "CGI/1.1"
REQUEST_SCHEME | "http"
SERVER_PROTOCOL | "HTTP/1.1"
DOCUMENT_ROOT | "/srv/http/odin/public"
DOCUMENT_URI | "/index.php"
REQUEST_URI | "/websites/8"
SCRIPT_NAME | "/index.php"
CONTENT_LENGTH | "1439"
CONTENT_TYPE | "multipart/form-data; boundary=---------------------------71955895020800807491541181851"
REQUEST_METHOD | "POST"
QUERY_STRING | ""
SCRIPT_FILENAME | "/srv/http/odin/public/index.php"
FCGI_ROLE | "RESPONDER"
PHP_SELF | "/index.php"
REQUEST_TIME_FLOAT | 1574305054.6817
REQUEST_TIME | 1574305054
APP_NAME | "💂 Odin"
APP_ENV | "local"
APP_KEY | "base64:PwQCMIKXdNdMS85kEyBtIlE7l1nSEIv0bmgvpqq48AQ="
APP_DEBUG | "true"
APP_URL | "http://localhost"
DB_CONNECTION | "mysql"
DB_HOST | "127.0.0.1"
DB_PORT | "3306"
DB_DATABASE | "odin"
DB_USERNAME | "odin"
DB_PASSWORD | "odin"
QUEUE_CONNECTION | "sync"
REDIS_HOST | "127.0.0.1"
REDIS_PASSWORD | "null"
REDIS_PORT | "6379"
MAIL_DRIVER | "mailgun"
MAILGUN_DOMAIN | "redacted"
MAILGUN_SECRET | "redacted"
MAIL_FROM_ADDRESS | "no-reply@odin.dev"
MAIL_FROM_NAME | "💂 Odin"
ENFORCE_DOMAIN | "true"
HORIZON_ENABLED | "false"
DEBUGBAR_ENABLED | "false"
REGISTRATIONS_ENABLED | "true"
Originally created by @nalakawula on GitHub (Nov 21, 2019). Original GitHub issue: https://github.com/maelstrom-cms/odin/issues/15 When I delete one website, I got ``` Symfony \ Component \ Console \ Exception \ CommandNotFoundException The command "horizon:terminate" does not exist. ``` Details: ``` _token | "UIy73TeZYmXB0mVzrcQqfWdnlwlsqMi3EMCs9Ra7" -- | -- _method | "DELETE" url | "http://google.com" uptime_enabled | "1" ssl_enabled | "0" robots_enabled | "0" dns_enabled | "0" cron_enabled | "0" crawler_enabled | "0" uptime_keyword | "google" cron_key | "rkZBZkiqP1fGD7hkrGjNc3x1oFi3ds2q" HTTP_REFERER | "http://localhost/websites/8/edit" HTTP_CONNECTION | "keep-alive" HTTP_ORIGIN | "http://localhost" HTTP_CONTENT_LENGTH | "1439" HTTP_CONTENT_TYPE | "multipart/form-data; boundary=---------------------------71955895020800807491541181851" HTTP_ACCEPT_ENCODING | "gzip, deflate" HTTP_ACCEPT_LANGUAGE | "en-US,en;q=0.5" HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" HTTP_USER_AGENT | "Mozilla/5.0 (X11; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0" HTTP_HOST | "localhost" REDIRECT_STATUS | "200" SERVER_NAME | "localhost" SERVER_PORT | "80" SERVER_ADDR | "127.0.0.1" REMOTE_PORT | "39840" REMOTE_ADDR | "127.0.0.1" SERVER_SOFTWARE | "nginx/1.16.1" GATEWAY_INTERFACE | "CGI/1.1" REQUEST_SCHEME | "http" SERVER_PROTOCOL | "HTTP/1.1" DOCUMENT_ROOT | "/srv/http/odin/public" DOCUMENT_URI | "/index.php" REQUEST_URI | "/websites/8" SCRIPT_NAME | "/index.php" CONTENT_LENGTH | "1439" CONTENT_TYPE | "multipart/form-data; boundary=---------------------------71955895020800807491541181851" REQUEST_METHOD | "POST" QUERY_STRING | "" SCRIPT_FILENAME | "/srv/http/odin/public/index.php" FCGI_ROLE | "RESPONDER" PHP_SELF | "/index.php" REQUEST_TIME_FLOAT | 1574305054.6817 REQUEST_TIME | 1574305054 APP_NAME | "💂 Odin" APP_ENV | "local" APP_KEY | "base64:PwQCMIKXdNdMS85kEyBtIlE7l1nSEIv0bmgvpqq48AQ=" APP_DEBUG | "true" APP_URL | "http://localhost" DB_CONNECTION | "mysql" DB_HOST | "127.0.0.1" DB_PORT | "3306" DB_DATABASE | "odin" DB_USERNAME | "odin" DB_PASSWORD | "odin" QUEUE_CONNECTION | "sync" REDIS_HOST | "127.0.0.1" REDIS_PASSWORD | "null" REDIS_PORT | "6379" MAIL_DRIVER | "mailgun" MAILGUN_DOMAIN | "redacted" MAILGUN_SECRET | "redacted" MAIL_FROM_ADDRESS | "no-reply@odin.dev" MAIL_FROM_NAME | "💂 Odin" ENFORCE_DOMAIN | "true" HORIZON_ENABLED | "false" DEBUGBAR_ENABLED | "false" REGISTRATIONS_ENABLED | "true" ```
kerem closed this issue 2026-02-27 09:12:34 +03:00
Author
Owner

@OwenMelbz commented on GitHub (Nov 21, 2019):

If you run “php artisan horizon:terminate” on the command line in the project does that work?

At a glance it looks like horizon isn’t installed

<!-- gh-comment-id:556950111 --> @OwenMelbz commented on GitHub (Nov 21, 2019): If you run “php artisan horizon:terminate” on the command line in the project does that work? At a glance it looks like horizon isn’t installed
Author
Owner

@nalakawula commented on GitHub (Nov 22, 2019):

➜  php artisan horizon:terminate
Sending TERM Signal To Process: 1447

Horizon was installed, i can confirm.

<!-- gh-comment-id:557441587 --> @nalakawula commented on GitHub (Nov 22, 2019): ``` ➜ php artisan horizon:terminate Sending TERM Signal To Process: 1447 ``` Horizon was installed, i can confirm.
Author
Owner

@nalakawula commented on GitHub (Nov 22, 2019):

Maybe related to this one https://github.com/laravel/framework/issues/28217#issuecomment-483220647

<!-- gh-comment-id:557441940 --> @nalakawula commented on GitHub (Nov 22, 2019): Maybe related to this one https://github.com/laravel/framework/issues/28217#issuecomment-483220647
Author
Owner

@OwenMelbz commented on GitHub (Nov 22, 2019):

Good spot :)

I've just commented it out for the time being, so should be good to go!

<!-- gh-comment-id:557451748 --> @OwenMelbz commented on GitHub (Nov 22, 2019): Good spot :) I've just commented it out for the time being, so should be good to go!
Author
Owner

@nonoesp commented on GitHub (Jun 2, 2020):

See this in case it helps — https://github.com/laravel/framework/issues/28217#issuecomment-637413246

<!-- gh-comment-id:637423307 --> @nonoesp commented on GitHub (Jun 2, 2020): See this in case it helps — https://github.com/laravel/framework/issues/28217#issuecomment-637413246
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/odin-maelstrom-cms#10
No description provided.