User login

Fragment

MAMP MySQL connection problems

Getting Drupal to connect on MAMP

I had to use the host name instead of localhost, and to provide the non-standard port number.

host: Ebony-II.local
port: 8889

Note: the host name will be whatever your computer calls itself plus .local, you can get it exactly from MAMP's PHPMyAdmin under system variable settings or some such (a huge long list of settings, that is not the run-time settings one).

I changed a line in php.ini --

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"

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:

As a security measure, we are going to change so the node bind itself to the loopback interface.
So go and edit /etc/munin/munin-node.conf and make sure the host value looks like this:

Ask Agaric: What is Linux? (No, don't ask that)

http://www.ubuntu.net/
08:17
there-- the flavor of the month of Linux

andrea:
what is linux?

benjamin melançon 10:11
i'm going to pretend i didn't hear that

andrea:
sounds good

benjamin melançon
THE free software operating system

andrea
i still don't understand

benjamin melançon
Microsoft = Evil
Apple = Lesser Evil
Linux = Good

andrea
now you're speaking my language
it's good b/c it's free

Windows programs for converting Adobe PDF to RTF

Windows programs for converting Adobe PDF to word document or RTD format

http://www.verypdf.com/pdf2word/pdf-to-doc/pdf-to-rich-text.html

Debugging a sudden clogging of Apache- unable to connect to database

Triggers? Related? Anything?

Type php
Date Wednesday, January 2, 2008 - 17:58
User Visitor
Location http://www.wsf2008.net/ro/taxonomy/term/12ass
Referrer
Message array_map() [function.array-map]: Argument #2 should be an array în /var/www/d53/modules/contributed/views-5.x-1.6/views/modules/views_taxonomy.inc la linia 493.
Severity error
Hostname 194.209.25.19

Seth Godin on Landing Pages

http://sethgodin.typepad.com/seths_blog/2006/04/vocabulary_land.html

A landing page (in fact, every page) can only cause one of five actions:

Using Taxonomy Manager without stripping custom term information (support session raw notes)

ben
7:20 PM

i am trying to work with taxonomy manager and am desperate
7:21 PM

many of the terms pointed by the drop down list are empty and do not match the historical good terms which are populated
7:21 PM

how come
7:21 PM

about brasil
Benjamin Melançon
7:22 PM
yes...
Pierre George
7:23 PM
how come?
Benjamin Melançon
7:23 PM
how come what?
Pierre George
7:23 PM
*see case of colombia
7:23 PM

case of pakistan
7:24 PM

Label nodes with their content type

In the node.tpl.php (example attached), Agaric simply added:

<div class="type"><?php print $node->type ?></div>

And the CSS:

<pre>
.node .type {
  float: left;
  font-size: 80%;
  font-style: italic;
  color: #714839;
  margin-right: 5px;
}
</pre>

Syndicate content