19. Doctrine\DBAL\Exception\DriverException
…/­vendor/­doctrine/­dbal/­lib/­Doctrine/­DBAL/­Driver/­AbstractMySQLDriver.php115
18. Doctrine\DBAL\Driver\AbstractMySQLDriver convertException
…/­vendor/­doctrine/­dbal/­lib/­Doctrine/­DBAL/­DBALException.php116
17. Doctrine\DBAL\DBALException driverExceptionDuringQuery
…/­vendor/­doctrine/­dbal/­lib/­Doctrine/­DBAL/­Connection.php836
16. Concrete\Block\DateNavigation\Controller action_filter_by_date
<#unknown>0
15. Doctrine\DBAL\Driver\PDOException
…/­vendor/­doctrine/­dbal/­lib/­Doctrine/­DBAL/­Driver/­PDOStatement.php93
14. Concrete\Block\DateNavigation\Controller action_filter_by_date
<#unknown>0
13. PDOException
…/­vendor/­doctrine/­dbal/­lib/­Doctrine/­DBAL/­Driver/­PDOStatement.php91
12. PDOStatement execute
…/­vendor/­doctrine/­dbal/­lib/­Doctrine/­DBAL/­Driver/­PDOStatement.php91
11. Doctrine\DBAL\Driver\PDOStatement execute
…/­vendor/­doctrine/­dbal/­lib/­Doctrine/­DBAL/­Connection.php828
10. Doctrine\DBAL\Connection executeQuery
…/­vendor/­doctrine/­dbal/­lib/­Doctrine/­DBAL/­Query/­QueryBuilder.php206
9. Doctrine\DBAL\Query\QueryBuilder execute
…/­blocks/­date_navigation/­controller.php107
8. Concrete\Block\DateNavigation\Controller view
…/­blocks/­date_navigation/­controller.php83
7. Concrete\Block\DateNavigation\Controller action_filter_by_date
<#unknown>0
6. call_user_func_array
…/­src/­Controller/­AbstractController.php156
5. Concrete\Core\Controller\AbstractController runAction
…/­src/­Page/­Controller/­PageController.php219
4. Concrete\Core\Page\Controller\PageController validateRequest
…/­src/­Routing/­DispatcherRouteCallback.php184
3. Concrete\Core\Routing\DispatcherRouteCallback execute
…/­src/­Application/­Application.php369
2. Concrete\Core\Application\Application dispatch
…/­bootstrap/­start.php284
1. require
…/­dispatcher.php36
0. require
/­var/­www/­zumar.com/­public_html/­index.php2

