From: Rolf S. <in...@to...> - 2008-11-17 15:15:54
|
Dieter Ries schrieb: > in my case, all those perl scripts, > are the same script, no links or something. The forwarding is done inside these scripts. > and do I need special apache configurations for this bin/mozilla subfolder? No. The path is included in the HTTP request. > There is no "update" or "save as new" button here, but I can create a > new user, that works. and all the changes also work, so the data gets > changed in the db. If you open an existing customer, there are these 2 buttons. If you see his address or are able to add a new customer, you are already on ct.pl. Add and Update are only subroutines of this script. In this case, the problem is that after processing your are not forwarded you to ct.pl again. Difficult to say why! > I tried upgrading from 2.4.7, which fails with some column "old" > missing. so I wanted to try smaller upgrades and tried 2.4.16 first. The small steps should be performed automatically. Maybe your db is already corrupted now. I suggest to upgrade to 2.8.18, login to Postgres: "drop database dbname; create database dbname; \i backup.sql when you log in the dataset will be upgraded" (Dieter Simader, User Forum, 17.10.08) Gruss aus dem Glarnerland Rolf |