A blank page is created when you access the Affected_Rows() method.
That's because there is no sqlite_rows_affected() method, it should be sqlite_changes() in both sqlite_driver.inc and sqlitepo_driver.inc
Regards
Log in to post a comment.