Drupal
Oops, deleted super user Drupal 6, what to do? maybe you emptied user table?
I left my thinking cap off and emptied the user table of a dev Drupal 6 site I was working on. If that happens to you, just access your database with phpMyAdmin or similar, and: INSERT INTO users (uid, name, pass) VALUES (’1′, ‘yourname’, md5(‘yourpassword’)); then edit the users table further to add your email [...]
Drupal 6 Programmatically Create Users
How to programmatically create new users in Drupal 6: To update an existing user:
HerpCount.org – a new site for citizen science in Herpetology
Working with Phil Rosen, Kevin Bonine, Julia Fonseca, and Brian Powell, I have in my free time developed a cool site for citizen herpetologists. It enables citizen scientists to contribute observational data on herps of southern Arizona. In the next few months, we hope to add iPhone and Android applications to it, and to make [...]
No one can log in to Drupal, several possibilities why
You have a Drupal site that is working fine, and then you discover it seems like all of a sudden, no one can login. This happened to me, and it turned out to be connected to setting the cookie domain in the settings.php file. I set it at FCK Editor’s bequest. And then all heck [...]
How To Move Your Drupal or WordPress Web Site to Amazon EC2 and Get Free Fast Hosting for a Year
Tired of slow shared hosting? Now you can move your Drupal or WordPress web site to Amazon’s EC2 cloud services, and you can even get free hosting for a year! That’s because Amazon has a deal going on to attract new users – they call it their free tier deal. Check it out, sign up. [...]
Put a project into git version control, with central svn style repository, + Drupal notes
Git is distributed and wonderful. Svn kinda sucks. But often you still want to sort of think of your git setup as having a one central bare repository, and git does that. Steps to set-up, for your reference and mine, follow: Go to the base root directory of your project and type: $ git init [...]
Drupal Classified Ads Modules Options / Choices / Comparisons
This post discusses the options / choices for having classified ads on Drupal websites. So it is a comparison of classified ad solutions for Drupal, if you will. Drupal is an open source content management system for building websites and it has lots of contributed modules that can often solve your needs without any custom [...]
