Menu

#50 error in adodb-exceptions.inc.php

Next_Version
closed-fixed
None
5
2006-07-25
2006-07-21
Anonymous
No

I've downloaded the latest version of adodb lite
(ADOdb Lite Version 1.15 - March 25, 2006) from your
site and i got an error in adodb-exceptions.inc.php.

Error in adodb-exceptions.inc.php on line 40. It is
should be $user = $thisConnection->username; instead
of $user = $thisConnection->user;

If it not fixed, then your script will error, when
trying to use the try/catch error trapper because of
missing user properties.

the code on adodb-exceptions.inc.php line 40 is:

$user = $thisConnection->user;

then, it MUST changed to:

$user = $thisConnection->username;

regards,

Harry S. Kartono <hskartono@yahoo.co.id>

Discussion

  • Mark Dickenson

    Mark Dickenson - 2006-07-25

    Logged In: YES
    user_id=752816

    Thanks, added to the next version

     
  • Mark Dickenson

    Mark Dickenson - 2006-07-25
    • milestone: --> Next_Version
    • assigned_to: nobody --> akapanamajack
    • status: open --> closed-fixed
     

Log in to post a comment.