Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling Islandora Context seems to disable tons of other modules #56

Open
bondjimbond opened this issue Feb 15, 2019 · 1 comment
Open

Comments

@bondjimbond
Copy link

Today a site enabled Islandora Context, which promptly disabled a pile of other modules. No alert was given. I believe this may have happened to another site a year or two ago. Have you encountered this problem?

@mjordan
Copy link
Collaborator

mjordan commented Feb 16, 2019

I have not heard this before. Do you know:

  1. Did they enable it via the Drupal GUI or the command line (I assume GUI)?
  2. What modules were disabled by enabling Islandora Context?
  3. Did they enable the core Context already or allow it to be enabled automatically as a dependency when they enabled Islandora Context?

To try to replicate the problem, on a clean Vagrant, I enabled Islandora Context via the Drupal UI (saying yes to Drupal enabling the dependency Context) and could not replicate the problem. Before I enabled it, I queried Drupal's system table to see how many modules/themes were enalbled:

mysql> select count(*) from system where status = 1;
+----------+
| count(*) |
+----------+
|      127 |
+----------+
1 row in set (0.00 sec)

and then after I enabled it, I reran my query, which shows two more modules, which would account for islandora_context and its dependency context (which Drupal enabled automatically):

mysql> select count(*) from system where status = 1;
+----------+
| count(*) |
+----------+
|      129 |
+----------+
1 row in set (0.00 sec)

I'll need more information in order to troubleshoot this further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants