Topics
Drupal
Drupal install
Submitted by doka on 2008, August 30 - 18:46How to install Drupal development environment.
- Add new comment
- Read more
- 295 reads
Drupal development environment on Ubuntu LAMP
Submitted by doka on 2008, June 22 - 16:42I have started a series of tutorials to describe how to set up a Drupal development environment on Ubuntu 8.04 LTS (Hardy Heron) LAMP server. This LAMP server can be a virtual machine over VMware server.
Session 1: Setting up the LAMP server as a virtual machine
Session 2: Additional components to the LAMP server: webmin, phpMyAdmin, NFS, PHP GD library
Session 3: Configuring the LAMP server: networking, NFS, firewall
Session 4: Drupal install
- doka's blog
- Add new comment
- Read more
- 309 reads
Searching for user/2
Submitted by doka on 2008, June 1 - 09:03After a fresh install of Drupal 6.2, create the second user (you have already the user/1), and this user will be the user/3. So user/2 is just missing (page not found). I issued this as a bug report (http://drupal.org/node/259909) and the answer was:
"This is a known issue caused by a quirk of MySQL when dealing with auto-increment fields. Aside from the gap in the sequence it is not actually a problem."
That's fine so far, and I'm just re-publish this story here for others not reading the issue queue, but searching for the user/2
- Add new comment
- 312 reads
Drupal 6 maintenance releases
Submitted by doka on 2008, April 13 - 16:52There is already the second maintenance release for Drupal 6, followed in short time. Both releases correct something only in D6. It means, D6 has introduced some new bugs and/or features with security leaks. I hope it's over now ...
I updated the site, and still waiting for the Views for D6.
- doka's blog
- Add new comment
- 279 reads
Simple image handling in D6 with image filter module
Submitted by doka on 2008, February 16 - 17:03For Drupal 6 there is the handy image file filter module to insert images into the content.
Update: the evolution of the module is very fast, and the features are also changing. The usability is improving, but some hints below may become misleading in time.
After the setup, you just have to upload the image file to the node as an attachment, set the orientation, and that's all. Look:

- Add new comment
- Read more
- 408 reads
Site runs on Drupal 6
Submitted by doka on 2008, February 10 - 18:32I decided to upgrade my site content and design to Drupal 6. It runs now without any problem. I'm still waiting for some contributed modules like CCK and Views, but the main features are already alive!
- doka's blog
- Add new comment
- 267 reads
Drupal development environment on VMware
Submitted by doka on 2008, January 27 - 15:16I have set up a Drupal development environment, running as a virtual machine on Ubuntu 7.10 (Gutsy) host and VMware Server 1.0.4. It results in an virtual Ubuntu LAMP server, configured for Drupal development. Each configuration tip, PHP or database version, try-and-error game or development project can have its own "guest" environment, but your "host" environment remain clear and simple.

The use case
- Add new comment
- Read more
- 1333 reads