WSF2008
Poor performance of Drupal 5 internationalized site due to lack of database table indexes?
One issue is that in Drupal 5x the i18n_node table does not have indexes where you really need them.
See the CivicActions post When to Index - Databases, Tables, Explain.
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
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
