We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, i am using CodeIgniter v 3.1.2 with HMVC, Have error: A PHP Error was encountered Severity: Notice Message: Undefined property: DatatableControl::$db Filename: libraries/Datatable.php Line Number: 140 Backtrace: File: C:\OpenServer\domains\sa\application\libraries\Datatable.php Line: 140 Function: _error_handler File: C:\OpenServer\domains\sa\application\controllers\DatatableControl.php Line: 16 Function: datatableJson File: C:\OpenServer\domains\sa\public\index.php Line: 317 Function: require_once
but autoload has: $autoload['libraries'] = array('database');
The text was updated successfully, but these errors were encountered:
no? sad... i'm using 3.x
Sorry, something went wrong.
Weird I am using 3.1.4 I was on just version 3 but upgraded to 3.14 just now and mine still works.
No branches or pull requests
Hello, i am using CodeIgniter v 3.1.2 with HMVC,
Have error:
A PHP Error was encountered
Severity: Notice
Message: Undefined property: DatatableControl::$db
Filename: libraries/Datatable.php
Line Number: 140
Backtrace:
File: C:\OpenServer\domains\sa\application\libraries\Datatable.php
Line: 140
Function: _error_handler
File: C:\OpenServer\domains\sa\application\controllers\DatatableControl.php
Line: 16
Function: datatableJson
File: C:\OpenServer\domains\sa\public\index.php
Line: 317
Function: require_once
but autoload has:
$autoload['libraries'] = array('database');
The text was updated successfully, but these errors were encountered: