Re: Config changes for 0.16.3 ?
Lukas Kahwe Smith <[email protected]> Thu, 11 Aug 2005 17:06:09 +0200
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
Benedikt Laube wrote: > On 8/11/05, Benedikt Laube <[email protected]> wrote: > >>On 8/11/05, Lukas Kahwe Smith <[email protected]> wrote: >> >>>I went through all the commits since 0.16.2 and cant seem to find any >>>change that could lead to the DB containers not working anymore. >>> >>>So could you briefly elaborate on the exact problems. You cant even >>>login at all? Or simply on the next request you are getting this error? >>>Did you do any changes to your schema? Do you have any observers that do >>>things by calling getProperty()? >> >>Hi, >> >>no login at all. $LU->isLoggedIn() is always false. $LU->init is always true. >>I did not do any changes to the schema (I used the install.php file). >> >>What's funny is that handle, passwd in $_REQUEST keep the same values >>from the initial form submission even if resubmitting the loginform >>with different values, until I call the script with ?logout=1...then >>I can try different values. > > > Just another observation: Swapping the LiveUser package back to 0.16.2 > without changing anything else makes the system work again. Hmm .. do the examples work for you when using 0.16.3? I must admit I havent integrated the latest LiveUser version into my code base, so I have only tested with the examples which all seem to work fine. regards, Lukas