phpgroupware-developers
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-developers] (no subject)


From: Chris Weiss
Subject: Re: [Phpgroupware-developers] (no subject)
Date: Wed, 24 Sep 2003 20:16:57 +0000

Seems you're not the only one...
http://forums.phpgroupware.org/index.php?t=msg&th=12&start=0&rid=2

I don't seem to be able to reproduce this here, but on this server I also run 
.14 so
register_globals is on... only thing i can think of.

Bob Crandell (address@hidden) wrote:
>
>Yes, this is a test install.  And this didn't work either.  Don't forget, I've
>already deleted the directory and did a fresh CVS install.
>
>The error "listbox->getvar(header_background_image)" doesn't kill phpGroupWare 
>so I
>was going to check a setting in Admin/Users and in Admin/Groups.  Both of them 
>gives
>me a nice cheery:
>
>Database error: Invalid SQL: SELECT * FROM phpgw_accounts WHERE account_type = 
>'u'
>ORDER BY account_lid ASC LIMIT
>MySQL Error: 1064 (You have an error in your SQL syntax near '' at line 1)
>
>File: /home/web/htdocs/phpgr16/phpgwapi/inc/class.accounts_sql.inc.php
>Line: 190
>
>Session halted.
>
>Tell me how to gather some debug info and I'll send it to you.
>
>Thanks.  I have to go back to work now.
>
>Brian Johnson (address@hidden) wrote:
>>
>>this is a test install right?
>>
>>cd to the phpgroupware dir and do a
>>
>>cvs -z3 update -dPC
>>
>>the '-dPC' will overwrite old files instead of trying to merge with them 
>>(that I
>>think is where you had problems)
>>
>>
>>
>>Bob Crandell (address@hidden) wrote:
>>>
>>>That didn't fix it, so I ran "grep ">>>>" *.php" in phpgwapi/inc which found 
>>>>>>> in
>>>class.crypto.inc.php only as part of the debugger.
>>>
>>>Does this mean I'm the only one with this issue?
>>>
>>>I erased this phpgroupware directory and did a fresh install.  No joy.
>>>
>>>I don't edit anything for two reasons:
>>>1)  I don't know how.
>>>2)  It's fun watching phpGroupWare grow.
>>>
>>>Thanks
>>>
>>>Chris Weiss (address@hidden) wrote:
>>>>
>>>>looks like it's only called via $this->getvar and php is translating it for 
>>>>you.
>>>>It's from phpgwapi/inc/class.portalbox.inc.php
>>>>the file was probably wacked by cvs when it tried to patch it.  Common 
>>>>thing cvs
>>>>does on installed where you're making changes to things in general, did it 
>>>>me on
>>>>this file once before I think.
>>>>
>>>>To fix, do this from phpgroupware's root:
>>>>rm phpgwapi/inc/class.portalbox.inc.php
>>>>cvs -z6 co -r Version-0_9_16-branch phpgwapi/inc/class.portalbox.inc.php
>>>>
>>>>you could also try to fix it manually by looking for ">>>>" hacking around, 
>>>>but
>>>>that's a lot more work and unless you've customized the file it's not worth 
>>>>it.
>>>>
>>>>Bob Crandell (address@hidden) wrote:
>>>>>
>>>>>Hi,
>>>>>
>>>>>I just did a CVS update of phpGroupWare 0.9.14.509 and when I login I get:
>>>>>listbox->getvar(header_background_image)
>>>>>
>>>>>I ran grep looking for listbox->getvar, as in, grep -r "listbox->getvar" * 
>>>>>from
>>>>>phpgroupware's root and didn't find anything.
>>>>>
>>>>>What is it?  Where is it?  Why is it?
>>>>>
>>>>>PHP v4.3.3
>>>>>Forced Preferences:
>>>>>Interface/Template Selection = Verdilak
>>>>>Show navigation bar as = Text only
>>>>>
>>>>>Thanks
>>>>>
>>>>>Voice - 541-689-9159
>>>>>FAX - 541-463-1627
>>>>>Eugene, Oregon
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>_______________________________________________
>
>Voice - 541-689-9159
>FAX - 541-463-1627
>Eugene, Oregon
>
>
>
>
>_______________________________________________
>Phpgroupware-developers mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
>





reply via email to

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