You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
[vagrant@ico web]$ drush cc all
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `BASH_FUNC_module'
[success] 'all' cache was cleared.
Running centos7 on box 1.1.3
The text was updated successfully, but these errors were encountered:
I've just merged a fix in the PHP role which will allow you to fix this by adding the following to your config.yml (if you run in to this error):
php_disable_functions:
- pcntl_exec
Then run vagrant provision to add that into the PHP configuration. Note that it won't be merged/ready in Drupal VM master until after this issue is closed out (I'm still running some tests).
Getting this error when running drush
Running centos7 on box 1.1.3
The text was updated successfully, but these errors were encountered: