0.16.3 upgrade issue...

"Jan Bolmeson" <[email protected]> Sat, 13 Aug 2005 18:06:32 +0200
Newsgroups gmane.comp.php.pear.liveuser
Message-ID <[email protected]>
Regarding the previously discussed issue with version 0.16.3 not working
when upgrading, at least I experience the issue of that 

$LU->_auth = NULL 
$LU->_perm = NULL

Which points to that the containers are not loaded (althought they load
without problems with the same config on 0.16.2). Can the problem be related
to that we are using MySQL as backend DB?

//jan



DUMP OF $LU AFTER INIT 
(truncated at $LU->stack after init when correct username and password is
sent to init and just before $LU->isLoggedIn() is called)


object(LiveUser)#8 (11) {
    _options       => array(7) {
        autoInit              => bool false
        session               => array(3) {
            name        => string(10) PHPSESSION
            varname     => string(6) ludata
            force_start => bool true
        }
        session_save_handler  => bool false
        session_cookie_params => bool false
        cache_perm            => bool false
        login                 => array(2) {
            force   => bool false
            regenid => bool false
        }
        logout                => array(1) {
            destroy => bool true
        }
    }
    _auth          => NULL
    _perm          => NULL
    authContainers => array(1) {
        DB => array(6) {
            type                  => string(2) DB
            loginTimeout          => int 0
            expireTime            => int 1200
            idleTime              => int 1200
            allowDuplicateHandles => int 0
            storage               => array(5) {
                dsn    => string(39) mysqli://madwax:xxxxxx@localhost/xxxxxx
                prefix => string(9) liveuser_
                tables => array(1) {
                    users => array(1) {
                        fields => array(0)
                    }
                }
                fields => array(0)
                alias  => array(0)
            }
        }
    }
    permContainer  => array(3) {
        type    => string(7) Complex
        alias   => array(0)
        storage => array(1) {
            DB => array(5) {
                dsn    => string(39) mysqli://madwax:xxxxxx@localhost/xxxx
                prefix => string(9) liveuser_
                tables => array(0)
                fields => array(0)
                alias  => array(0)
            }
        }
    }
    status         => int -9