From: <dyn...@us...> - 2002-02-01 09:41:34
|
Alessandro or Jeremy, I was testing your update check. I found a bug that I am not sure if you forgot about or in the process of looking into, but here it is in the admin folder: update_admin.php on line 52 The problem is that you have the mysql looking into flags table which I'm not sure you intend to do or not. If so, the check_version column was not created within flags table in a new installation of phpws. So you have to either add a new row/column to the install script or change the sql to search else where. It would make sense to have it look into the version table, but the title would be version and not check_version to comply. Hope that helps you get into the mode into what's wrong. I'm sure there are other things you are focusing on. But trying to help out. Also...Matt: You might want to modify the footer to have it powered by phpwebsite cvs vs. just phpwebsite. That way people know what version is being used. Helps in debuging. TaT |