Error mysqli_sql_exception

HTTP 500 Whoops, looks like something went wrong.

Unknown column 'm.publish_up' in 'where clause'

Exceptions 2

mysqli_sql_exception

Show exception properties
mysqli_sql_exception {#439
  #sqlstate: "42S22"
}
DatabaseDriver->setQuery(object(MysqliQuery)) in /home/westbezirk/public_html/libraries/src/Menu/SiteMenu.php (line 166)
    CallbackController->get(object(Closure), array(), 'd17e8e13b99b4d9bf23a7d0b83a466c3', false) in /home/westbezirk/public_html/libraries/src/Menu/SiteMenu.php (line 179)
      HtmlRenderer->render(object(Error)) in /home/westbezirk/public_html/libraries/src/Exception/ExceptionHandler.php (line 136)
        ExceptionHandler::render(object(Error)) in /home/westbezirk/public_html/libraries/src/Exception/ExceptionHandler.php (line 73)
          ExceptionHandler::handleException(object(Error)) in /home/westbezirk/public_html/libraries/src/Application/CMSApplication.php (line 336)
            CMSApplication->execute() in /home/westbezirk/public_html/includes/app.php (line 58)
              require_once('/home/westbezirk/public_html/includes/app.php') in /home/westbezirk/public_html/index.php (line 32)

                Error

                Class "JPlugin" not found

                CMSApplication->loadPluginFromFilesystem('logrotation', 'system') in /home/westbezirk/public_html/libraries/src/Extension/ExtensionManagerTrait.php (line 160)
                  CMSApplication->loadExtension('Joomla\\CMS\\Extension\\PluginInterface', 'logrotation:system', '/home/westbezirk/public_html/plugins/system/logrotation') in /home/westbezirk/public_html/libraries/src/Extension/ExtensionManagerTrait.php (line 99)
                    CMSApplication->bootPlugin('logrotation', 'system') in /home/westbezirk/public_html/libraries/src/Plugin/PluginHelper.php (line 232)
                      PluginHelper::import(object(stdClass), true, object(Dispatcher)) in /home/westbezirk/public_html/libraries/src/Plugin/PluginHelper.php (line 192)
                        PluginHelper::importPlugin('system', null, true, object(Dispatcher)) in /home/westbezirk/public_html/libraries/src/Application/CMSApplication.php (line 765)
                          CMSApplication->initialiseApp(array('language' => 'en-GB')) in /home/westbezirk/public_html/libraries/src/Application/SiteApplication.php (line 643)
                            CMSApplication->execute() in /home/westbezirk/public_html/includes/app.php (line 58)
                              require_once('/home/westbezirk/public_html/includes/app.php') in /home/westbezirk/public_html/index.php (line 32)

                                Stack Traces 2

                                [2/2] mysqli_sql_exception
                                mysqli_sql_exception:
                                Unknown column 'm.publish_up' in 'where clause'
                                
                                  at /home/westbezirk/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:138
                                  at mysqli->prepare('SELECT `m`.`id`,`m`.`menutype`,`m`.`title`,`m`.`alias`,`m`.`note`,`m`.`link`,`m`.`type`,`m`.`level`,`m`.`language`,`m`.`browserNav`,`m`.`access`,`m`.`params`,`m`.`home`,`m`.`img`,`m`.`template_style_id`,`m`.`component_id`,`m`.`parent_id`,`m`.`path` AS `route`,`e`.`element` AS `component`FROM `v3kw5_menu` AS `m`LEFT JOIN `v3kw5_extensions` AS `e` ON `m`.`component_id` = `e`.`extension_id`WHERE ((`m`.`published` = 1 AND `m`.`parent_id` > 0 AND `m`.`client_id` = 0) AND (`m`.`publish_up` IS NULL OR `m`.`publish_up` <= ?)) AND (`m`.`publish_down` IS NULL OR `m`.`publish_down` >= ?)ORDER BY `m`.`lft`')
                                     (/home/westbezirk/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:138)
                                  at Joomla\Database\Mysqli\MysqliStatement->__construct(object(mysqli), 'SELECT `m`.`id`,`m`.`menutype`,`m`.`title`,`m`.`alias`,`m`.`note`,`m`.`link`,`m`.`type`,`m`.`level`,`m`.`language`,`m`.`browserNav`,`m`.`access`,`m`.`params`,`m`.`home`,`m`.`img`,`m`.`template_style_id`,`m`.`component_id`,`m`.`parent_id`,`m`.`path` AS `route`,`e`.`element` AS `component`FROM `v3kw5_menu` AS `m`LEFT JOIN `v3kw5_extensions` AS `e` ON `m`.`component_id` = `e`.`extension_id`WHERE ((`m`.`published` = 1 AND `m`.`parent_id` > 0 AND `m`.`client_id` = 0) AND (`m`.`publish_up` IS NULL OR `m`.`publish_up` <= ?)) AND (`m`.`publish_down` IS NULL OR `m`.`publish_down` >= ?)ORDER BY `m`.`lft`')
                                     (/home/westbezirk/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:1020)
                                  at Joomla\Database\Mysqli\MysqliDriver->prepareStatement('SELECT `m`.`id`,`m`.`menutype`,`m`.`title`,`m`.`alias`,`m`.`note`,`m`.`link`,`m`.`type`,`m`.`level`,`m`.`language`,`m`.`browserNav`,`m`.`access`,`m`.`params`,`m`.`home`,`m`.`img`,`m`.`template_style_id`,`m`.`component_id`,`m`.`parent_id`,`m`.`path` AS `route`,`e`.`element` AS `component`FROM `v3kw5_menu` AS `m`LEFT JOIN `v3kw5_extensions` AS `e` ON `m`.`component_id` = `e`.`extension_id`WHERE ((`m`.`published` = 1 AND `m`.`parent_id` > 0 AND `m`.`client_id` = 0) AND (`m`.`publish_up` IS NULL OR `m`.`publish_up` <= :currentDate1)) AND (`m`.`publish_down` IS NULL OR `m`.`publish_down` >= :currentDate2)ORDER BY `m`.`lft`')
                                     (/home/westbezirk/public_html/libraries/vendor/joomla/database/src/DatabaseDriver.php:1785)
                                  at Joomla\Database\DatabaseDriver->setQuery(object(MysqliQuery))
                                     (/home/westbezirk/public_html/libraries/src/Menu/SiteMenu.php:166)
                                  at Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}()
                                     (/home/westbezirk/public_html/libraries/src/Cache/Controller/CallbackController.php:51)
                                  at Joomla\CMS\Cache\Controller\CallbackController->get(object(Closure), array(), 'd17e8e13b99b4d9bf23a7d0b83a466c3', false)
                                     (/home/westbezirk/public_html/libraries/src/Menu/SiteMenu.php:179)
                                  at Joomla\CMS\Menu\SiteMenu->load()
                                     (/home/westbezirk/public_html/libraries/src/Menu/AbstractMenu.php:333)
                                  at Joomla\CMS\Menu\AbstractMenu->getMenu()
                                     (/home/westbezirk/public_html/libraries/src/Menu/AbstractMenu.php:164)
                                  at Joomla\CMS\Menu\AbstractMenu->getItem(null)
                                     (/home/westbezirk/public_html/libraries/src/Application/SiteApplication.php:434)
                                  at Joomla\CMS\Application\SiteApplication->getTemplate(true)
                                     (/home/westbezirk/public_html/libraries/src/Error/Renderer/HtmlRenderer.php:50)
                                  at Joomla\CMS\Error\Renderer\HtmlRenderer->render(object(Error))
                                     (/home/westbezirk/public_html/libraries/src/Exception/ExceptionHandler.php:136)
                                  at Joomla\CMS\Exception\ExceptionHandler::render(object(Error))
                                     (/home/westbezirk/public_html/libraries/src/Exception/ExceptionHandler.php:73)
                                  at Joomla\CMS\Exception\ExceptionHandler::handleException(object(Error))
                                     (/home/westbezirk/public_html/libraries/src/Application/CMSApplication.php:336)
                                  at Joomla\CMS\Application\CMSApplication->execute()
                                     (/home/westbezirk/public_html/includes/app.php:58)
                                  at require_once('/home/westbezirk/public_html/includes/app.php')
                                     (/home/westbezirk/public_html/index.php:32)                
                                [1/2] Error
                                Error:
                                Class "JPlugin" not found
                                
                                  at /home/westbezirk/public_html/plugins/system/logrotation/logrotation.php:23
                                  at require_once()
                                     (/home/westbezirk/public_html/libraries/src/Extension/ExtensionManagerTrait.php:217)
                                  at Joomla\CMS\Application\CMSApplication->loadPluginFromFilesystem('logrotation', 'system')
                                     (/home/westbezirk/public_html/libraries/src/Extension/ExtensionManagerTrait.php:160)
                                  at Joomla\CMS\Application\CMSApplication->loadExtension('Joomla\\CMS\\Extension\\PluginInterface', 'logrotation:system', '/home/westbezirk/public_html/plugins/system/logrotation')
                                     (/home/westbezirk/public_html/libraries/src/Extension/ExtensionManagerTrait.php:99)
                                  at Joomla\CMS\Application\CMSApplication->bootPlugin('logrotation', 'system')
                                     (/home/westbezirk/public_html/libraries/src/Plugin/PluginHelper.php:232)
                                  at Joomla\CMS\Plugin\PluginHelper::import(object(stdClass), true, object(Dispatcher))
                                     (/home/westbezirk/public_html/libraries/src/Plugin/PluginHelper.php:192)
                                  at Joomla\CMS\Plugin\PluginHelper::importPlugin('system', null, true, object(Dispatcher))
                                     (/home/westbezirk/public_html/libraries/src/Application/CMSApplication.php:765)
                                  at Joomla\CMS\Application\CMSApplication->initialiseApp(array('language' => 'en-GB'))
                                     (/home/westbezirk/public_html/libraries/src/Application/SiteApplication.php:643)
                                  at Joomla\CMS\Application\SiteApplication->initialiseApp()
                                     (/home/westbezirk/public_html/libraries/src/Application/SiteApplication.php:238)
                                  at Joomla\CMS\Application\SiteApplication->doExecute()
                                     (/home/westbezirk/public_html/libraries/src/Application/CMSApplication.php:306)
                                  at Joomla\CMS\Application\CMSApplication->execute()
                                     (/home/westbezirk/public_html/includes/app.php:58)
                                  at require_once('/home/westbezirk/public_html/includes/app.php')
                                     (/home/westbezirk/public_html/index.php:32)