Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to fix Cavalcade? #96

Closed
photocurio opened this issue Apr 7, 2020 · 2 comments
Closed

How to fix Cavalcade? #96

photocurio opened this issue Apr 7, 2020 · 2 comments

Comments

@photocurio
Copy link

I am running a version of Altis+Chassis+Wordpress. There is an issue with the Cavalcade module: it throws errors when I have the dubugger open. See screenshot.
Screen Shot 2020-04-07 at 11 28 10 AM
I am assuming Cavalcade is a dependency of one of the Altis modules. How do I fix this and confirm that Cavalcade is doing whatever it is supposed to do?
This is the Altis part of my composer.json file:

"require-dev": {
        "altis/core": "dev-master",
        "altis/local-chassis": "dev-master",
        "altis/dev-tools": "dev-master",
        "humanmade/coding-standards": "^0.7.0"
    },
    "autoload-dev": {
        "files": []
    },
    "extra": {
        "installer-paths": {
            "content/plugins/{$name}/": [
                "type:wordpress-plugin"
            ],
            "content/mu-plugins/{$name}": [
                "type:wordpress-muplugin"
            ],
            "content/themes/{$name}/": [
                "type:wordpress-theme"
            ]
        },
        "altis": {
            "modules": {
                "local-chassis": {
                    "hosts": [
                        "fresenius.local"
                    ],
                    "multisite": "Yes",
                    "extensions": [
                        "sequelpro",
                        "xdebug",
                        "memcache",
                        "phpini"
                    ]
                }
            }
        }
    }
@rmccue
Copy link
Member

rmccue commented Apr 8, 2020

Hi @photocurio!

This error is being thrown by a different process to your web process. altis/local-chassis includes the Cavalcade daemon (Cavalcade Runner) which runs as a system service. This expects the project to have Cavalcade (the WordPress plugin) installed, which would create the required database tables for you.

As I understand your setup from talking to the relevant team, you're not using Cavalcade. That's fine, it just means there's an unnecessary service running inside the Chassis VM. That isn't linked to your project, and the error is benign (it just means the service can't launch).

If you want to avoid that error regardless, you can SSH into the machine and stop the service: first composer chassis shell, then sudo service cavalcade stop.

This isn't generally an issue with Cavalcade though, but rather with Altis Local Chassis (and its use outside of a full Altis setup; altis/cloud would usually include Cavalcade). Going to close this issue as it's not a bug, but happy to answer any further questions :)

@rmccue rmccue closed this as completed Apr 8, 2020
@photocurio
Copy link
Author

OK, thanks Ryan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants