Skip to content
New issue

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

Error: CI_Input::post_get() in Datatable.php on line 136 #26

Open
sivapc opened this issue Jun 4, 2016 · 1 comment
Open

Error: CI_Input::post_get() in Datatable.php on line 136 #26

sivapc opened this issue Jun 4, 2016 · 1 comment

Comments

@sivapc
Copy link

sivapc commented Jun 4, 2016

I got this error with the latest version of Codeigniter-DataTables,
Can you please help?
Fatal error: Call to undefined method CI_Input::post_get() in /var/www/html/test/application/libraries/Datatable.php on line 136

@yusufye
Copy link

yusufye commented Sep 29, 2016

hi @sivapc , the problem is , you don't have post_get() function in input.php (/system/core/input.php).
please check .

so, go to your /system/core/input.php and add post_get() function. that works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants