This topic is locked

Use Phprunner Login for custom PHP page

12/10/2019 08:52:22
PHPRunner General questions
S
sadisticmagician author

Hello, I use this method for include Phprunner login in a custom PHP page, but with a Codeigniter app, doesn't work.
include('include/dbcommon.php');
if(!empty($_SESSION["UserID"])) {
//here codeigniter controller
}
Message: Call to a member function getDefault() on null
thanks

Sergey Kornilov admin 12/13/2019

You need to show us the exact error message.