Re: Flakey use of debug config

Dan Rossi <liveuser-zu2dZaOKXTSc5qR/[email protected]> Mon, 31 Oct 2005 00:06:11 +1100
Newsgroups gmane.comp.php.pear.liveuser
Message-ID <[email protected]>
Thats fixed with the latest cvs, however i keep gettin this message

An undefined error occurred or init() was not called

on the login page when not attempting to login yet.

I just worked out my prob, LiveUser object variable status is removed 
its now getStatus :\

  function messageHandler()
     {
     		if ($this->liveuser->getStatus() !==-11) {
     			return 
$this->liveuser->statusMessage($this->liveuser->getStatus());
     		}
     		return false;
     }

inside my observer which is called from my flexy template

On 30/10/2005, at 11:47 PM, Lukas Kahwe Smith wrote:

> Dan Rossi wrote:
>
>> And yeh somewhere down the line my configs dont match up, its trying 
>> to load perm simple which is not my option, but a message of unknown 
>> error is unhelpful :D
>
> are you using CVS?
> if not please try CVS and tell me if the error goes away ..
>
> regards,
> Lukas
>
>
> _______________________________________________
> LiveUser mailing list
> [email protected]
> http://mailman.21st-hq.de/mailman/listinfo/liveuser
>