phpgroupware-users
[Top][All Lists]
Advanced

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

Re: [phpGroupWare-users] Trouble on sitemanager with an user...


From: Benoit Hamet
Subject: Re: [phpGroupWare-users] Trouble on sitemanager with an user...
Date: Fri, 23 Feb 2007 14:50:11 +0100
User-agent: IceDove 1.5.0.9 (X11/20061220)

Marco Gaiarin a écrit :
> Mandi! Benoit Hamet
>   In chel di` si favelave...
> 
>> Ok That's the result of a serialize(empty_string);
> 
> Another piece in the puzzle... ;)))

Kind of :).

> 
> 
>> Can you check that the input (I mean from the browser to phpgroupware)
>> is right ? containing something, and that the browser doesn't send a
>> null string by itself ?
> 
> How? Traffic sniffing or there's some other tecnique?
Well traffic sniffing is perhaps hard, but the less intrusive one :)

I was thinking of something like a _debug_array($_POST); in the sitemgr
portion of code responsible for the recording. so perhaps in the bo save
function. So you can check that the value that the user try to save is
correctly passed to php, and check that's phpgw is destroying it.

Btw, did you do the exact same manipulation than your user ? to be sure
that the problem is really in phpgw or "elsewhere" (like the truth :) ?

> 
> For now:
> 
>  neobe:~# cat /var/log/apache/phpgw-access.log | grep pulsatilla | grep POST
>  pulsatilla.pc.sv.lnf.it - - [23/Feb/2007:12:16:35 +0100] "POST 
> /login.php?click_history=795cbbf0f8917fa5fa90749a9fac8e36 HTTP/1.1" 302 5
>  pulsatilla.pc.sv.lnf.it - - [23/Feb/2007:12:17:22 +0100] "POST 
> /index.php?page_id=47&menuaction=sitemgr.Content_UI.manage&cat_id=71&click_history=be457b90d6ae1495b9b392d36651227a
>  HTTP/1.1" 200 24140
>  pulsatilla.pc.sv.lnf.it - - [23/Feb/2007:12:17:32 +0100] "POST 
> /index.php?page_id=47&menuaction=sitemgr.Content_UI.manage&cat_id=71&click_history=be457b90d6ae1495b9b392d36651227a
>  HTTP/1.1" 200 24140
> 
> that i think does not reveal somthing useful...

At least, you where to look at :)
File sitemgr/inc/class.Content_UI.inc.php function manage();
But i'm surprised to see 2 POST on the same page (the choice of the
category perhaps ? done using the select box menu ?)

Regards,

Caeies




reply via email to

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