[BlueOnyx:09688] Re: Time out modifying specific user

Eiji Hamano bluequartz at hypersys.ne.jp
Tue Feb 28 03:01:21 -05 2012


Hi 

I found the cause and fix of this problem.

>> Maximum execution time of 30 seconds exceeded in
>> /usr/sausalito/ui/libPhp/uifc/FormFieldBuilder.php on line 497, 

The problem was from "Invalid User name value". 
The  "Invalid value" meane  "$1MS$T$DF....".

So,  I modify FormFieldBuilder.php, and 
I cutted  line 496 497 and 498 as followings.

            while (preg_match($pattern,$out) > 0) {
                $out = htmlspecialchars_decode($out,ENT_QUOTES);
            }

Then,  The error was gone, I modified  the "Invalid User name value".
After that, I replaced the FormFieldBuilder.php to original.

Thanks.  
Eiji Hamano.


> Hi
> 
> I have same error now,  on my 5106R bx server.
> 
> Is there no solution yet ?
> 
> How do you solved it,  Robert ?
> 
> Eiji Hamano
> 
> 
> ----- Original Message ----- 
> From: "Robert Fitzpatrick" <robert at webtent.org>
> To: "BlueOnyx" <blueonyx at blueonyx.it>
> Sent: Wednesday, January 04, 2012 4:00 AM
> Subject:  [BlueOnyx:09302] Time out modifying specific user
> 
> 
>>I have a BlueOnyx 5106R server that times out with the error below when
>> trying to modify settings. All other users even on the same site work 
>> fine.
>>
>> [Tue Jan 03 13:43:52 2012] [error] [client x.x.x.x] PHP Fatal error:
>> Maximum execution time of 30 seconds exceeded in
>> /usr/sausalito/ui/libPhp/uifc/FormFieldBuilder.php on line 497, referer:
>> https://host.domain.com:81/base/user/userList.php?group=site3
>>
>> I see some other posts on this, but no solutions, it is the same as 
>> here...
>>
>> http://nusol.smd.net/trac/ticket/307
>>
>> It is a VM and I tried restarting admserv, but no help. Any ideas?
>> Should I increase the timeout in the admserver php.ini? All the other
>> users bring up the form very quickly.
>>
>> Thanks, Robert
>>
>> --
>> Robert <robert at webtent.org>
>> _______________________________________________
>> Blueonyx mailing list
>> Blueonyx at mail.blueonyx.it
>> http://mail.blueonyx.it/mailman/listinfo/blueonyx 
> 
> _______________________________________________
> Blueonyx mailing list
> Blueonyx at mail.blueonyx.it
> http://mail.blueonyx.it/mailman/listinfo/blueonyx



More information about the Blueonyx mailing list