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 would like to have just some static HTML content my site that is not rendered or messed with by Drupal. Permissions are not a concern (i.e. I don't mind if everyone can see this content)
How do I create forums like here in Drupal.org? I tried creating multiple vocabularies of type forum, but only one of them appears. I'm thinking this is a taxonomy issue ....
I was having a problem on my site. Where users would have no errors. But when I logged in as administrator, I would get:
user error: Can't open file: 'node_counter.MYI'. (errno: 145)
query: UPDATE node_counter SET daycount = '0' in /home/tfiske/public_html/includes/database.mysql.inc on line 90.
I used my ISP's MySQL database tools to find out my node_counter table had 'crashed'. Doing a 'repair' fixed everything. And now the site counters work.
Just wanted to share with everyone else, since when I did a search on node_counter I couldn't find anything.