Recipe 89: Posting an issue
Note
Ingredients
Web Browser
Posting a New issue
If you are new to posting Drupal issues, consider just reading the issue queue for at least several days before posting. This will help you to get a sense of the culture of issue queue interaction.
If you don't already have an account on drupal.org get one. Look for the User login block on the home page, and click on Create new account.
Complete the steps to login.
Search the issue queue before you post! (Recipe 88). If your topic already has an associated active issue, reply rather than posting a new issue.
Also, before posting to the issue queue in a panic read the Drupal Troubleshooting FAQ http://drupal.org/Troubleshooting-FAQ. For instance, standard fare is to increase memory in the face of the White Screen of Death (WSOD) or to disable buggy modules by setting the
status = 0
in the system table.Be sure to know which version of the module you're using. Is it the dev (development) version? Is it the latest recommended...