SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/MYKMEKRA' (Errcode: 28 - No space left on device)Array
(
    [sql] => SELECT *, `a`.`post_title` as `name`, `a`.`address` as `address`, `a`.`phone_number` as `phone`, `a`.`province` as `province`, `a`.`regency` as `regency`, ( SELECT `full_path`
FROM `uploads` `upl`
WHERE id IN ( SELECT `meta_value`
FROM `postmeta`
WHERE `post_id` = `a`.`post_id`
AND `meta_key` = 'post_thumbnail' )
 LIMIT 1 ) as upload_url, ( SELECT `name`
FROM `ap_user` `user`
WHERE `id` = `a`.`post_author`
 LIMIT 1 ) as post_author_name, `post_modified` as `last_update`
FROM ( SELECT *, `p`.`id` as `post_id`, (
                    SELECT MAX(CASE WHEN meta_key='custom_fields_address' THEN meta_value END) 
                    FROM postmeta WHERE post_id=p.id GROUP BY post_id 
                ) as address, (
                    SELECT MAX(CASE WHEN meta_key='custom_fields_province' THEN meta_value END) 
                    FROM postmeta WHERE post_id=p.id GROUP BY post_id 
                ) as province, (
                    SELECT MAX(CASE WHEN meta_key='custom_fields_regency' THEN meta_value END) 
                    FROM postmeta WHERE post_id=p.id GROUP BY post_id 
                ) as regency, (
                    SELECT MAX(CASE WHEN meta_key='custom_fields_phone_number' THEN meta_value END) 
                    FROM postmeta WHERE post_id=p.id GROUP BY post_id 
                ) as phone_number
FROM `posts` `p`
WHERE `post_type` = 'pharmacy'
AND `p`.`post_status` = 'publish' ) a
ORDER BY `name` ASC
 LIMIT 580, 10
    [params] => Array
        (
        )

)
Array
(
    [0] => Array
        (
            [file] => /var/www/html/adminpanel/helpers/pharmacy_helper.php
            [line] => 63
            [function] => selectIt
            [class] => BaseModel
            [type] => ->
        )

    [1] => Array
        (
            [file] => /var/www/html/adminpanel/libraries/PageRender/PharmaciesRenderer.php
            [line] => 44
            [function] => searchPost
        )

    [2] => Array
        (
            [file] => /var/www/html/adminpanel/libraries/PageRender/PageRenderer.php
            [line] => 19
            [function] => processIt
            [class] => PharmaciesRenderer
            [type] => ->
        )

    [3] => Array
        (
            [file] => /var/www/html/adminpanel/helpers/page_helper.php
            [line] => 22
            [function] => handleIt
            [class] => PageRenderer
            [type] => ->
        )

    [4] => Array
        (
            [file] => /var/www/html/frontpage/controllers/Page.php
            [line] => 20
            [function] => renderPage
        )

    [5] => Array
        (
            [file] => /var/www/html/frontpage/controllers/Page.php
            [line] => 6
            [function] => handlePost
            [class] => Page
            [type] => ->
        )

    [6] => Array
        (
            [file] => /var/www/html/frameworks/codeIgniter/version-3.1.3/system/core/CodeIgniter.php
            [line] => 532
            [function] => index
            [class] => Page
            [type] => ->
        )

    [7] => Array
        (
            [file] => /var/www/html/index.php
            [line] => 326
            [args] => Array
                (
                    [0] => /var/www/html/frameworks/codeIgniter/version-3.1.3/system/core/CodeIgniter.php
                )

            [function] => require_once
        )

)