Doctrine \ DBAL \ Exception \ DriverException Doctrine\DBAL\Exception\DriverException thrown with message "An exception occurred while executing 'SELECT date_format(cv.cvDatePublic, "%Y") as navYear, date_format(cv.cvDatePublic, "%m") as navMonth FROM Pages p LEFT JOIN PagePaths pp ON (p.cID = pp.cID and pp.ppIsCanonical = true) LEFT JOIN PageSearchIndex psi ON p.cID = psi.cID LEFT JOIN PageTypes pt ON p.ptID = pt.ptID INNER JOIN Collections c ON p.cID = c.cID INNER JOIN CollectionVersions cv ON p.cID = cv.cID LEFT JOIN CollectionSearchIndexAttributes csi ON c.cID = csi.cID WHERE (pt.ptID = ?) AND (p.cPointerID < 1) AND (p.cIsTemplate = 0) AND (cvIsApproved = 1) AND (p.cIsActive = ?) AND (p.cIsSystemPage = ?) GROUP BY navYear, navMonth ORDER BY cvDatePublic desc' with params ["6", true, false]: SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'zumar_site.cv.cvDatePublic' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by" Stacktrace: #19 Doctrine\DBAL\Exception\DriverException in /var/www/zumar.com/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:115 #18 Doctrine\DBAL\Driver\AbstractMySQLDriver:convertException in /var/www/zumar.com/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:116 #17 Doctrine\DBAL\DBALException:driverExceptionDuringQuery in /var/www/zumar.com/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:836 #16 Concrete\Block\DateNavigation\Controller:action_filter_by_date in <#unknown>:0 #15 Doctrine\DBAL\Driver\PDOException in /var/www/zumar.com/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:93 #14 Concrete\Block\DateNavigation\Controller:action_filter_by_date in <#unknown>:0 #13 PDOException in /var/www/zumar.com/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:91 #12 PDOStatement:execute in /var/www/zumar.com/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:91 #11 Doctrine\DBAL\Driver\PDOStatement:execute in /var/www/zumar.com/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:828 #10 Doctrine\DBAL\Connection:executeQuery in /var/www/zumar.com/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php:206 #9 Doctrine\DBAL\Query\QueryBuilder:execute in /var/www/zumar.com/public_html/concrete/blocks/date_navigation/controller.php:107 #8 Concrete\Block\DateNavigation\Controller:view in /var/www/zumar.com/public_html/concrete/blocks/date_navigation/controller.php:83 #7 Concrete\Block\DateNavigation\Controller:action_filter_by_date in <#unknown>:0 #6 call_user_func_array in /var/www/zumar.com/public_html/concrete/src/Controller/AbstractController.php:156 #5 Concrete\Core\Controller\AbstractController:runAction in /var/www/zumar.com/public_html/concrete/src/Page/Controller/PageController.php:219 #4 Concrete\Core\Page\Controller\PageController:validateRequest in /var/www/zumar.com/public_html/concrete/src/Routing/DispatcherRouteCallback.php:184 #3 Concrete\Core\Routing\DispatcherRouteCallback:execute in /var/www/zumar.com/public_html/concrete/src/Application/Application.php:369 #2 Concrete\Core\Application\Application:dispatch in /var/www/zumar.com/public_html/concrete/bootstrap/start.php:284 #1 require in /var/www/zumar.com/public_html/concrete/dispatcher.php:36 #0 require in /var/www/zumar.com/public_html/index.php:2

An exception occurred while executing 'SELECT date_format(cv.cvDatePublic, "%Y") as navYear, date_format(cv.cvDatePublic, "%m") as navMonth FROM Pages p LEFT JOIN PagePaths pp ON (p.cID = pp.cID and pp.ppIsCanonical = true) LEFT JOIN PageSearchIndex psi ON p.cID = psi.cID LEFT JOIN PageTypes pt ON p.ptID = pt.ptID INNER JOIN Collections c ON p.cID = c.cID INNER JOIN CollectionVersions cv ON p.cID = cv.cID LEFT JOIN CollectionSearchIndexAttributes csi ON c.cID = csi.cID WHERE (pt.ptID = ?) AND (p.cPointerID < 1) AND (p.cIsTemplate = 0) AND (cvIsApproved = 1) AND (p.cIsActive = ?) AND (p.cIsSystemPage = ?) GROUP BY navYear, navMonth ORDER BY cvDatePublic desc' with params ["6", true, false]: SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'zumar_site.cv.cvDatePublic' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

/var/www/zumar.com/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
            case '1171':
            case '1252':
            case '1263':
            case '1566':
                return new Exception\NotNullConstraintViolationException($message, $exception);
        }
 
        return new Exception\DriverException($message, $exception);
    }
 
/var/www/zumar.com/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php
        $msg = "An exception occurred while executing '".$sql."'";
        if ($params) {
            $msg .= " with params " . self::formatParameters($params);
        }
        $msg .= ":\n\n".$driverEx->getMessage();
 
        if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DriverException) {
            return $driver->convertException($msg, $driverEx);
        }
 
/var/www/zumar.com/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
                } else {
                    $stmt->execute($params);
                }
            } else {
                $stmt = $this->_conn->query($query);
            }
        } catch (\Exception $ex) {
            throw DBALException::driverExceptionDuringQuery($this->_driver, $ex, $query, $this->resolveParams($params, $types));
        }
 
