PDOException Object
(
    [message:protected] => SQLSTATE[42703]: Undefined column: 7 ERROR:  column District.district_name_ does not exist
LINE 1: SELECT "District"."id" AS "District__id", "District"."distri...
                                                  ^
HINT:  Perhaps you meant to reference the column "District.district_name_en" or the column "District.district_name_ll".
    [string:Exception:private] => 
    [code:protected] => 42703
    [file:protected] => /home/NGDRS_CG/lib/Cake/Model/Datasource/DboSource.php
    [line:protected] => 502
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /home/NGDRS_CG/lib/Cake/Model/Datasource/DboSource.php
                    [line] => 502
                    [function] => execute
                    [class] => PDOStatement
                    [type] => ->
                )

            [1] => Array
                (
                    [file] => /home/NGDRS_CG/lib/Cake/Model/Datasource/DboSource.php
                    [line] => 468
                    [function] => _execute
                    [class] => DboSource
                    [type] => ->
                )

            [2] => Array
                (
                    [file] => /home/NGDRS_CG/lib/Cake/Model/Datasource/DboSource.php
                    [line] => 715
                    [function] => execute
                    [class] => DboSource
                    [type] => ->
                )

            [3] => Array
                (
                    [file] => /home/NGDRS_CG/lib/Cake/Model/Datasource/DboSource.php
                    [line] => 1226
                    [function] => fetchAll
                    [class] => DboSource
                    [type] => ->
                )

            [4] => Array
                (
                    [file] => /home/NGDRS_CG/lib/Cake/Model/Model.php
                    [line] => 3053
                    [function] => read
                    [class] => DboSource
                    [type] => ->
                )

            [5] => Array
                (
                    [file] => /home/NGDRS_CG/lib/Cake/Model/Model.php
                    [line] => 3025
                    [function] => _readDataSource
                    [class] => Model
                    [type] => ->
                )

            [6] => Array
                (
                    [file] => /home/NGDRS_CG/app/Controller/FeesgeustController.php
                    [line] => 2136
                    [function] => find
                    [class] => Model
                    [type] => ->
                )

            [7] => Array
                (
                    [function] => fee_calculation
                    [class] => FeesgeustController
                    [type] => ->
                )

            [8] => Array
                (
                    [file] => /home/NGDRS_CG/lib/Cake/Controller/Controller.php
                    [line] => 499
                    [function] => invokeArgs
                    [class] => ReflectionMethod
                    [type] => ->
                )

            [9] => Array
                (
                    [file] => /home/NGDRS_CG/lib/Cake/Routing/Dispatcher.php
                    [line] => 193
                    [function] => invokeAction
                    [class] => Controller
                    [type] => ->
                )

            [10] => Array
                (
                    [file] => /home/NGDRS_CG/lib/Cake/Routing/Dispatcher.php
                    [line] => 167
                    [function] => _invoke
                    [class] => Dispatcher
                    [type] => ->
                )

            [11] => Array
                (
                    [file] => /home/NGDRS_CG/app/webroot/index.php
                    [line] => 119
                    [function] => dispatch
                    [class] => Dispatcher
                    [type] => ->
                )

        )

    [previous:Exception:private] => 
    [errorInfo] => Array
        (
            [0] => 42703
            [1] => 7
            [2] => ERROR:  column District.district_name_ does not exist
LINE 1: SELECT "District"."id" AS "District__id", "District"."distri...
                                                  ^
HINT:  Perhaps you meant to reference the column "District.district_name_en" or the column "District.district_name_ll".
        )

    [queryString] => SELECT "District"."id" AS "District__id", "District"."district_name_" AS "District__district_name_" FROM "public"."ngdrstab_conf_admblock3_district" AS "District"   WHERE 1 = 1   ORDER BY "district_name_" ASC
)