ActiveRecord\DatabaseException Object
(
    [message:protected] => exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'title' in 'where clause'' in /home/wwwgiuma/public_html/system/Modules/ActiveRecord/lib/Connection.php:322
Stack trace:
#0 /home/wwwgiuma/public_html/system/Modules/ActiveRecord/lib/Connection.php(322): PDOStatement->execute(Array)
#1 /home/wwwgiuma/public_html/system/Modules/ActiveRecord/lib/Table.php(218): ActiveRecord\Connection->query('SELECT * FROM `...', Array)
#2 /home/wwwgiuma/public_html/system/Modules/ActiveRecord/lib/Table.php(209): ActiveRecord\Table->find_by_sql('SELECT * FROM `...', Array, false, NULL)
#3 /home/wwwgiuma/public_html/system/Modules/ActiveRecord/lib/Model.php(1568): ActiveRecord\Table->find(Array)
#4 /home/wwwgiuma/public_html/app/models/NewsCategory.php(20): ActiveRecord\Model::find('all', Array)
#5 /home/wwwgiuma/public_html/app/controllers/ColunasController.php(63): NewsCategory::getDataPaginated(Array)
#6 /home/wwwgiuma/public_html/app/controllers/ColunasController.php(32): ColunasController->listAction(10, 1, 'img')
#7 /home/wwwgiuma/public_html/app/controllers/ColunasController.php(20): ColunasController->paginaAction()
#8 [internal function]: ColunasController->indexAction('img', '2022', '1', 'downlo29111203b...')
#9 /home/wwwgiuma/public_html/system/App.php(61): call_user_func_array(Array, Array)
#10 /home/wwwgiuma/public_html/index.php(18): App->run()
#11 {main}
    [string:Exception:private] => 
    [code:protected] => 0
    [file:protected] => /home/wwwgiuma/public_html/system/Modules/ActiveRecord/lib/Connection.php
    [line:protected] => 325
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /home/wwwgiuma/public_html/system/Modules/ActiveRecord/lib/Table.php
                    [line] => 218
                    [function] => query
                    [class] => ActiveRecord\Connection
                    [type] => ->
                    [args] => Array
                        (
                            [0] => SELECT * FROM `news_categories` WHERE  id > ? AND date<=NOW() AND (title LIKE ? OR description LIKE ?)  ORDER BY date DESC, id DESC LIMIT 0,10
                            [1] => Array
                                (
                                    [0] => 0
                                    [1] => %img%
                                    [2] => %img%
                                )

                        )

                )

            [1] => Array
                (
                    [file] => /home/wwwgiuma/public_html/system/Modules/ActiveRecord/lib/Table.php
                    [line] => 209
                    [function] => find_by_sql
                    [class] => ActiveRecord\Table
                    [type] => ->
                    [args] => Array
                        (
                            [0] => SELECT * FROM `news_categories` WHERE  id > ? AND date<=NOW() AND (title LIKE ? OR description LIKE ?)  ORDER BY date DESC, id DESC LIMIT 0,10
                            [1] => Array
                                (
                                    [0] => 0
                                    [1] => %img%
                                    [2] => %img%
                                )

                            [2] => 
                            [3] => 
                        )

                )

            [2] => Array
                (
                    [file] => /home/wwwgiuma/public_html/system/Modules/ActiveRecord/lib/Model.php
                    [line] => 1568
                    [function] => find
                    [class] => ActiveRecord\Table
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [conditions] => Array
                                        (
                                            [0] =>  id > ? AND date<=NOW() AND (title LIKE ? OR description LIKE ?) 
                                            [1] => 0
                                            [2] => %img%
                                            [3] => %img%
                                        )

                                    [offset] => 0
                                    [limit] => 10
                                    [order] => date DESC, id DESC
                                    [mapped_names] => Array
                                        (
                                        )

                                )

                        )

                )

            [3] => Array
                (
                    [file] => /home/wwwgiuma/public_html/app/models/NewsCategory.php
                    [line] => 20
                    [function] => find
                    [class] => ActiveRecord\Model
                    [type] => ::
                    [args] => Array
                        (
                            [0] => all
                            [1] => Array
                                (
                                    [conditions] => Array
                                        (
                                            [0] =>  id > ? AND date<=NOW() AND (title LIKE ? OR description LIKE ?) 
                                            [1] => 0
                                            [2] => %img%
                                            [3] => %img%
                                        )

                                    [offset] => 0
                                    [limit] => 10
                                    [order] => date DESC, id DESC
                                )

                        )

                )

            [4] => Array
                (
                    [file] => /home/wwwgiuma/public_html/app/controllers/ColunasController.php
                    [line] => 63
                    [function] => getDataPaginated
                    [class] => NewsCategory
                    [type] => ::
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [page] => 1
                                    [conditions] => Array
                                        (
                                            [0] =>  id > ? AND date<=NOW() AND (title LIKE ? OR description LIKE ?) 
                                            [1] => 0
                                            [2] => %img%
                                            [3] => %img%
                                        )

                                    [limit] => 10
                                    [order] => date
                                    [orderMix] => DESC
                                )

                        )

                )

            [5] => Array
                (
                    [file] => /home/wwwgiuma/public_html/app/controllers/ColunasController.php
                    [line] => 32
                    [function] => listAction
                    [class] => ColunasController
                    [type] => ->
                    [args] => Array
                        (
                            [0] => 10
                            [1] => 1
                            [2] => img
                        )

                )

            [6] => Array
                (
                    [file] => /home/wwwgiuma/public_html/app/controllers/ColunasController.php
                    [line] => 20
                    [function] => paginaAction
                    [class] => ColunasController
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [7] => Array
                (
                    [function] => indexAction
                    [class] => ColunasController
                    [type] => ->
                    [args] => Array
                        (
                            [0] => img
                            [1] => 2022
                            [2] => 1
                            [3] => downlo29111203banner.png
                        )

                )

            [8] => Array
                (
                    [file] => /home/wwwgiuma/public_html/system/App.php
                    [line] => 61
                    [function] => call_user_func_array
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [0] => ColunasController Object
                                        (
                                            [params] => Array
                                                (
                                                    [0] => upload
                                                    [1] => img
                                                    [2] => 2022
                                                    [3] => 1
                                                    [4] => downlo29111203banner.png
                                                )

                                            [app:protected] => App Object
                                                (
                                                    [request] => Request Object
                                                        (
                                                            [url] => colunas/upload/img/2022/1/downlo29111203banner.png
                                                            [explode:Request:private] => Array
                                                                (
                                                                    [2] => img
                                                                    [3] => 2022
                                                                    [4] => 1
                                                                    [5] => downlo29111203banner.png
                                                                )

                                                            [controller] => ColunasController
                                                            [action] => uploadAction
                                                            [params] => Array
                                                                (
                                                                    [0] => img
                                                                    [1] => 2022
                                                                    [2] => 1
                                                                    [3] => downlo29111203banner.png
                                                                )

                                                            [routes] => Array
                                                                (
                                                                    [sobre/] => Array
                                                                        (
                                                                            [controller] => Index
                                                                            [action] => about
                                                                        )

                                                                    [fale-conosco/envio/] => Array
                                                                        (
                                                                            [controller] => Contato
                                                                            [action] => submit
                                                                        )

                                                                    [fale-conosco/] => Array
                                                                        (
                                                                            [controller] => Contato
                                                                        )

                                                                    [exemplo/] => Array
                                                                        (
                                                                            [controller] => controle
                                                                            [action] => acao
                                                                        )

                                                                    [coluna/] => Array
                                                                        (
                                                                            [controller] => Post
                                                                        )

                                                                    [brainers/videos/] => Array
                                                                        (
                                                                            [controller] => brainers/Videos
                                                                        )

                                                                    [brainers/usuarios/] => Array
                                                                        (
                                                                            [controller] => brainers/Users
                                                                        )

                                                                    [brainers/slides/] => Array
                                                                        (
                                                                            [controller] => brainers/Slides
                                                                        )

                                                                    [brainers/rodape/] => Array
                                                                        (
                                                                            [controller] => brainers/FooterTexts
                                                                        )

                                                                    [brainers/paginas/] => Array
                                                                        (
                                                                            [controller] => brainers/Pages
                                                                        )

                                                                    [brainers/noticias/] => Array
                                                                        (
                                                                            [controller] => brainers/News
                                                                        )

                                                                    [brainers/mural/] => Array
                                                                        (
                                                                            [controller] => brainers/Scrapbooks
                                                                        )

                                                                    [brainers/menus/] => Array
                                                                        (
                                                                            [controller] => brainers/Menus
                                                                        )

                                                                    [brainers/logout/] => Array
                                                                        (
                                                                            [controller] => brainers/Login
                                                                            [action] => logout
                                                                        )

                                                                    [brainers/login/] => Array
                                                                        (
                                                                            [controller] => brainers/Login
                                                                        )

                                                                    [brainers/home/] => Array
                                                                        (
                                                                            [controller] => brainers/Home
                                                                        )

                                                                    [brainers/grupos/] => Array
                                                                        (
                                                                            [controller] => brainers/UsersGroups
                                                                        )

                                                                    [brainers/galerias/] => Array
                                                                        (
                                                                            [controller] => brainers/Galleries
                                                                        )

                                                                    [brainers/esqueci-a-senha/] => Array
                                                                        (
                                                                            [controller] => brainers/LoginRecover
                                                                        )

                                                                    [brainers/destaques/] => Array
                                                                        (
                                                                            [controller] => brainers/Highlights
                                                                        )

                                                                    [brainers/contatos/] => Array
                                                                        (
                                                                            [controller] => brainers/Contacts
                                                                        )

                                                                    [brainers/configuracoes/] => Array
                                                                        (
                                                                            [controller] => brainers/Settings
                                                                            [action] => update
                                                                        )

                                                                    [brainers/colunas/] => Array
                                                                        (
                                                                            [controller] => brainers/NewsCategories
                                                                        )

                                                                    [brainers/bibliotecas/] => Array
                                                                        (
                                                                            [controller] => brainers/Libraries
                                                                        )

                                                                    [brainers/bannerscategory/] => Array
                                                                        (
                                                                            [controller] => brainers/BannersCategories
                                                                        )

                                                                    [brainers/banners/] => Array
                                                                        (
                                                                            [controller] => brainers/Banners
                                                                        )

                                                                    [brainers/arquivos/] => Array
                                                                        (
                                                                            [controller] => brainers/Files
                                                                        )

                                                                    [brainers/] => Array
                                                                        (
                                                                            [controller] => brainers/Home
                                                                        )

                                                                    [brainatwork] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [route] => 
                                                        )

                                                    [response] => 
                                                )

                                            [response:protected] => Response Object
                                                (
                                                )

                                            [view:protected] => View Object
                                                (
                                                    [app:protected] => App Object
                                                        (
                                                            [request] => Request Object
                                                                (
                                                                    [url] => colunas/upload/img/2022/1/downlo29111203banner.png
                                                                    [explode:Request:private] => Array
                                                                        (
                                                                            [2] => img
                                                                            [3] => 2022
                                                                            [4] => 1
                                                                            [5] => downlo29111203banner.png
                                                                        )

                                                                    [controller] => ColunasController
                                                                    [action] => uploadAction
                                                                    [params] => Array
                                                                        (
                                                                            [0] => img
                                                                            [1] => 2022
                                                                            [2] => 1
                                                                            [3] => downlo29111203banner.png
                                                                        )

                                                                    [routes] => Array
                                                                        (
                                                                            [sobre/] => Array
                                                                                (
                                                                                    [controller] => Index
                                                                                    [action] => about
                                                                                )

                                                                            [fale-conosco/envio/] => Array
                                                                                (
                                                                                    [controller] => Contato
                                                                                    [action] => submit
                                                                                )

                                                                            [fale-conosco/] => Array
                                                                                (
                                                                                    [controller] => Contato
                                                                                )

                                                                            [exemplo/] => Array
                                                                                (
                                                                                    [controller] => controle
                                                                                    [action] => acao
                                                                                )

                                                                            [coluna/] => Array
                                                                                (
                                                                                    [controller] => Post
                                                                                )

                                                                            [brainers/videos/] => Array
                                                                                (
                                                                                    [controller] => brainers/Videos
                                                                                )

                                                                            [brainers/usuarios/] => Array
                                                                                (
                                                                                    [controller] => brainers/Users
                                                                                )

                                                                            [brainers/slides/] => Array
                                                                                (
                                                                                    [controller] => brainers/Slides
                                                                                )

                                                                            [brainers/rodape/] => Array
                                                                                (
                                                                                    [controller] => brainers/FooterTexts
                                                                                )

                                                                            [brainers/paginas/] => Array
                                                                                (
                                                                                    [controller] => brainers/Pages
                                                                                )

                                                                            [brainers/noticias/] => Array
                                                                                (
                                                                                    [controller] => brainers/News
                                                                                )

                                                                            [brainers/mural/] => Array
                                                                                (
                                                                                    [controller] => brainers/Scrapbooks
                                                                                )

                                                                            [brainers/menus/] => Array
                                                                                (
                                                                                    [controller] => brainers/Menus
                                                                                )

                                                                            [brainers/logout/] => Array
                                                                                (
                                                                                    [controller] => brainers/Login
                                                                                    [action] => logout
                                                                                )

                                                                            [brainers/login/] => Array
                                                                                (
                                                                                    [controller] => brainers/Login
                                                                                )

                                                                            [brainers/home/] => Array
                                                                                (
                                                                                    [controller] => brainers/Home
                                                                                )

                                                                            [brainers/grupos/] => Array
                                                                                (
                                                                                    [controller] => brainers/UsersGroups
                                                                                )

                                                                            [brainers/galerias/] => Array
                                                                                (
                                                                                    [controller] => brainers/Galleries
                                                                                )

                                                                            [brainers/esqueci-a-senha/] => Array
                                                                                (
                                                                                    [controller] => brainers/LoginRecover
                                                                                )

                                                                            [brainers/destaques/] => Array
                                                                                (
                                                                                    [controller] => brainers/Highlights
                                                                                )

                                                                            [brainers/contatos/] => Array
                                                                                (
                                                                                    [controller] => brainers/Contacts
                                                                                )

                                                                            [brainers/configuracoes/] => Array
                                                                                (
                                                                                    [controller] => brainers/Settings
                                                                                    [action] => update
                                                                                )

                                                                            [brainers/colunas/] => Array
                                                                                (
                                                                                    [controller] => brainers/NewsCategories
                                                                                )

                                                                            [brainers/bibliotecas/] => Array
                                                                                (
                                                                                    [controller] => brainers/Libraries
                                                                                )

                                                                            [brainers/bannerscategory/] => Array
                                                                                (
                                                                                    [controller] => brainers/BannersCategories
                                                                                )

                                                                            [brainers/banners/] => Array
                                                                                (
                                                                                    [controller] => brainers/Banners
                                                                                )

                                                                            [brainers/arquivos/] => Array
                                                                                (
                                                                                    [controller] => brainers/Files
                                                                                )

                                                                            [brainers/] => Array
                                                                                (
                                                                                    [controller] => brainers/Home
                                                                                )

                                                                            [brainatwork] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [route] => 
                                                                )

                                                            [response] => 
                                                        )

                                                    [alert] => AlertHelper Object
                                                        (
                                                        )

                                                    [config] => Array
                                                        (
                                                            [user_br] => 
                                                        )

                                                )

                                            [email] => EmailHelper Object
                                                (
                                                )

                                            [data] => Array
                                                (
                                                    [url] => colunas/
                                                )

                                        )

                                    [1] => indexAction
                                )

                            [1] => Array
                                (
                                    [0] => img
                                    [1] => 2022
                                    [2] => 1
                                    [3] => downlo29111203banner.png
                                )

                        )

                )

            [9] => Array
                (
                    [file] => /home/wwwgiuma/public_html/index.php
                    [line] => 18
                    [function] => run
                    [class] => App
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

        )

    [previous:Exception:private] => 
)