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.
we are using a plugin that bans IP ( deny host IP ) that does not appear to work.. so we harvest the IP's from drupals
access rules and place them in our root .htaccess.
I thought I'd post with those captured to date ( 5 weeks at the http://www.eaglesnest-2.net site ) to give some a head
start on blocking these moronic posters ( SPAMer or BOTSPAMers)
I've been trying to figure out a way to make multiple instances of the same taxonomy appear as different fields in the same node. If you look at this post you may be able to see better what I am talking about... http://www.aceize.com/node/382 ... Both the 'Development Group' and 'Funding Organizations' fields come from one taxonomy of company names. The content type is created using CCK. The taxonomy fields in the content type are created using content_taxonomy.module. I thought about making a separate taxonomy for the Development and Funding, but in certain instances companies will develop technology and fund development of technology (ie, NASA). That sort of duplication puts a bit of a monkey wrench into my plans because it would create two taxonomies of companies.
It doesn't seem possible to make both these fields come from the same taxonomy given the current taxonomy.module. It looks like there can only be one instance of $vid per node.
I recently changed my theme to a customized aberdeen them from a default theme that I was happy with but when I tried to get back onto my site I got an error message:
Fatal error: Call to undefined function module_exists() in /home/mywebsite/public_html/files/theme_editor/aberdeen_customized/template.php on line 66
We were having some problems attaching files to posts and I think the quota may have been reached - so I upped the "total file size per user" and it worked sometimes but a lot of time now it just stalls on the uploading. I have found the uploading graphic just keeps turning but it never shows the uploaded file until I click submit at the bottom of the page for the node - at which point I view the node and the file is actually attached.
Hello,
All of a sudden I am getting ONLY blank pages on my Drupal 4.7.4 site. I've been trying to fix this for hours, and have identified something which doesn't seem to work properly. It has to do with headers. If I view the response headers on the blank Drupal page, I get ONLY one response: "HTTP 200/0.9 OK"
If I create a blank test.php page (unrelated to drupal) on the same server I get "HTTP 200/1.1 OK" and a bunch of other response headers like "Date", "Server", "X-Powered-by", "Connection", "Transfer-Encoding", "Content-type".