Re: [phplib-users] Login problem ...
Brought to you by:
nhruby,
richardarcher
|
From: Frank B. <fb...@sy...> - 2008-09-25 12:37:53
|
Frank Bax wrote: > I just upgraded my OpenBSD server from 4.1 to 4.3 which means (among > other things): > PHP 5.1.6 -> 5.2.5 > PGSQL 8.2.3 -> 8.2.6 > A page with sessions only works fine. But when I try to login a page > with sess4/auth4/perm; I get "Either your username or your password are > invalid". When I check my pgsql logs, I see a couple of "update > sessions" but no queries to my "auth" table. > > Are there any known issues with this upgrade? After a summer of rewriting code (to remove phplib); I upgraded the production server early in Sept. Soon after prod server upgrade I found a little used app that was not tested on test server. Surprisingly (to me) the phplib code on prod server after upgrade to php 5.1 still works for this little app! I have not yet had time to figure out what difference between the two servers caused the problems I encountered on test server in June. |