zepernick / Codeigniter-DataTables

CodeIgniter Library For Ajax Server Side DataTables 1.10 >
MIT License
94 stars 95 forks source link

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

Open sivapc opened 8 years ago

sivapc commented 8 years ago

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 commented 7 years ago

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.