WSF2008
Mass Contact module sends to site "To" but not to BCC recipients
Solution: Updating to the latest nightly dev release of the module, from the 2007 November Beta, fixed it.
http://drupal.org/project/mass_contact
Back to the problem...
Mass contact module says:
# cid = "2"
Upgrade Drupal a version with an automatic patch
http://2bits.com/articles/upgrading-drupal-5-2-installations-to-5-3-secu...
Agaric has modified version the shell command version (listed by Khalid right above the comments) to be a script that can patch Drupal regardless of the name of its current directory..
Agaric's version is attached.
Validation error on search form, contact site admin. But I am the site admin!
Search causes validation errors: how to disable caching for certain pages?
Not Boost!
Using search pages causes a validation error only when logged in.
Installing Munin, the site monitor named after a Norse god's crow
sudo aptitude install munin-node
sudo aptitude install munin
sudo vi /etc/munin/munin.conf
# a simple host tree
[wsf.grassrootsconnection.org]
address 127.0.0.1
use_node_name yes
Skipping this for now -- and I think this assumes both munin and munin-node on one server:
Bringing a stressed Drupal site back to its feet
Before and after restart:
0 stedile:~# free
total used free shared buffers cached
Mem: 1343636 1309280 34356 0 1856 29692
-/+ buffers/cache: 1277732 65904
Swap: 524280 513244 11036
0 stedile:~# free
total used free shared buffers cached
How to configure and enable blocks in Drupal
Create some blocks first, the add block link at the top of the admin/build/block page
these blocks would be in different languages
then create a multilingual block, which will let you slot these blocks in. Again, I'm fairly certain you want something for each block even if you don't have a translation-- put another translation in.
from here on the steps are the same for any block
Newsletter Signup Block for Registered and Anonymous Users
nope-- this is for nodes, as an event node
http://drupal.org/project/signup
People who also want Simplenews to CiviCRM integration
Simplenews and CiviCRM
Module development · Drupal 4.7.x
ravijo - http://drupal.org/user/49196
November 16, 2006
http://drupal.org/node/98061
CiviCRM integration
http://drupal.org/node/92308
Latest post: #6
For now, we're using Simplenews with Agaric's addition of the Newsletter block module.
http://drupal.org/project/issues/26416
And a few more enhancements -- a subscription hook! -- in the works.
Set the return path for e-mail sent by a web server
#
#ServerAdmin webmaster@host.some_domain.com
this is set for us, but apache process (Linux user www-data) still is sending e-mail as www-data@domain.name
nada:
Won't send email
http://drupal.org/node/103092
help with drupal sending mail
http://drupal.org/node/11570
I think I've identified our problem:
php mail() set from address
Debian server not sending mail to recipients that share its domain name
In Agaric's case for this server, mail for the domain was in fact being handled elsewhere. The problem was the server thought it should do it, so it caught all the mail with its domain name and squashed it, saying "there's no user by this name."
Remove your domain from the mydestination string in Postfix's main.cf.
Taking Donations With Ubercart and PayPal Express
First, install ubercart. With Drush:
sudo php drush/drush.php pm -l http://agaricdesign.com/ install ubercart
Enable all Ubercart core required modules (in alpha 9 there is a bug which only allows you to check three of the required dcore Ubercart modules, but then Drupal will give you the option to enable the fourth).