<#unknown>
/var/www/zumar.com/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
     * {@inheritdoc}
     */
    public function execute($params = null)
    {
        try {
            return parent::execute($params);
        } catch (\PDOException $exception) {
            throw new PDOException($exception);
        }
    }
Exception message: SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'zumar_site.cv.cvDatePublic' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
<#unknown>
/var/www/zumar.com/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
 
    /**
     * {@inheritdoc}
     */
    public function execute($params = null)
    {
        try {
            return parent::execute($params);
        } catch (\PDOException $exception) {
            throw new PDOException($exception);
Exception message: SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'zumar_site.cv.cvDatePublic' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
/var/www/zumar.com/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
 
    /**
     * {@inheritdoc}
     */
    public function execute($params = null)
    {
        try {
            return parent::execute($params);
        } catch (\PDOException $exception) {
            throw new PDOException($exception);
/var/www/zumar.com/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
        try {
            if ($params) {
                list($query, $params, $types) = SQLParserUtils::expandListParameters($query, $params, $types);
 
                $stmt = $this->_conn->prepare($query);
                if ($types) {
                    $this->_bindTypedValues($stmt, $params, $types);
                    $stmt->execute();
                } else {
                    $stmt->execute($params);
/var/www/zumar.com/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
     * for insert, update and delete statements.
     *
     * @return \Doctrine\DBAL\Driver\Statement|int
     */
    public function execute()
    {
        if ($this->type == self::SELECT) {
            return $this->connection->executeQuery($this->getSQL(), $this->params, $this->paramTypes);
        } else {
            return $this->connection->executeUpdate($this->getSQL(), $this->params, $this->paramTypes);
/var/www/zumar.com/public_html/concrete/blocks/date_navigation/controller.php
        if ($this->cParentID) {
            $pl->filterByParentID($this->cParentID);
        }
        $query = $pl->deliverQueryObject();
        $query->select('date_format(cv.cvDatePublic, "%Y") as navYear, date_format(cv.cvDatePublic, "%m") as navMonth');
        $query->groupBy('navYear, navMonth');
        $query->orderBy('cvDatePublic', 'desc');
        $r = $query->execute();
        $dates = array();
        while ($row = $r->fetch()) {
/var/www/zumar.com/public_html/concrete/blocks/date_navigation/controller.php
        return array($method, $parameters);
    }
 
    public function action_filter_by_date($year = false, $month = false)
    {
        $this->selectedYear = $year;
        $this->selectedMonth = $month;
        $this->view();
    }
 
<#unknown>
/var/www/zumar.com/public_html/concrete/src/Controller/AbstractController.php
 
    public function runAction($action, $parameters = array())
    {
        $this->action = $action;
        $this->parameters = $parameters;
        if (is_callable(array($this, $action))) {
            if ($this->shouldRunControllerTask()) {
                return call_user_func_array(array($this, $action), $parameters);
            }
        }
/var/www/zumar.com/public_html/concrete/src/Page/Controller/PageController.php
            $blocks = array_merge($this->getPageObject()->getBlocks(), $this->getPageObject()->getGlobalBlocks());
 
            foreach ($blocks as $b) {
                $controller = $b->getController();
                list($method, $parameters) = $controller->getPassThruActionAndParameters($this->parameters);
                if ($controller->isValidControllerTask($method, $parameters)) {
                    $controller->on_start();
                    $response = $controller->runAction($method, $parameters);
                    if ($response instanceof Response) {
                        return $response;
/var/www/zumar.com/public_html/concrete/src/Routing/DispatcherRouteCallback.php
        $pe->setUser($u);
        $pe->setRequest($request);
        Events::dispatch('on_page_view', $pe);
 
        $controller = $c->getPageController();
        $controller->on_start();
        $controller->setupRequestActionAndParameters($request);
        $response = $controller->validateRequest();
        if ($response instanceof \Symfony\Component\HttpFoundation\Response) {
            return $response;
/var/www/zumar.com/public_html/concrete/src/Application/Application.php
                $request->attributes->add($matcher->match($path));
                $matched = $matcher->match($path);
                $route = $collection->get($matched['_route']);
                Route::setRequest($request);
                $response = Route::execute($route, $matched);
            } catch(ResourceNotFoundException $e) {
                $callback = new DispatcherRouteCallback('dispatcher');
                $response = $callback->execute($request);
            }
        }
/var/www/zumar.com/public_html/concrete/bootstrap/start.php
\Events::dispatch('on_before_dispatch');
 
/**
 * ----------------------------------------------------------------------------
 * Get the response to the current request
 * ----------------------------------------------------------------------------
 */
$response = $cms->dispatch($request);
/**
 * ----------------------------------------------------------------------------
/var/www/zumar.com/public_html/concrete/dispatcher.php
 
 
/**
 * ----------------------------------------------------------------------------
 * Begin concrete5 startup.
 * ----------------------------------------------------------------------------
 */
$cms = require $__DIR__ . '/bootstrap/start.php';
 
 
/var/www/zumar.com/public_html/index.php
<?php
require('concrete/dispatcher.php');
 
Key Value
Version 5.7.4.2
Installed Version 5.7.4.2
Key Value
concrete.version 5.7.4.2
concrete.version_installed 5.7.4.2
concrete.version_db 20150504000000
concrete.installed true
concrete.site Zumar Industries, Inc.
concrete.locale en_US
concrete.charset UTF-8
concrete.maintenance_mode false
concrete.debug.display_errors true
concrete.debug.detail debug
concrete.proxy.host null
concrete.proxy.port null
concrete.proxy.user null
concrete.proxy.password null
concrete.upload.extensions *.flv;*.jpg;*.gif;*.jpeg;*.ico;*.docx;*.xla;*.png;*.psd;*.swf;*.doc;*.txt;*.xls;*.xlsx;*.csv;*.pdf;*.tiff;*.rtf;*.m4a;*.mov;*.wmv;*.mpeg;*.mpg;*.wav;*.3gp;*.avi;*.m4v;*.mp4;*.mp3;*.qt;*.ppt;*.pptx;*.kml;*.xml;*.svg;*.webm;*.ogg;*.ogv
concrete.mail.method PHP_MAIL
concrete.mail.methods.smtp.server
concrete.mail.methods.smtp.port
concrete.mail.methods.smtp.username
concrete.mail.methods.smtp.password
concrete.mail.methods.smtp.encryption
concrete.cache.enabled true
concrete.cache.lifetime 21600
concrete.cache.overrides false
concrete.cache.blocks false
concrete.cache.assets false
concrete.cache.theme_css false
concrete.cache.pages 0
concrete.cache.doctrine_dev_mode false
concrete.cache.full_page_lifetime default
concrete.cache.full_page_lifetime_value null
concrete.cache.directory /var/www/zumar.com/public_html/application/files/cache
concrete.cache.page.directory /var/www/zumar.com/public_html/application/files/cache/pages
concrete.cache.page.adapter file
concrete.cache.environment.file environment.cache
concrete.cache.levels.expensive.drivers.0.class \Stash\Driver\Ephemeral
concrete.cache.levels.expensive.drivers.1.class \Stash\Driver\FileSystem
concrete.cache.levels.expensive.drivers.1.options.path /var/www/zumar.com/public_html/application/files/cache
concrete.cache.levels.expensive.drivers.1.options.dirPermissions 493
concrete.cache.levels.expensive.drivers.1.options.filePermissions 420
concrete.cache.levels.object.drivers.0.class \Stash\Driver\Ephemeral
concrete.multilingual.enabled false
concrete.multilingual.redirect_home_to_default_locale false
concrete.multilingual.use_browser_detected_locale false
concrete.multilingual.default_locale false
concrete.multilingual.default_source_locale en_US
concrete.design.enable_custom true
concrete.design.enable_layouts true
concrete.log.emails true
concrete.log.errors true
concrete.log.spam false
concrete.log.queries.log false
concrete.log.queries.clear_on_reload false
concrete.jobs.enable_scheduling true
concrete.filesystem.permissions.file 420
concrete.filesystem.permissions.directory 493
concrete.editor.concrete.enable_filemanager true
concrete.editor.concrete.enable_sitemap true
concrete.editor.plugins.selected.0 concrete5lightbox
concrete.editor.plugins.selected.1 undoredo
concrete.editor.plugins.selected.2 specialcharacters
concrete.editor.plugins.selected.3 table
concrete.email.enabled true
concrete.email.default no-reply@www.zumar.com
concrete.email.form_block.address false
concrete.marketplace.enabled true
concrete.marketplace.token null
concrete.marketplace.site_token null
concrete.marketplace.intelligent_search true
concrete.marketplace.log_requests false
concrete.external.intelligent_search_help false
concrete.external.news_overlay false
concrete.external.news false
concrete.misc.user_timezones false
concrete.misc.package_backup_directory /var/www/zumar.com/public_html/application/files/trash
concrete.misc.enable_progressive_page_reindex true
concrete.misc.mobile_theme_id 0
concrete.misc.sitemap_approve_immediately true
concrete.misc.enable_translate_locale_en_us false
concrete.misc.page_search_index_lifetime 259200
concrete.misc.enable_trash_can true
concrete.misc.app_version_display_in_header true
concrete.misc.default_jpeg_image_compression 80
concrete.misc.do_page_reindex_check false
concrete.misc.favicon_fid 479
concrete.theme.compress_preprocessor_output false
concrete.updates.enable_auto_update_core false
concrete.updates.enable_auto_update_packages false
concrete.updates.enable_permissions_protection true
concrete.updates.check_threshold 172800
concrete.updates.services.get_available_updates http://www.concrete5.org/tools/update_core
concrete.updates.services.inspect_update http://www.concrete5.org/tools/inspect_update
concrete.paths.trash /!trash
concrete.paths.drafts /!drafts
concrete.conversations.attachments_pending_file_set Conversation Messages (Pending)
concrete.conversations.attachments_file_set Conversation Messages
concrete.conversations.attachments_enabled true
concrete.icons.page_template.width 120
concrete.icons.page_template.height 90
concrete.icons.theme_thumbnail.width 120
concrete.icons.theme_thumbnail.height 90
concrete.icons.file_manager_listing.handle file_manager_listing
concrete.icons.file_manager_listing.width 60
concrete.icons.file_manager_listing.height 60
concrete.icons.file_manager_detail.handle file_manager_detail
concrete.icons.file_manager_detail.width 400
concrete.icons.user_avatar.width 80
concrete.icons.user_avatar.height 80
concrete.icons.user_avatar.default /concrete/images/avatar_none.png
concrete.sitemap_xml.file sitemap.xml
concrete.sitemap_xml.frequency weekly
concrete.sitemap_xml.priority 0.5
concrete.accessibility.toolbar_titles false
concrete.accessibility.toolbar_large_font false
concrete.accessibility.display_help_system true
concrete.i18n.enabled true
concrete.i18n.choose_language_login false
concrete.urls.concrete5 http://www.concrete5.org
concrete.urls.concrete5_secure https://www.concrete5.org
concrete.urls.newsflow http://newsflow.concrete5.org
concrete.urls.background_feed //backgroundimages.concrete5.org/wallpaper
concrete.urls.background_feed_secure https://backgroundimages.concrete5.org/wallpaper
concrete.urls.background_info http://backgroundimages.concrete5.org/get_image_data.php
concrete.urls.help.developer http://www.concrete5.org/documentation/developers/5.7/
concrete.urls.help.user http://www.concrete5.org/documentation/using-concrete5-7
concrete.urls.help.forum http://www.concrete5.org/community/forums
concrete.urls.paths.menu_help_service /tools/get_remote_help_list/
concrete.urls.paths.theme_preview /tools/preview_theme/
concrete.urls.paths.site_page /private/sites
concrete.urls.paths.newsflow_slot_content /tools/slot_content/
concrete.urls.paths.marketplace.connect /marketplace/connect
concrete.urls.paths.marketplace.connect_success /marketplace/connect/-/connected
concrete.urls.paths.marketplace.connect_validate /marketplace/connect/-/validate
concrete.urls.paths.marketplace.connect_new_token /marketplace/connect/-/generate_token
concrete.urls.paths.marketplace.checkout /cart/-/add/
concrete.urls.paths.marketplace.purchases /marketplace/connect/-/get_available_licenses
concrete.urls.paths.marketplace.item_information /marketplace/connect/-/get_item_information
concrete.urls.paths.marketplace.item_free_license /marketplace/connect/-/enable_free_license
concrete.urls.paths.marketplace.remote_item_list /marketplace/
concrete.white_label.logo /packages/white_label/img/logo.png
concrete.white_label.name Vuria Creative Technology
concrete.white_label.dashboard_background null
concrete.session.name CONCRETE5
concrete.session.handler file
concrete.session.max_lifetime 7200
concrete.session.cookie.cookie_path false
concrete.session.cookie.cookie_lifetime 0
concrete.session.cookie.cookie_domain false
concrete.session.cookie.cookie_secure false
concrete.session.cookie.cookie_httponly false
concrete.user.registration.enabled false
concrete.user.registration.type disabled
concrete.user.registration.captcha true
concrete.user.registration.email_registration false
concrete.user.registration.validate_email false
concrete.user.registration.approval false
concrete.user.registration.notification false
concrete.user.gravatar.enabled false
concrete.user.gravatar.max_level 0
concrete.user.gravatar.image_set 0
concrete.user.group.badge.default_point_value 50
concrete.user.profiles_enabled false
concrete.user.timezones_enabled false
concrete.user.username.maximum 64
concrete.user.username.minimum 3
concrete.user.username.allow_spaces false
concrete.user.password.maximum 128
concrete.user.password.minimum 5
concrete.user.password.hash_portable false
concrete.user.password.hash_cost_log2 12
concrete.user.private_messages.throttle_max 20
concrete.user.private_messages.throttle_max_timespan 15
concrete.spam.whitelist_group 0
concrete.spam.notify_email
concrete.security.ban.ip.enabled true
concrete.security.ban.ip.attempts 5
concrete.security.ban.ip.time 300
concrete.security.ban.ip.length 10
concrete.permissions.forward_to_login true
concrete.permissions.model simple
concrete.permissions.page_permission_collection_id true
concrete.seo.tracking.code
concrete.seo.tracking.code_position top
concrete.seo.exclude_words a, an, as, at, before, but, by, for, from, is, in, into, like, of, off, on, onto, per, since, than, the, this, that, to, up, via, with
concrete.seo.url_rewriting 1
concrete.seo.url_rewriting_all false
concrete.seo.redirect_to_canonical_url 0
concrete.seo.canonical_url
concrete.seo.canonical_ssl_url
concrete.seo.trailing_slash false
concrete.seo.title_format %1$s :: %2$s
concrete.seo.title_segment_separator ::
concrete.seo.page_path_separator -
concrete.seo.group_name_separator /
concrete.seo.segment_max_length 128
concrete.seo.paging_string ccm_paging_p
concrete.limits.sitemap_pages 100
concrete.limits.delete_pages 10
concrete.limits.copy_pages 10
concrete.limits.page_search_index_batch 200
concrete.limits.job_queue_batch 10
concrete.limits.style_customizer.size_min -50
concrete.limits.style_customizer.size_max 200
concrete.maintenance.version_job_page_num 425
Key Value
REDIRECT_HTTPS on
REDIRECT_SSL_TLS_SNI www.zumar.com
REDIRECT_STATUS 200
HTTPS on
SSL_TLS_SNI www.zumar.com
SSL_SERVER_S_DN_CN www.zumar.com
SSL_SERVER_I_DN_C US
SSL_SERVER_I_DN_O Let's Encrypt
SSL_SERVER_I_DN_CN R3
SSL_SERVER_SAN_DNS_0 www.zumar.com
SSL_SERVER_SAN_DNS_1 zumar.com
SSL_VERSION_INTERFACE mod_ssl/2.4.29
SSL_VERSION_LIBRARY OpenSSL/1.1.1g
SSL_PROTOCOL TLSv1.3
SSL_SECURE_RENEG true
SSL_COMPRESS_METHOD NULL
SSL_CIPHER TLS_AES_256_GCM_SHA384
SSL_CIPHER_EXPORT false
SSL_CIPHER_USEKEYSIZE 256
SSL_CIPHER_ALGKEYSIZE 256
SSL_CLIENT_VERIFY NONE
SSL_SERVER_M_VERSION 3
SSL_SERVER_M_SERIAL 036D534BC33BB6C55739792292969B03EA5E
SSL_SERVER_V_START Jan 29 19:16:26 2024 GMT
SSL_SERVER_V_END Apr 28 19:16:25 2024 GMT
SSL_SERVER_S_DN CN=www.zumar.com
SSL_SERVER_I_DN CN=R3,O=Let's Encrypt,C=US
SSL_SERVER_A_KEY id-ecPublicKey
SSL_SERVER_A_SIG sha256WithRSAEncryption
SSL_SESSION_ID 116809400d748d4539cb97ff8c502b98210abdec0d3e457fb6193eb9fdeabe4e
SSL_SESSION_RESUMED Initial
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST www.zumar.com
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
SERVER_SIGNATURE <address>Apache/2.4.29 (Ubuntu) Server at www.zumar.com Port 443</address>
SERVER_SOFTWARE Apache/2.4.29 (Ubuntu)
SERVER_NAME www.zumar.com
SERVER_ADDR 172.30.1.57
SERVER_PORT 443
REMOTE_ADDR 3.234.177.119
DOCUMENT_ROOT /var/www/zumar.com/public_html
REQUEST_SCHEME https
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /var/www/zumar.com/public_html
SERVER_ADMIN webmaster@widelyinteractive.com
SCRIPT_FILENAME /var/www/zumar.com/public_html/index.php
REMOTE_PORT 57176
REDIRECT_URL /blog/2019/08
REDIRECT_QUERY_STRING ccm_paging_p=2
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING ccm_paging_p=2
REQUEST_URI /blog/2019/08?ccm_paging_p=2
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711640241.287
REQUEST_TIME 1711640241
Key Value
ccm_paging_p 2
empty
empty
empty
Key Value
_sf2_attributes Array ( [CLIENT_REMOTE_ADDR] => 3.234.177.119 [CLIENT_HTTP_USER_AGENT] => claudebot [uGroups] => Array ( [1] => 1 ) [accessEntities] => Array ( [0] => Concrete\Core\Permission\Access\Entity\GroupEntity Object ( [group:protected] => Concrete\Core\User\Group\Group Object ( [ctID] => [permissionSet] => [permissions:Concrete\Core\User\Group\Group:private] => Array ( ) [error] => [gID] => 1 [gName] => Guest [gDescription] => The guest group represents unregistered visitors to your site. [gUserExpirationIsEnabled] => 0 [gUserExpirationMethod] => [gUserExpirationSetDateTime] => [gUserExpirationInterval] => 0 [gUserExpirationAction] => [gIsBadge] => 0 [gBadgeFID] => 0 [gBadgeDescription] => [gBadgeCommunityPointValue] => 0 [gIsAutomated] => 0 [gCheckAutomationOnRegister] => 0 [gCheckAutomationOnLogin] => 0 [gCheckAutomationOnJobRun] => 0 [gPath] => /Guest [pkgID] => 0 ) [error] => [petID] => 1 [peID] => 3 [petHandle] => group [label] => Guest ) ) [accessEntitiesUpdated] => 1711640241 )
_sf2_flashes Array ( )
_sf2_meta Array ( [u] => 1711640241 [c] => 1711640241 [l] => 0 )
empty
0. Concrete\Core\Error\Handler\ErrorHandler
1. Concrete\Core\Error\Handler\JsonErrorHandler
2. Whoops\Handler\PlainTextHandler