Thanks a lot Ryan and Jason for the ideas. I have MODx installed now. So lets see if MODx would be the CMS that I have been looking for
I have indeed noticed the instability of MySQL 5.0.51a, either when I used other CMS’ or other applications using it. But that didn’t really bother me before. And indeed there seems to be something weird with PHP 5.2.5, but not the configuration on my php.ini.
The main reason I used both MySQL 5.0.51a and PHP 5.2.5 is because they are part of Debian Sid (unstable) packages that I used. I decided to use that Debian version just because I wanted to use Lighttpd 1.4.19. And I was too lazy to maintain different packages versions of Debian in my server.
Anyway. The problem disappears after I downgraded PHP to version 5.2.0 which is part of Debian Etch packages. And considering the issues on MySQL 5.0.51a, I downgraded it as well to 5.0.32 which is also part of Debian Etch packages. In the end I said, "Hey! Why don’t I just downgrade everything to Etch to have less hassle server, and use lighttpd and php5-xcache from Etch backports repository?". So I did it. It took me quite some time though, as I didn’t want to do clean install.
Up to now, I found 2 problems in MODx. First, the Friendly URL using url.rewite or mod_magnet as described in the Wiki, doesn’t seem to be working. And the second is, that there seems to be a problem with CAPTCHA due to the separation of user and manager login forms. When I log in from the web user login form with a user with administrator right, I got error saying
"The security code you entered didn’t validate! Please try to login again!". But there is no CAPTCHA code being displayed in the web user login form. It is only being displayed in the manager login form.
If I still could not find the workaround for those issues, I will post them in new topics.