- πΊπΈUnited States drpldrp San Francisco, CA
Thanks! Added to 1.0.0-beta3.
- Status changed to Fixed
about 2 years ago 3:24am 26 January 2023
Due to a recent change in the Domain module, the code in this module fails with the next error:
Error: Undefined constant Drupal\domain\DomainNegotiator::DOMAIN_MATCH_EXACT in domain_microsite_domain_request_alter() (line 103 of modules/contrib/domain_microsite/domain_microsite.module).
The domain module >= 8.x-1.0-beta3 provides new constants that can and must be used.
Install domains 8.x-dev
Add a domain microsite by path
Visit the added domain microsite
Change the code to use DomainNegotiatorInterface::DOMAIN_MATCHED_EXACT
Review patch
-
-
-
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Thanks! Added to 1.0.0-beta3.