Unclear error in VPHP

Danny Lewkin daniel.lewkin at cognosis.be
Tue May 20 08:04:30 CDT 2008


Hi Ruslan, Bart,

we have more info on the 'unknown entry' error in VPHP...

when we run this script (very simple...):

<?php
ini_set("error_reporting",E_ALL);
ini_set("display_errors", 1);

$connectionID = valentina_connect("localhost:15433", "sa", "sa",  
"iso-8859-1", "license");
valentina_select_db("core_bb_esf_test", $connectionID);

$result = valentina_query("SELECT * FROM tbl_users", $connectionID);
valentina_free_result($result);
valentina_close($connectionID);
?>

this error rises:

Unknown list entry type in request shutdown (-1)

HTH,

Danny



On 14 May 2008, at 11:11, Bart Pietercil wrote:

>
> On 13 May 2008, at 19:44, Ruslan Zasukhin wrote:
>
>> On 5/13/08 12:45 PM, "Bart Pietercil" <bart.pietercil at cognosis.be>  
>> wrote:
>>
>>> Hi Ruslan, List,
>>>
>>>
>>> could somebody explain to me what would trigger this error in our
>>> server logs
>>>
>>> [Tue May 13 11:30:40 2008] [error] PHP Warning:  Unknown list entry
>>> type in request shutdown (-1) in /Library/WebServer/Documents/ 
>>> Mobistar/
>>> classes/class.Connector.php on line 29
>>>
>>> While this does not seem to have much impact I would prefer
>>> understanding the error above just dismissing (because there are a  
>>> lot
>>> of lines in the log generating this warning)
>>
>> No idea, Bart,
>>
>> Did you try google?
>
> Google has loads off this warnings in php. Seems to have to do with  
> modules. And just as Blackfin I think this comes from the VPHP  
> module...
>
> (0003467) blackfin (reporter) - 2008-05-14 01:13
> http://valentina-db.com/bt/view.php?id=3158#3467
> ----------------------------------------------------------------------
> When I change the Locale via php before your example, the string  
> format
> changes, but it is still truncated:
>
> setlocale(LC_ALL,"en_US") :
>  string(13) "05/14/2008 10"
>
>
> setlocale(LC_ALL,"en_GB") :
>  string(13) "14/05/2008 10"
>
> setlocale(LC_ALL,"de_DE") :
> string(13) "14.05.2008 10"
>
> Sometimes (but not always) when executing your example, this error is
> risen (I think it comes from the VPHP module) :
> Warning: Unknown list entry type in request shutdown (-1) in Unknown  
> on
> line 0
>
>
> hth
>
>
> Bart
> I will investigate this further as soon as I find some time
>
>
>
> _______________________________________________
> Valentina mailing list
> Valentina at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina




More information about the Valentina mailing list