Drupal logins not working August 29th, 2007

There’s a long (and old) thread about Drupal logins not working. A lot of the problems are to do with weird PHP version changes; some of them are caused by cookie persistence; but the one we’ve had was the result of losing the login box on the front page.
“How can you log in without a [...]

DO NOT BEEP! August 29th, 2007

On both my work and home Dell laptops, the computer beeps at full volume when you change the sound settings. This has come close to shattering my eardrums on several occasions these past few days.
Bizarrely, if you open “Control Panel > System > Hardware > Device Manager”, and click on “View > Show hidden devices,” [...]

Some Drupal gotchas August 29th, 2007

These have arisen in my recent workshops, and during programming….

The Page content type isn’t the same as the page template; nor is it the same as a page on the site, which is actually called a node.
The file in your templates directory, called template.php: that’s the only .php file that isn’t actually a template (templates [...]