Getting PDO error June 11, 2020, 05:35:04 PM Using PHP 7.2 and xampp.Getting an error while trying to access my sqlite database.All other pages work, like Home, Contact Us, etcIt's a simple tableError 500Server ErrorException TracesThis will only be displayed in DEVELOPMENT_MODE.Error Message Call to a member function execute() on nullFile C:\xampp\htdocs\test\app\models\PDODb.php On Line 1045Stack Trace 1 C:\xampp\htdocs\test\app\controllers\TestController.php(53): PDODb->get('test', Array, Array)2 C:\xampp\htdocs\test\system\Router.php(196): TestController->index()3 C:\xampp\htdocs\test\system\Router.php(109): Router->run('test')4 C:\xampp\htdocs\test\index.php(106): Router->init()ThanksAlan Quote Selected
Re: Getting PDO error Reply #1 – June 12, 2020, 01:57:42 PM @Asawyer13 what configurations were done on the page giving you the error? Quote Selected
Re: Getting PDO error Reply #2 – June 16, 2020, 12:17:57 AM I didn't do anything specific that I know of. What should I be looking for? Quote Selected
Re: Getting PDO error Reply #3 – June 16, 2020, 11:29:41 AM @Asawyer13 please provide your project file and SQLite database. Quote Selected