Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
i'm using drupal "4.7 beta 4" i don't know what but it seems Drupal has forgot my password from the database and always prompt me with "Sorry. Unrecognized username or password. Have you forgotten your password?" even i'm so sure the password i'm entered is correct.
I've search this forum and i found a way which is changing the password directly from the database by using SQL query. I did it within the "phpmyadmin" and then turn back to the drupal by keyin the corect user id + password again, but still failed with the above prompted message again...
I have some blocks that make fairly intensive calls on the database with several taxonomy get tree and sorting calls etc. These calls are noticably slowing Drupal down. However, the taxonomies in question are only updated once a week or so. How can I go about caching these blocks? I guess there is no way within drupal to ask it to cache certain blocks, but not others?