Pagination and Sort (Class '' not found)

Transfer module to Linux server

and when try to use Pagination or Sort get in AJAX php fatal error

Class ‘’ not found

don’t want to GET parametr

in code

public function loadModel($name)

{

$model=(string)$_GET[‘model_name’];

Linux is case-sensitive. Make sure you are using the correct ‘case’ -> $name = ‘Model_name’.