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.
For about the last month or two, my site has been suffering from numerous crashes/server lockups (as in system frozen - even the console is locked). It's gotten to the point where if the system stays running for two days, I'm doing well.
The environment was SuSE 9.3 running Apache 2, PHP 4 and MySQL. After one particularily bad set of crashes, the database was saved (using mysqldump) and the machine was completely rebuilt. It currently is SuSE 10.0 running Apache 2, PHP 5 and MySQL.
I just wasted several hours trying to get the image gallery to work with node_privacy_byrole installed. I decided to report my experience so others don't have to go through the same process.
If you're getting "Unknown column 'n.nid' in 'on clause'" errors when you try to go to www.mysite.com/image (i.e., the image galleries), here are two patches that can help you out:
Hi I'm pretty new to using drupal, I usually just code my own php/mysql stuff, but i j ust need to know if there is a way to have a page with a list of all the registered users, kind of like a "members" page. Thanks