Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I have an issue that is caused only when three modules are enabled together (logintoboggan, pathauto, and entity). When I upgrade entity from rc1 to rc3, one of the functions of logintoboggan breaks if pathauto is enabled. I have attempted to determine which module is interfering with logintoboggan, or if it in fact is logintoboggan itself that is at fault, but this exceeds my debugging ability.

So, in cases where one has an issue where a specific combination of modules causes an error, where should the issue be filed? Should only one issue be filed, or should multiple issues be filed and linked to one another?

share|improve this question
 
What about starting a community wiki in drupal.stackexchange.com ? –  Nikhil M Dec 26 '12 at 13:53

2 Answers

up vote 3 down vote accepted

Personally, I would pick the one with the highest level (or least mature), and post in that issue queue. By highest level, I mean the one closest to the user, the one with the modules dependent on it, etc. In your case, I think logintoboggan would be most appropriate.

Then in the issue, explain the situation in detail and mention the other modules.

If the project owner thinks a lower level module is the culprit, then they will decide what to do. More than likely, they will post a comment, and reassign to a new queue.

I would not post the issue in multiple queues, though. It makes tracking things too hard.

share|improve this answer

If you're unable to identify the culprit, I suggest filing a detailed description in the issue queue of the most likely candidate (or draw straws if they're all equally likely). In the other two, just file a brief note. Then crosslink all three (you can edit a post after publishing it).

That way, someone with better debugging skills may identify the root of the problem, and be able to post the follow-up in the appropriate queue.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.