2011-11-07 More work on the website move. In the morning I got the picture gallery (gallery2) back to work. I didn't wanted to install it fresh. So, I copied everything but had to edit the configuration files directly. A different problem appeared after I activated debugging output: There were errors in the SQL queries. Strange, because there weren't any before. The point was, that gallery2 uses table names like ``Group'', which are SQL keywords. This wouldn't fail if they'd put the identif- iers in backticks. But as they didn't, the query failed. What I had changed, was the table prefix. Now that I have one database for the gallery alone, I removed the prefix completely. Eventual- ly, I had to restore it. (Used mysql client to write the table names to a file; turned it into a SQL rename query with vi; exe- cuted it with mysql client.) In the eventing, mainly Register Globals adjustments in the old scripts and general cleanups. http://marmaro.de/lue/ markus schnalke