Package: phpwiki
Version: 1.3.10-1
Severity: important

Session handling gets broken on upgrade by default.  The following SQL
is required to correct:

ALTER TABLE session ADD COLUMN sess_ip char(15);
ALTER TABLE session ALTER COLUMN sess_ip SET NOT NULL;

You may want to try to to add a call to check to see if the sess_ip
column is missing when a session SQL call fails, and if so, do this
automatically.

-- 
Zed Pobre <[EMAIL PROTECTED]> a.k.a. Zed Pobre <[EMAIL PROTECTED]>
PGP key and fingerprint available on finger; encrypted mail welcomed.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to