phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [ 100996 ] 14RC3 login failure (SQL error)


From: nobody
Subject: [Phpgroupware-tracker] [ 100996 ] 14RC3 login failure (SQL error)
Date: Fri, 06 Dec 2002 19:41:42 -0500

Support Request #100996, was updated on 2002-Jun-12 00:12
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100996&group_id=509

Category: Bug Report
Status: Open
Priority: 6
Summary: 14RC3 login failure (SQL error)

By: skwashd
Date: 2002-Dec-07 11:41
Logged In: YES 
user_id=2480
Browser: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826

The version mentioned is no longer supported, please upgrade to
the latest version.  If you still experience problems please
report it on our bug tracker at
http://savannah.gnu.org/bugs/?group=phpgroupware

Thanks

----------------------------------------------------------------------

By: Zone
Date: 2002-Jun-24 15:06
Logged In: YES 
user_id=1802
Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020417

I've noticed this as well.  In
acl->get_location_list_for_id(), if $account_id is undefined
(ie not 0), the ACL class does the query anyway.  The quick
fix is (almost sure):

if (!$account_id)
{
     $account_id = 0;
}

Perhaps there is something larger at fault, leaving for Seek3r.

----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100996&group_id=509




reply via email to

[Prev in Thread] Current Thread [Next in Thread]