-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
drush cex results in Segmentation fault: 11 #2488
Comments
Hi.
1. Check the PHP error log
1. Please output the full log with --debug and show the command you are
running. Add any site alias info that might be pertinent.
|
I didn't mention that this was a D8 project and my local environment is via Acquia's Dev Desktop (DD). It turns out, out of the box DD doesn't have php logging set up. I had to do the following:
Note DD sets To confirm the config took, I reviewed the php info (on the Config tab click PHP info link) I again retried the drush command: this did not add anything to the logs. I went ahead and did a sanity check and in my custom module I wrote to the error log via Reviewing the logs DD offers, I reviewed the mysql.err and found when I visited the config sync admin page the following errors occurred:
|
Hello,
I have been successfully running
drush cex
for the past couple weeks until I hit an unclear error today. Here is the error message I received:When I googled this error, it seems to be mostly related to theming and NPM which is not what I am working on. Oddly enough, when I try to do config export through the UI, I get a 500 error so there could be another issue involved.
Any assistance would be appreciated.
The text was updated successfully, but these errors were encountered: