Menu

#43 Your Test doe not work with sqlite (AL 1.14)

Next_Version
closed-fixed
5
2006-02-24
2006-02-21
Anonymous
No

Fatal error: Call to undefined function sqlitepo() in
/opt/lampp/htdocs/b2/lib/adodb_lite/adodbSQL_drivers/sqlite/sqlite_driver.inc
on line 70

Discussion

  • Mark Dickenson

    Mark Dickenson - 2006-02-24

    Logged In: YES
    user_id=752816

    Locate the following two lines in the sqlite_driver.inc and
    sqlitepo_driver.inc

    $closeConnection = $this->dbtype;
    $this->connectionId = $closeConnection( $this->
    connectionId );

    The lines are numbered 69 and 70. Delete both lines and
    replace them with this line.

    $this->connectionId = @sqlite_close( $this->
    connectionId );

    This should fix the problem.

     
  • Mark Dickenson

    Mark Dickenson - 2006-02-24
    • milestone: --> Next_Version
    • status: open --> closed-fixed
     

Log in to post a comment.