- πΊπΈUnited States bluegeek9
Drupal 7 in End of Life and no longer supported. We encourage you to upgrade to a supported version of Drupal. For more information, see https://www.drupal.org/upgrade β .
Some settings like DOMAIN_INSTALL_RULE or DOMAIN_SITE_GRANT need to be modified in the domain.module to take effect. In my opinion, these constants should be overridden in Drupal settings.php, so that we don't need to change the module's source code. If so, we don't need to modify the source whenever the module is upgraded to newer version.
Just modify the domain.module like below:
if (!defined('DOMAIN_INSTALL_RULE'))
define('DOMAIN_INSTALL_RULE', TRUE);
Closed: outdated
3.5
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 in End of Life and no longer supported. We encourage you to upgrade to a supported version of Drupal. For more information, see https://www.drupal.org/upgrade β .