drupal

I have a site that gets heaps of crappy hotmail registrations.

I've been using mollom for a while and it works OK, but I still sometimes ge 20 useless registrations a day.

The site doesn't require email verification to make the ecommerce smoother.

After months of frustation, I discovered the Honeypot module, no crap registrations since install!

I wonder if real people can still register? Hmm, have to check that.

Useful snippits

So I got some major errors trying to get Media and media Gallery to work. (why, why, why?).

The site just crashed with an error message. Couldn't get direct to admin pages nothing.

I worked out that you can get to the watchdog table directly in the database via PHPMyadmin.

Then you can download the Blob of the error and open in text wrangler.

This should let you what module is Freaking and you can disable via the "system" table by setting it's status to 0.

Useful snippits