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
Expected result
Enables without warnings but without setting the domain.
Actual result ⚠️ Warning: Trying to access array offset on value of type bool
in domain_default() (line 1191 of /app/docroot/modules/domain/domain.module).
📝 Deprecated function: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
in domain_machine_name() (line 3870 of /app/docroot/modules/domain/domain.module).
✔ The 'Domain Access' module was enabled.
Note this can be easily avoided by adding the base-url option. For example: bee en domain --base-url=https://example.com
However, we still should handle the error gracefully.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
bee en domain
Expected result
Enables without warnings but without setting the domain.
Actual result
⚠️ Warning: Trying to access array offset on value of type bool
in domain_default() (line 1191 of /app/docroot/modules/domain/domain.module).
📝 Deprecated function: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
in domain_machine_name() (line 3870 of /app/docroot/modules/domain/domain.module).
✔ The 'Domain Access' module was enabled.
Note this can be easily avoided by adding the base-url option. For example:
bee en domain --base-url=https://example.com
However, we still should handle the error gracefully.
The text was updated successfully, but these errors were encountered: