Question: A Problem After Adding Columns To Check In List

A Problem After Adding Columns To Check In List

a problem after adding columns to check in list check in not showing up

KZ

KAMAL ZAK

Asked
a problem after adding columns to check in list
check in not showing up
  • MS

    Mian Saleem

    Answered
    Hello,

    Can you please check MySQL mode `only_full_group_by` It must be disabled. If you are on shared hosting and can't disable it then you can try to add the following line after `parent::__construct();` in the `app/core/MY_Controller.php`

    ```
    $this->db->query('SET SESSION sql_mode = ""');
    ```

    This is just a guess. Please check your server error logs and let me know the error details so that I can suggest solution.

    Thank you
  • KZ

    KAMAL ZAK

    Answered
    thank you it dosent work i will buy dedicated server
  • MS

    Mian Saleem

    Answered
    Hello,

    The issue might be different then. Please check the server error logs and let me know the error details so that I can suggest.

    Thank you
  • Login to Reply