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
At the moment when you try to setup OPENY system throws fatal error from drupal/migrate_tools on PHP 8.1. Docksal sets up latest CLI container with PHP 8.1 because CLI_IMAGE is not defined in docksal.env file.
Possible solutions:
define CLI_IMAGE="docksal/cli:php8.0-edge" in the docksal.env
At the moment when you try to setup OPENY system throws fatal error from drupal/migrate_tools on PHP 8.1. Docksal sets up latest CLI container with PHP 8.1 because CLI_IMAGE is not defined in docksal.env file.
Possible solutions:
Temporary solution:
The text was updated successfully, but these errors were encountered: