Doctrine \ DBAL \ Exception \ InvalidFieldNameException
An exception occurred while executing 'SELECT distinct n.treeNodeID, if(nt.treeNodeTypeHandle='file', fv.fvTitle, n.treeNodeName) as name, if(nt.treeNodeTypeHandle='file', fv.fvDateAdded, n.dateModified) as dateModified, case when nt.treeNodeTypeHandle='file_folder' then 1 else (10 + fvType) end as type, fv.fvSize as size, folderItemModified FROM TreeNodes n INNER JOIN TreeNodeTypes nt ON nt.treeNodeTypeID = n.treeNodeTypeID LEFT JOIN TreeFileNodes tf ON tf.treeNodeID = n.treeNodeID LEFT JOIN FileVersions fv ON tf.fID = fv.fID and fv.fvIsApproved = 1 LEFT JOIN Files f ON fv.fID = f.fID LEFT JOIN Users u ON f.uID = u.uID LEFT JOIN FileSearchIndexAttributes fsi ON f.fID = fsi.fID WHERE (nt.treeNodeTypeHandle="file") AND (n.treeNodeParentID = ?) ORDER BY folderItemModified asc' with params ["17"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'folderItemModified' in 'field list'
Previous exceptions
  • SQLSTATE[42S22]: Column not found: 1054 Unknown column 'folderItemModified' in 'field list' (42S22)
  • SQLSTATE[42S22]: Column not found: 1054 Unknown column 'folderItemModified' in 'field list' (42S22)
Doctrine\DBAL\Exception\InvalidFieldNameException thrown with message "An exception occurred while executing 'SELECT distinct n.treeNodeID, if(nt.treeNodeTypeHandle='file', fv.fvTitle, n.treeNodeName) as name, if(nt.treeNodeTypeHandle='file', fv.fvDateAdded, n.dateModified) as dateModified, case when nt.treeNodeTypeHandle='file_folder' then 1 else (10 + fvType) end as type, fv.fvSize as size, folderItemModified FROM TreeNodes n INNER JOIN TreeNodeTypes nt ON nt.treeNodeTypeID = n.treeNodeTypeID LEFT JOIN TreeFileNodes tf ON tf.treeNodeID = n.treeNodeID LEFT JOIN FileVersions fv ON tf.fID = fv.fID and fv.fvIsApproved = 1 LEFT JOIN Files f ON fv.fID = f.fID LEFT JOIN Users u ON f.uID = u.uID LEFT JOIN FileSearchIndexAttributes fsi ON f.fID = fsi.fID WHERE (nt.treeNodeTypeHandle="file") AND (n.treeNodeParentID = ?) ORDER BY folderItemModified asc' with params ["17"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'folderItemModified' in 'field list'" Stacktrace: #45 Doctrine\DBAL\Exception\InvalidFieldNameException in /home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79 #44 Doctrine\DBAL\Driver\AbstractMySQLDriver:convertException in /home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 #43 Doctrine\DBAL\DBALException:wrapException in /home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:159 #42 Doctrine\DBAL\DBALException:driverExceptionDuringQuery in /home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:2226 #41 Doctrine\DBAL\Connection:handleExceptionDuringQuery in /home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1313 #40 Doctrine\DBAL\Driver\PDO\Exception in /home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 #39 Doctrine\DBAL\Driver\PDO\Exception:new in /home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:119 #38 PDOException in /home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117 #37 PDOStatement:execute in /home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117 #36 Doctrine\DBAL\Driver\PDOStatement:execute in /home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1304 #35 Doctrine\DBAL\Connection:executeQuery in /home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php:212 #34 Doctrine\DBAL\Query\QueryBuilder:execute in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Search/ItemList/Database/ItemList.php:63 #33 Concrete\Core\Search\ItemList\Database\ItemList:executeGetResults in /home/id0223/domains/haireffects.nl/private_html/packages/grand_gallery/src/GrandGallery/ImageList.php:93 #32 GrandGallery\ImageList:getAll in /home/id0223/domains/haireffects.nl/private_html/packages/grand_gallery/blocks/grand_gallery/controller.php:592 #31 Concrete\Package\GrandGallery\Block\GrandGallery\Controller:view in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Controller/AbstractController.php:318 #30 call_user_func_array in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Controller/AbstractController.php:318 #29 Concrete\Core\Controller\AbstractController:runAction in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Block/View/BlockView.php:489 #28 Concrete\Core\Block\View\BlockView:runControllerTask in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Block/View/BlockView.php:129 #27 Concrete\Core\Block\View\BlockView:setupRender in /home/id0223/domains/haireffects.nl/private_html/concrete/src/View/AbstractView.php:161 #26 Concrete\Core\View\AbstractView:render in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Area/Area.php:853 #25 Concrete\Core\Area\Area:display in /home/id0223/domains/haireffects.nl/private_html/application/themes/temphobhe/page.php:21 #24 include in /home/id0223/domains/haireffects.nl/private_html/concrete/src/View/View.php:329 #23 Concrete\Core\View\View:renderTemplate in /home/id0223/domains/haireffects.nl/private_html/concrete/src/View/View.php:291 #22 Concrete\Core\View\View:renderViewContents in /home/id0223/domains/haireffects.nl/private_html/concrete/src/View/AbstractView.php:164 #21 Concrete\Core\View\AbstractView:render in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/ResponseFactory.php:148 #20 Concrete\Core\Http\ResponseFactory:view in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/ResponseFactory.php:215 #19 Concrete\Core\Http\ResponseFactory:controller in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/ResponseFactory.php:367 #18 Concrete\Core\Http\ResponseFactory:collection in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/DefaultDispatcher.php:132 #17 Concrete\Core\Http\DefaultDispatcher:handleDispatch in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/DefaultDispatcher.php:60 #16 Concrete\Core\Http\DefaultDispatcher:dispatch in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/DispatcherDelegate.php:39 #15 Concrete\Core\Http\Middleware\DispatcherDelegate:next in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/FrameOptionsMiddleware.php:39 #14 Concrete\Core\Http\Middleware\FrameOptionsMiddleware:process in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/MiddlewareDelegate.php:50 #13 Concrete\Core\Http\Middleware\MiddlewareDelegate:next in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/StrictTransportSecurityMiddleware.php:36 #12 Concrete\Core\Http\Middleware\StrictTransportSecurityMiddleware:process in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/MiddlewareDelegate.php:50 #11 Concrete\Core\Http\Middleware\MiddlewareDelegate:next in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/ContentSecurityPolicyMiddleware.php:36 #10 Concrete\Core\Http\Middleware\ContentSecurityPolicyMiddleware:process in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/MiddlewareDelegate.php:50 #9 Concrete\Core\Http\Middleware\MiddlewareDelegate:next in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/CookieMiddleware.php:35 #8 Concrete\Core\Http\Middleware\CookieMiddleware:process in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/MiddlewareDelegate.php:50 #7 Concrete\Core\Http\Middleware\MiddlewareDelegate:next in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/ApplicationMiddleware.php:29 #6 Concrete\Core\Http\Middleware\ApplicationMiddleware:process in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/MiddlewareDelegate.php:50 #5 Concrete\Core\Http\Middleware\MiddlewareDelegate:next in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/MiddlewareStack.php:86 #4 Concrete\Core\Http\Middleware\MiddlewareStack:process in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/DefaultServer.php:85 #3 Concrete\Core\Http\DefaultServer:handleRequest in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Foundation/Runtime/Run/DefaultRunner.php:125 #2 Concrete\Core\Foundation\Runtime\Run\DefaultRunner:run in /home/id0223/domains/haireffects.nl/private_html/concrete/src/Foundation/Runtime/DefaultRuntime.php:102 #1 Concrete\Core\Foundation\Runtime\DefaultRuntime:run in /home/id0223/domains/haireffects.nl/private_html/concrete/dispatcher.php:45 #0 require in /home/id0223/domains/haireffects.nl/private_html/index.php:3
Stack frames (46)
45
Doctrine\DBAL\Exception\InvalidFieldNameException
/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php79
44
Doctrine\DBAL\Driver\AbstractMySQLDriver convertException
/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php182
43
Doctrine\DBAL\DBALException wrapException
/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php159
42
Doctrine\DBAL\DBALException driverExceptionDuringQuery
/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php2226
41
Doctrine\DBAL\Connection handleExceptionDuringQuery
/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php1313
40
Doctrine\DBAL\Driver\PDO\Exception
/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php18
39
Doctrine\DBAL\Driver\PDO\Exception new
/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php119
38
PDOException
/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php117
37
PDOStatement execute
/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php117
36
Doctrine\DBAL\Driver\PDOStatement execute
/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php1304
35
Doctrine\DBAL\Connection executeQuery
/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php212
34
Doctrine\DBAL\Query\QueryBuilder execute
/src/Search/ItemList/Database/ItemList.php63
33
Concrete\Core\Search\ItemList\Database\ItemList executeGetResults
/home/id0223/domains/haireffects.nl/private_html/packages/grand_gallery/src/GrandGallery/ImageList.php93
32
GrandGallery\ImageList getAll
/home/id0223/domains/haireffects.nl/private_html/packages/grand_gallery/blocks/grand_gallery/controller.php592
31
Concrete\Package\GrandGallery\Block\GrandGallery\Controller view
/src/Controller/AbstractController.php318
30
call_user_func_array
/src/Controller/AbstractController.php318
29
Concrete\Core\Controller\AbstractController runAction
/src/Block/View/BlockView.php489
28
Concrete\Core\Block\View\BlockView runControllerTask
/src/Block/View/BlockView.php129
27
Concrete\Core\Block\View\BlockView setupRender
/src/View/AbstractView.php161
26
Concrete\Core\View\AbstractView render
/src/Area/Area.php853
25
Concrete\Core\Area\Area display
/home/id0223/domains/haireffects.nl/private_html/application/themes/temphobhe/page.php21
24
include
/src/View/View.php329
23
Concrete\Core\View\View renderTemplate
/src/View/View.php291
22
Concrete\Core\View\View renderViewContents
/src/View/AbstractView.php164
21
Concrete\Core\View\AbstractView render
/src/Http/ResponseFactory.php148
20
Concrete\Core\Http\ResponseFactory view
/src/Http/ResponseFactory.php215
19
Concrete\Core\Http\ResponseFactory controller
/src/Http/ResponseFactory.php367
18
Concrete\Core\Http\ResponseFactory collection
/src/Http/DefaultDispatcher.php132
17
Concrete\Core\Http\DefaultDispatcher handleDispatch
/src/Http/DefaultDispatcher.php60
16
Concrete\Core\Http\DefaultDispatcher dispatch
/src/Http/Middleware/DispatcherDelegate.php39
15
Concrete\Core\Http\Middleware\DispatcherDelegate next
/src/Http/Middleware/FrameOptionsMiddleware.php39
14
Concrete\Core\Http\Middleware\FrameOptionsMiddleware process
/src/Http/Middleware/MiddlewareDelegate.php50
13
Concrete\Core\Http\Middleware\MiddlewareDelegate next
/src/Http/Middleware/StrictTransportSecurityMiddleware.php36
12
Concrete\Core\Http\Middleware\StrictTransportSecurityMiddleware process
/src/Http/Middleware/MiddlewareDelegate.php50
11
Concrete\Core\Http\Middleware\MiddlewareDelegate next
/src/Http/Middleware/ContentSecurityPolicyMiddleware.php36
10
Concrete\Core\Http\Middleware\ContentSecurityPolicyMiddleware process
/src/Http/Middleware/MiddlewareDelegate.php50
9
Concrete\Core\Http\Middleware\MiddlewareDelegate next
/src/Http/Middleware/CookieMiddleware.php35
8
Concrete\Core\Http\Middleware\CookieMiddleware process
/src/Http/Middleware/MiddlewareDelegate.php50
7
Concrete\Core\Http\Middleware\MiddlewareDelegate next
/src/Http/Middleware/ApplicationMiddleware.php29
6
Concrete\Core\Http\Middleware\ApplicationMiddleware process
/src/Http/Middleware/MiddlewareDelegate.php50
5
Concrete\Core\Http\Middleware\MiddlewareDelegate next
/src/Http/Middleware/MiddlewareStack.php86
4
Concrete\Core\Http\Middleware\MiddlewareStack process
/src/Http/DefaultServer.php85
3
Concrete\Core\Http\DefaultServer handleRequest
/src/Foundation/Runtime/Run/DefaultRunner.php125
2
Concrete\Core\Foundation\Runtime\Run\DefaultRunner run
/src/Foundation/Runtime/DefaultRuntime.php102
1
Concrete\Core\Foundation\Runtime\DefaultRuntime run
/dispatcher.php45
0
require
/home/id0223/domains/haireffects.nl/private_html/index.php3
/home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
            case '1146':
                return new TableNotFoundException($message, $exception);
 
            case '1216':
            case '1217':
            case '1451':
            case '1452':
            case '1701':
                return new ForeignKeyConstraintViolationException($message, $exception);
 
            case '1062':
            case '1557':
            case '1569':
            case '1586':
                return new UniqueConstraintViolationException($message, $exception);
 
            case '1054':
            case '1166':
            case '1611':
                return new InvalidFieldNameException($message, $exception);
 
            case '1052':
            case '1060':
            case '1110':
                return new NonUniqueFieldNameException($message, $exception);
 
            case '1064':
            case '1149':
            case '1287':
            case '1341':
            case '1342':
            case '1343':
            case '1344':
            case '1382':
            case '1479':
            case '1541':
            case '1554':
            case '1626':
                return new SyntaxErrorException($message, $exception);
 
Arguments
  1. """
    An exception occurred while executing 'SELECT distinct n.treeNodeID, if(nt.treeNodeTypeHandle='file', fv.fvTitle, n.treeNodeName) as name, if(nt.treeNodeTypeHandle='file', fv.fvDateAdded, n.dateModified) as dateModified, case when nt.treeNodeTypeHandle='file_folder' then 1 else (10 + fvType) end as type, fv.fvSize as size, folderItemModified FROM TreeNodes n INNER JOIN TreeNodeTypes nt ON nt.treeNodeTypeID = n.treeNodeTypeID LEFT JOIN TreeFileNodes tf ON tf.treeNodeID = n.treeNodeID LEFT JOIN FileVersions fv ON tf.fID = fv.fID and fv.fvIsApproved = 1 LEFT JOIN Files f ON fv.fID = f.fID LEFT JOIN Users u ON f.uID = u.uID LEFT JOIN FileSearchIndexAttributes fsi ON f.fID = fsi.fID WHERE (nt.treeNodeTypeHandle="file") AND (n.treeNodeParentID = ?) ORDER BY folderItemModified asc' with params ["17"]:\n
    \n
    SQLSTATE[42S22]: Column not found: 1054 Unknown column 'folderItemModified' in 'field list'
    """
    
/home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php
     * @deprecated
     *
     * @return Exception
     */
    public static function driverException(Driver $driver, Throwable $driverEx)
    {
        return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());
    }
 
    /**
     * @return Exception
     */
    private static function wrapException(Driver $driver, Throwable $driverEx, string $msg)
    {
        if ($driverEx instanceof DriverException) {
            return $driverEx;
        }
 
        if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {
            return $driver->convertException($msg, $driverEx);
        }
 
        return new Exception($msg, 0, $driverEx);
    }
 
    /**
     * Returns a human-readable representation of an array of parameters.
     * This properly handles binary data by returning a hex representation.
     *
     * @param mixed[] $params
     *
     * @return string
     */
    private static function formatParameters(array $params)
    {
        return '[' . implode(', ', array_map(static function ($param) {
            if (is_resource($param)) {
                return (string) $param;
            }
 
/home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php
    }
 
    /**
     * @deprecated
     *
     * @param string  $sql
     * @param mixed[] $params
     *
     * @return Exception
     */
    public static function driverExceptionDuringQuery(Driver $driver, Throwable $driverEx, $sql, array $params = [])
    {
        $msg = "An exception occurred while executing '" . $sql . "'";
        if ($params) {
            $msg .= ' with params ' . self::formatParameters($params);
        }
 
        $msg .= ":\n\n" . $driverEx->getMessage();
 
        return self::wrapException($driver, $driverEx, $msg);
    }
 
    /**
     * @deprecated
     *
     * @return Exception
     */
    public static function driverException(Driver $driver, Throwable $driverEx)
    {
        return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());
    }
 
    /**
     * @return Exception
     */
    private static function wrapException(Driver $driver, Throwable $driverEx, string $msg)
    {
        if ($driverEx instanceof DriverException) {
            return $driverEx;
        }
/home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
    }
 
    /**
     * @internal
     *
     * @param array<int, mixed>|array<string, mixed>                               $params
     * @param array<int, int|string|Type|null>|array<string, int|string|Type|null> $types
     *
     * @psalm-return never-return
     *
     * @throws Exception
     */
    public function handleExceptionDuringQuery(Throwable $e, string $sql, array $params = [], array $types = []): void
    {
        $this->throw(
            Exception::driverExceptionDuringQuery(
                $this->_driver,
                $e,
                $sql,
                $this->resolveParams($params, $types)
            )
        );
    }
 
    /**
     * @internal
     *
     * @psalm-return never-return
     *
     * @throws Exception
     */
    public function handleDriverException(Throwable $e): void
    {
        $this->throw(
            Exception::driverException(
                $this->_driver,
                $e
            )
        );
    }
/home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
            $logger->startQuery($sql, $params, $types);
        }
 
        try {
            if ($params) {
                [$sql, $params, $types] = SQLParserUtils::expandListParameters($sql, $params, $types);
 
                $stmt = $connection->prepare($sql);
                if ($types) {
                    $this->_bindTypedValues($stmt, $params, $types);
                    $stmt->execute();
                } else {
                    $stmt->execute($params);
                }
            } else {
                $stmt = $connection->query($sql);
            }
        } catch (Throwable $e) {
            $this->handleExceptionDuringQuery(
                $e,
                $sql,
                $params,
                $types
            );
        }
 
        $stmt->setFetchMode($this->defaultFetchMode);
 
        if ($logger) {
            $logger->stopQuery();
        }
 
        return $this->ensureForwardCompatibilityStatement($stmt);
    }
 
    /**
     * Executes a caching query.
     *
     * @param string                                                               $sql    SQL query
     * @param array<int, mixed>|array<string, mixed>                               $params Query parameters
/home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php
<?php
 
declare(strict_types=1);
 
namespace Doctrine\DBAL\Driver\PDO;
 
use Doctrine\DBAL\Driver\PDOException;
 
/**
 * @internal
 *
 * @psalm-immutable
 */
final class Exception extends PDOException
{
    public static function new(\PDOException $exception): self
    {
        return new self($exception);
    }
}
 
Arguments
  1. "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'folderItemModified' in 'field list'"
    
Exception message: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'folderItemModified' in 'field list'
/home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
    {
        try {
            return parent::closeCursor();
        } catch (PDOException $exception) {
            // Exceptions not allowed by the interface.
            // In case driver implementations do not adhere to the interface, silence exceptions here.
            return true;
        }
    }
 
    /**
     * {@inheritdoc}
     */
    #[ReturnTypeWillChange]
    public function execute($params = null)
    {
        try {
            return parent::execute($params);
        } catch (PDOException $exception) {
            throw Exception::new($exception);
        }
    }
 
    /**
     * {@inheritdoc}
     *
     * @deprecated Use fetchNumeric(), fetchAssociative() or fetchOne() instead.
     */
    #[ReturnTypeWillChange]
    public function fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0)
    {
        $args = func_get_args();
 
        if (isset($args[0])) {
            $args[0] = $this->convertFetchMode($args[0]);
        }
 
        try {
            return parent::fetch(...$args);
        } catch (PDOException $exception) {
/home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
    #[ReturnTypeWillChange]
    public function closeCursor()
    {
        try {
            return parent::closeCursor();
        } catch (PDOException $exception) {
            // Exceptions not allowed by the interface.
            // In case driver implementations do not adhere to the interface, silence exceptions here.
            return true;
        }
    }
 
    /**
     * {@inheritdoc}
     */
    #[ReturnTypeWillChange]
    public function execute($params = null)
    {
        try {
            return parent::execute($params);
        } catch (PDOException $exception) {
            throw Exception::new($exception);
        }
    }
 
    /**
     * {@inheritdoc}
     *
     * @deprecated Use fetchNumeric(), fetchAssociative() or fetchOne() instead.
     */
    #[ReturnTypeWillChange]
    public function fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0)
    {
        $args = func_get_args();
 
        if (isset($args[0])) {
            $args[0] = $this->convertFetchMode($args[0]);
        }
 
        try {
Arguments
  1. "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'folderItemModified' in 'field list'"
    
Exception message: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'folderItemModified' in 'field list'
/home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
    #[ReturnTypeWillChange]
    public function closeCursor()
    {
        try {
            return parent::closeCursor();
        } catch (PDOException $exception) {
            // Exceptions not allowed by the interface.
            // In case driver implementations do not adhere to the interface, silence exceptions here.
            return true;
        }
    }
 
    /**
     * {@inheritdoc}
     */
    #[ReturnTypeWillChange]
    public function execute($params = null)
    {
        try {
            return parent::execute($params);
        } catch (PDOException $exception) {
            throw Exception::new($exception);
        }
    }
 
    /**
     * {@inheritdoc}
     *
     * @deprecated Use fetchNumeric(), fetchAssociative() or fetchOne() instead.
     */
    #[ReturnTypeWillChange]
    public function fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0)
    {
        $args = func_get_args();
 
        if (isset($args[0])) {
            $args[0] = $this->convertFetchMode($args[0]);
        }
 
        try {
/home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
    {
        if ($qcp !== null) {
            return $this->executeCacheQuery($sql, $params, $types, $qcp);
        }
 
        $connection = $this->getWrappedConnection();
 
        $logger = $this->_config->getSQLLogger();
        if ($logger) {
            $logger->startQuery($sql, $params, $types);
        }
 
        try {
            if ($params) {
                [$sql, $params, $types] = SQLParserUtils::expandListParameters($sql, $params, $types);
 
                $stmt = $connection->prepare($sql);
                if ($types) {
                    $this->_bindTypedValues($stmt, $params, $types);
                    $stmt->execute();
                } else {
                    $stmt->execute($params);
                }
            } else {
                $stmt = $connection->query($sql);
            }
        } catch (Throwable $e) {
            $this->handleExceptionDuringQuery(
                $e,
                $sql,
                $params,
                $types
            );
        }
 
        $stmt->setFetchMode($this->defaultFetchMode);
 
        if ($logger) {
            $logger->stopQuery();
        }
/home/id0223/domains/haireffects.nl/private_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
     *
     * @return int Either QueryBuilder::STATE_DIRTY or QueryBuilder::STATE_CLEAN.
     */
    public function getState()
    {
        return $this->state;
    }
 
    /**
     * Executes this query using the bound parameters and their types.
     *
     * @return ForwardCompatibility\Result|int|string
     *
     * @throws Exception
     */
    public function execute()
    {
        if ($this->type === self::SELECT) {
            return ForwardCompatibility\Result::ensure(
                $this->connection->executeQuery($this->getSQL(), $this->params, $this->paramTypes)
            );
        }
 
        return $this->connection->executeStatement($this->getSQL(), $this->params, $this->paramTypes);
    }
 
    /**
     * Gets the complete SQL string formed by the current specifications of this QueryBuilder.
     *
     * <code>
     *     $qb = $em->createQueryBuilder()
     *         ->select('u')
     *         ->from('User', 'u')
     *     echo $qb->getSQL(); // SELECT u FROM User u
     * </code>
     *
     * @return string The SQL query string.
     */
    public function getSQL()
    {
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Search/ItemList/Database/ItemList.php
        return $this->searchRequest;
    }
 
    public function getQueryObject()
    {
        return $this->query;
    }
 
    public function deliverQueryObject()
    {
        // setup the default sorting based on the request.
        $this->performAutomaticSorting($this->searchRequest);
        $query = clone $this->query;
        $query = $this->finalizeQuery($query);
        return $query;
    }
 
    public function executeGetResults()
    {
        return $this->deliverQueryObject()->execute()->fetchAll();
    }
 
    public function debugStart()
    {
        if ($this->isDebugged()) {
            Database::get()->getConfiguration()->setSQLLogger(new EchoSQLLogger());
        }
    }
 
    public function debugStop()
    {
        if ($this->isDebugged()) {
            Database::get()->getConfiguration()->setSQLLogger(null);
        }
    }
 
    protected function executeSortBy($column, $direction = 'asc')
    {
        if (in_array(strtolower($direction), array('asc', 'desc'))) {
            $this->query->orderBy($column, $direction);
/home/id0223/domains/haireffects.nl/private_html/packages/grand_gallery/src/GrandGallery/ImageList.php
 
        // 2A. Folder
        if ($data['galleryType']=='folder' AND $data['folderID']) {
 
            $parentFolder = FileFolder::getByID($data['folderID']);
 
            if ($parentFolder) {
 
                // Get parent folder
                $list = new FolderItemList;
                $list->filterByParentFolder($parentFolder);
 
                // Get only files (not folders)
                $list->getQueryObject()
                    ->andWhere('nt.treeNodeTypeHandle="file"');
 
                // Sort from oldest to latest, because it will be reversed in next step
                // In the end, we always want latest images, added outside block, to be first
                $list->sortBy('folderItemModified', 'asc');
                $files = $list->executeGetResults();
 
                $i = 0;
                foreach ($files as $file) {
 
                    $fileFolderObject = FileFolder::getByID($file['treeNodeID']);
 
                    if (is_object($fileFolderObject)) {
 
                        $fileObject = $fileFolderObject->getTreeNodeFileObject();
 
                        if (is_object($fileObject) AND $fileObject->canEdit()) {
 
                            // Images added outside block, which aren't in gallery block table yet - put them at the beginning
                            $i--;
                            $position = !empty($allThumbsDB[$fileObject->getFileID()]) ? $allThumbsDB[$fileObject->getFileID()]['position'] : $i;
 
                            $allThumbs[$position] = $this->prepareThumbInfoArray($fileObject, $allThumbsDB);
 
                        }
 
/home/id0223/domains/haireffects.nl/private_html/packages/grand_gallery/blocks/grand_gallery/controller.php
        }
 
    }
 
    public function view() {
 
        // Modify data for view (need to be first)
        $this->prepareDataForView();
 
        // Load and modify images for view()
        $grandGalleryImageList = $this->app->build('GrandGallery\ImageList');
 
        $data = [
            'bID'         => $this->bID,
            'galleryType' => $this->galleryType,
            'folderID'    => $this->folderID,
            'filesetID'   => $this->filesetID
        ];
 
        $images = $grandGalleryImageList->getAll($data);
        $images = $this->prepareImagesForView($images);
        $this->set('images', $images);
 
    }
 
    private function prepareDataForView() {
 
        // Use global settings, if block checkbox is unchecked
        // If you add/delete something here, do the same in $this->set() below
        if ( ! intval($this->customSettings)) {
 
            // Dimensions
            $this->thumbnailGenerationMethod = $this->globalSettings['thumbnail_generation_method'];
            $this->thumbnailThumbnailType    = $this->globalSettings['thumbnail_thumbnail_type'];
 
            $this->fullscreenGenerationMethod = $this->globalSettings['fullscreen_generation_method'];
            $this->fullscreenThumbnailType    = $this->globalSettings['fullscreen_thumbnail_type'];
 
            $this->thumbnailWidth  = $this->globalSettings['thumbnail_width'];
            $this->thumbnailHeight = $this->globalSettings['thumbnail_height'];
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Controller/AbstractController.php
    public function runTask($action, $parameters)
    {
        $this->runAction($action, $parameters);
    }
 
    /**
     * Perform an action of this controller (if shouldRunControllerTask returns true).
     *
     * @param string $action the action to be performed
     * @param array $parameters the action parameters
     *
     * @return mixed in case the action is executed, you'll receive the result of the action, or NULL otherwise
     */
    public function runAction($action, $parameters = [])
    {
        $this->action = $action;
        $this->parameters = $parameters;
        if (is_callable([$this, $action])) {
            if ($this->shouldRunControllerTask()) {
                return call_user_func_array([$this, $action], $parameters);
            }
        }
    }
 
    /**
     * Get the whole $_REQUEST array or a specific requested value.
     *
     * @param string|null $key set to null to get the whole $_REQUEST array, or a string to get a specific value in $_GET or in $_POST
     *
     * @return mixed
     */
    public function request($key = null)
    {
        return Request::request($key);
    }
 
    /**
     * Dispatches a command to the command bus.
     * @param mixed $command
     */
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Controller/AbstractController.php
    public function runTask($action, $parameters)
    {
        $this->runAction($action, $parameters);
    }
 
    /**
     * Perform an action of this controller (if shouldRunControllerTask returns true).
     *
     * @param string $action the action to be performed
     * @param array $parameters the action parameters
     *
     * @return mixed in case the action is executed, you'll receive the result of the action, or NULL otherwise
     */
    public function runAction($action, $parameters = [])
    {
        $this->action = $action;
        $this->parameters = $parameters;
        if (is_callable([$this, $action])) {
            if ($this->shouldRunControllerTask()) {
                return call_user_func_array([$this, $action], $parameters);
            }
        }
    }
 
    /**
     * Get the whole $_REQUEST array or a specific requested value.
     *
     * @param string|null $key set to null to get the whole $_REQUEST array, or a string to get a specific value in $_GET or in $_POST
     *
     * @return mixed
     */
    public function request($key = null)
    {
        return Request::request($key);
    }
 
    /**
     * Dispatches a command to the command bus.
     * @param mixed $command
     */
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Block/View/BlockView.php
            $this->didPullFromOutputCache = false;
            if (in_array($this->viewToRender, ['view', 'add', 'edit', 'composer'])) {
                $method = $this->viewToRender;
            } else {
                $method = 'view';
            }
            $passthru = false;
            if ($method == 'view' && is_object($this->block)) {
                if (isset($pageController)) {
                    $controller = $pageController->getPassThruBlockController($this->block);
                    if (is_object($controller)) {
                        $passthru = true;
                        $this->controller = $controller;
                    }
                }
            }
 
            $parameters = [];
            if (!$passthru) {
                $this->controller->runAction($method, $parameters);
            }
            $this->controller->on_before_render();
        }
    }
 
    /**
     * Legacy.
     */
    public function getThemePath()
    {
        $v = View::getInstance();
 
        return $v->getThemePath();
    }
 
    /**
     * Fire an event just before the block is outputted on the page.
     *
     * Custom code can modify the block contents before
     * the block contents are 'echoed' out on the page.
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Block/View/BlockView.php
        }
    }
 
    /**
     * @deprecated in views, use $controller->getActionURL() using the same arguments
     *
     * @return \Concrete\Core\Url\UrlImmutable|null
     */
    public function action($task)
    {
        return call_user_func_array([$this->controller, 'getActionURL'], func_get_args());
    }
 
    public function startRender()
    {
    }
 
    public function setupRender()
    {
        $this->runControllerTask();
 
        $view = $this->viewToRender;
 
        $env = Environment::get();
        if ($this->viewToRender == 'scrapbook') {
            $scrapbookTemplate = $this->getBlockPath(
                    FILENAME_BLOCK_VIEW_SCRAPBOOK
                ) . '/' . FILENAME_BLOCK_VIEW_SCRAPBOOK;
            if (file_exists($scrapbookTemplate)) {
                $view = 'scrapbook';
            } else {
                $view = 'view';
            }
        }
        $customFilenameToRender = null;
        if (!in_array($this->viewToRender, ['view', 'add', 'edit', 'scrapbook'])) {
            // then we're trying to render a custom view file, which we'll pass to the bottom functions as $_filename
            $customFilenameToRender = $view . '.php';
            $view = 'view';
        }
/home/id0223/domains/haireffects.nl/private_html/concrete/src/View/AbstractView.php
    {
        if (is_object($this->controller)) {
            $sets = $this->controller->getSets();
            $helpers = $this->controller->getHelperObjects();
            $return = array_merge($this->scopeItems, $sets, $helpers);
        } else {
            $return = $this->scopeItems;
        }
        $return['view'] = $this;
        $return['controller'] = $this->controller;
        return $return;
    }
 
    public function render($state = false)
    {
        if ($this instanceof View) {
            $this->setRequestInstance($this);
        }
        $this->start($state);
        $this->setupRender();
        $this->startRender();
        $scopeItems = $this->getScopeItems();
        $contents = $this->renderViewContents($scopeItems);
        $contents = $this->postProcessViewContents($contents);
        $response = $this->finishRender($contents);
        if ($this instanceof View) {
            $this->revertRequestInstance();
        }
 
        return $response;
    }
 
    public function renderViewContents($scopeItems)
    {
        if (file_exists($this->template)) {
            extract($scopeItems);
            ob_start();
            $this->onBeforeGetContents();
            include $this->template;
            $this->onAfterGetContents();
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Area/Area.php
        $loc = Localization::getInstance();
 
        // now, we iterate through these block groups (which are actually arrays of block objects), and display them on the page
        $loc->pushActiveContext(Localization::CONTEXT_UI);
        if ($this->showControls && $c->isEditMode() && $ap->canViewAreaControls()) {
            View::element('block_area_header', array('a' => $this));
        } else {
            View::element('block_area_header_view', array('a' => $this));
        }
        $loc->popActiveContext();
 
        foreach ($blocksToDisplay as $b) {
            $bv = new BlockView($b);
            $bv->setAreaObject($this);
            $p = new Permissions($b);
            if ($p->canViewBlock()) {
                if (!$c->isEditMode()) {
                    echo $this->enclosingStart;
                }
                $bv->render('view');
                if (!$c->isEditMode()) {
                    echo $this->enclosingEnd;
                }
            }
        }
 
        $loc->pushActiveContext(Localization::CONTEXT_UI);
        if ($this->showControls && $c->isEditMode() && $ap->canViewAreaControls()) {
            View::element('block_area_footer', array('a' => $this));
        } else {
            View::element('block_area_footer_view', array('a' => $this));
        }
        $loc->popActiveContext();
    }
 
    /**
     * Exports the area to content format.
     *
     * @param \SimpleXMLElement $p
     * @param Page $page
/home/id0223/domains/haireffects.nl/private_html/application/themes/temphobhe/page.php
<?php  $this->inc('elements/header.php'); ?>
    <header>
        <?php  $this->inc('elements/nav.php'); ?>
        <div class="slider">
            <?php
                $a = new Area('Slider');
                $a->display($c);
            ?>
            <?php if (!Page::getCurrentPage()->isEditMode()): ?>
                <!--hide in editmode-->
            <?php endif; ?>
        </div>    
    </header>
    <main class="container">
        <div class="pageContent">
            <article>
                <h1><?php $page = Page::getCurrentPage(); echo $page->getCollectionName();?></h1>
                <?php
                    $a = new Area('Main');
                    $a->display($c);
                ?>
            </article>
        </div>
    </main>
<?php  $this->inc('elements/footer.php'); ?>
/home/id0223/domains/haireffects.nl/private_html/concrete/src/View/View.php
        ob_end_clean();
 
        return $innerContent;
    }
 
    /**
     * Render the file set to $this->template
     * @param $scopeItems
     * @return string
     */
    protected function renderTemplate($scopeItems, $innerContent)
    {
        // Extract the items into the current scope
        extract($scopeItems);
 
        ob_start();
 
        // Fire a `before` event
        $this->onBeforeGetContents();
        include $this->template;
 
        // Fire an `after` event
        $this->onAfterGetContents();
        $contents = ob_get_contents();
        ob_end_clean();
 
        return $contents;
    }
 
    public function finishRender($contents)
    {
        $event = new \Symfony\Component\EventDispatcher\GenericEvent();
        $event->setArgument('view', $this);
        Events::dispatch('on_render_complete', $event);
 
        return $contents;
    }
 
    /**
     * Function responsible for outputting header items.
Arguments
  1. "/home/id0223/domains/haireffects.nl/private_html/application/themes/temphobhe/page.php"
    
/home/id0223/domains/haireffects.nl/private_html/concrete/src/View/View.php
    protected function onBeforeGetContents()
    {
        $this->themeObject->registerAssets();
        $event = new \Symfony\Component\EventDispatcher\GenericEvent();
        $event->setArgument('view', $this);
        Events::dispatch('on_before_render', $event);
    }
 
    public function renderViewContents($scopeItems)
    {
        $contents = '';
 
        // Render the main view file
        if ($this->innerContentFile) {
            $contents = $this->renderInnerContents($scopeItems);
        }
 
        // Render the template around it
        if (file_exists($this->template)) {
            $contents = $this->renderTemplate($scopeItems, $contents);
        }
 
        return $contents;
    }
 
    /**
     * Render the file set to $this->innerContentFile
     * @param $scopeItems
     * @return string
     */
    protected function renderInnerContents($scopeItems)
    {
        // Extract the items into the current scope
        extract($scopeItems);
 
        ob_start();
        include $this->innerContentFile;
        $innerContent = ob_get_contents();
        ob_end_clean();
 
/home/id0223/domains/haireffects.nl/private_html/concrete/src/View/AbstractView.php
            $helpers = $this->controller->getHelperObjects();
            $return = array_merge($this->scopeItems, $sets, $helpers);
        } else {
            $return = $this->scopeItems;
        }
        $return['view'] = $this;
        $return['controller'] = $this->controller;
        return $return;
    }
 
    public function render($state = false)
    {
        if ($this instanceof View) {
            $this->setRequestInstance($this);
        }
        $this->start($state);
        $this->setupRender();
        $this->startRender();
        $scopeItems = $this->getScopeItems();
        $contents = $this->renderViewContents($scopeItems);
        $contents = $this->postProcessViewContents($contents);
        $response = $this->finishRender($contents);
        if ($this instanceof View) {
            $this->revertRequestInstance();
        }
 
        return $response;
    }
 
    public function renderViewContents($scopeItems)
    {
        if (file_exists($this->template)) {
            extract($scopeItems);
            ob_start();
            $this->onBeforeGetContents();
            include $this->template;
            $this->onAfterGetContents();
            $contents = ob_get_contents();
            ob_end_clean();
 
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/ResponseFactory.php
        $cnt = $this->app->make(PageForbidden::class);
        $this->controller($cnt, $code, $headers);
    }
 
    /**
     * {@inheritdoc}
     */
    public function redirect($to, $code = Response::HTTP_MOVED_PERMANENTLY, $headers = [])
    {
        return RedirectResponse::create($to, $code, $headers);
    }
 
    /**
     * {@inheritdoc}
     */
    public function view(View $view, $code = Response::HTTP_OK, $headers = [])
    {
        $this->localization->pushActiveContext(Localization::CONTEXT_SITE);
        try {
            $contents = $view->render();
 
            return $this->create($contents, $code, $headers);
        } finally {
            $this->localization->popActiveContext();
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function controller(Controller $controller, $code = Response::HTTP_OK, $headers = [])
    {
        $this->localization->pushActiveContext(Localization::CONTEXT_SITE);
        try {
            $request = $this->request;
 
            if ($response = $controller->on_start()) {
                return $response;
            }
 
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/ResponseFactory.php
                if ($response = $controller->runAction('view')) {
                    return $response;
                }
            }
 
            $view = $controller->getViewObject();
 
            // Mobile theme
            if ($this->config->get('concrete.misc.mobile_theme_id') > 0) {
                $md = $this->app->make(MobileDetect::class);
                if ($md->isMobile()) {
                    $mobileTheme = Theme::getByID($this->app->config->get('concrete.misc.mobile_theme_id'));
                    if ($mobileTheme instanceof Theme) {
                        $view->setViewTheme($mobileTheme);
                        $controller->setTheme($mobileTheme);
                    }
                }
            }
 
            return $this->view($view, $code, $headers);
        } finally {
            $this->localization->popActiveContext();
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function collection(Collection $collection, $code = Response::HTTP_OK, $headers = [])
    {
        if (!$this->app) {
            throw new \RuntimeException('Cannot resolve collections without a reference to the application');
        }
 
        $dl = $this->app->make('multilingual/detector');
        $request = $this->request;
 
        if ($collection->isError() && $collection->getError() == COLLECTION_NOT_FOUND) {
            if ($response = $this->collectionNotFound($collection, $request, $headers)) {
                return $response;
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/ResponseFactory.php
        $this->app['director']->dispatch('on_page_view', $pe);
 
        // Core menu items
        $item = new RelationListItem();
        $menu = $this->app->make('helper/concrete/ui/menu');
        $menu->addMenuItem($item);
 
        // Running processes item
        $item = new RunningProcessesItem();
        $menu->addMenuItem($item);
 
        // Multisite item
        $item = new SiteListItem();
        $menu->addMenuItem($item);
        $controller = $collection->getPageController();
 
        // we update the current page with the one bound to this controller.
        $collection->setController($controller);
 
        return $this->controller($controller);
    }
 
    private function collectionNotFound(Collection $collection, Request $request, array $headers)
    {
        // if we don't have a path and we're doing cID, then this automatically fires a 404.
        if (!$request->getPath() && $request->get('cID')) {
            return $this->notFound('', Response::HTTP_NOT_FOUND, $headers);
        }
 
        // let's test to see if this is, in fact, the home page,
        // and we're routing arguments onto it (which is screwing up the path.)
        $home = Page::getByID(Page::getHomePageID());
        $request->setCurrentPage($home);
        $homeController = $home->getPageController();
        $homeController->setupRequestActionAndParameters($request);
 
        $response = $homeController->validateRequest();
        if ($response instanceof \Symfony\Component\HttpFoundation\Response) {
            return $response;
        } elseif ($response === true) {
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/DefaultDispatcher.php
                new DispatcherDelegate($dispatcher)
            );
            $stack->setApplication($this->app);
            foreach($route->getMiddlewares() as $middleware) {
                if (is_string($middleware->getMiddleware())) {
                    $inflatedMiddleware =  $this->app->make($middleware->getMiddleware());
                } else {
                    $inflatedMiddleware = $middleware->getMiddleware();
                }
                $stack = $stack->withMiddleware(
                    $inflatedMiddleware,
                    $middleware->getPriority()
                );
            }
            return $stack->process($request);
        } catch (ResourceNotFoundException $e) {
        } catch (MethodNotAllowedException $e) {
        }
        $c = \Page::getFromRequest($request);
        $response = $this->app->make(ResponseFactoryInterface::class)->collection($c);
 
        return $response;
    }
 
    /**
     * @param \Symfony\Component\Routing\RouteCollection $routes
     * @param string $path
     *
     * @return \Symfony\Component\Routing\RouteCollection
     */
    private function filterRouteCollectionForPath(RouteCollection $routes, $path)
    {
        $result = new RouteCollection();
        foreach ($routes->getResources() as $resource) {
            $result->addResource($resource);
        }
        foreach ($routes->all() as $name => $route) {
            $routePath = $route->getPath();
            $p = strpos($routePath, '{');
            $skip = false;
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/DefaultDispatcher.php
    /**
     * @param \Symfony\Component\HttpFoundation\Request $request
     *
     * @return SymfonyResponse
     */
    public function dispatch(SymfonyRequest $request)
    {
        $path = rawurldecode($request->getPathInfo());
 
        if (substr($path, 0, 3) == '../' || substr($path, -3) == '/..' || strpos($path, '/../') ||
            substr($path, 0, 3) == '..\\' || substr($path, -3) == '\\..' || strpos($path, '\\..\\')) {
            throw new UserMessageException(t('Invalid path traversal. Please make this request with a valid HTTP client.'));
        }
 
        $response = null;
        if ($this->app->isInstalled()) {
            $response = $this->getEarlyDispatchResponse();
        }
        if ($response === null) {
            $response = $this->handleDispatch($request);
        }
 
        return $response;
    }
 
    private function getEarlyDispatchResponse()
    {
        $validator = $this->app->make(SessionValidator::class);
        if ($validator->hasActiveSession()) {
            $session = $this->app['session'];
            if (!$session->has('uID')) {
                User::verifyAuthTypeCookie();
            }
 
            // User may have been logged in, so lets check status again.
            if ($session->has('uID') && $session->get('uID') > 0 && $response = $this->validateUser()) {
                return $response;
            }
        }
    }
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/DispatcherDelegate.php
    private $dispatcher;
 
    /**
     * DispatcherFrame constructor.
     * @param \Concrete\Core\Http\DispatcherInterface $dispatcher
     */
    public function __construct(DispatcherInterface $dispatcher)
    {
        $this->dispatcher = $dispatcher;
    }
 
    /**
     * Dispatch the next available middleware and return the response.
     *
     * @param Request $request
     * @return Response
     */
    public function next(Request $request)
    {
        return $this->dispatcher->dispatch($request);
    }
 
}
 
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/FrameOptionsMiddleware.php
    private $config;
 
    /**
     * @var \Concrete\Core\Utility\Service\Validation\Strings
     */
    private $stringValidator;
 
    public function __construct(Repository $config, Strings $stringValidator)
    {
        $this->config = $config;
        $this->stringValidator = $stringValidator;
    }
 
    /**
     * @param \Concrete\Core\Http\Middleware\DelegateInterface $frame
     * @return Response
     */
    public function process(Request $request, DelegateInterface $frame)
    {
        $response = $frame->next($request);
 
        if ($response->headers->has('X-Frame-Options') === false) {
            $x_frame_options = $this->config->get('concrete.security.misc.x_frame_options');
            if ($this->stringValidator->notempty($x_frame_options)) {
                $response->headers->set('X-Frame-Options', $x_frame_options);
            }
        }
 
        return $response;
    }
 
}
 
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/MiddlewareDelegate.php
 
    public function __construct(
        MiddlewareInterface $middleware,
        DelegateInterface $nextDelegate,
        HttpFoundationFactory $foundationFactory
    ) {
        $this->middleware = $middleware;
        $this->nextDelegate = $nextDelegate;
        $this->foundationFactory = $foundationFactory;
    }
 
    /**
     * Dispatch the next available middleware and return the response.
     *
     * @param Request $request
     * @return Response
     */
    public function next(Request $request)
    {
        $response = $this->middleware->process($request, $this->nextDelegate);
 
        // Negotiate PSR7 responses
        if ($response instanceof ResponseInterface) {
            return $this->foundationFactory->createResponse($response);
        }
 
        return $response;
    }
 
}
 
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/StrictTransportSecurityMiddleware.php
    /**
     * @var Strings
     */
    private $stringValidator;
 
    public function __construct(Repository $config, Strings $stringValidator)
    {
        $this->config = $config;
        $this->stringValidator = $stringValidator;
    }
 
    /**
     * @param Request $request
     * @param DelegateInterface $frame
     *
     * @return Response
     */
    public function process(Request $request, DelegateInterface $frame)
    {
        $response = $frame->next($request);
 
        if ($response->headers->has('Strict-Transport-Security') === false) {
            $x_frame_options = $this->config->get('concrete.security.misc.strict_transport_security');
            if ($this->stringValidator->notempty($x_frame_options)) {
                $response->headers->set('Strict-Transport-Security', $x_frame_options);
            }
        }
 
        return $response;
    }
}
 
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/MiddlewareDelegate.php
 
    public function __construct(
        MiddlewareInterface $middleware,
        DelegateInterface $nextDelegate,
        HttpFoundationFactory $foundationFactory
    ) {
        $this->middleware = $middleware;
        $this->nextDelegate = $nextDelegate;
        $this->foundationFactory = $foundationFactory;
    }
 
    /**
     * Dispatch the next available middleware and return the response.
     *
     * @param Request $request
     * @return Response
     */
    public function next(Request $request)
    {
        $response = $this->middleware->process($request, $this->nextDelegate);
 
        // Negotiate PSR7 responses
        if ($response instanceof ResponseInterface) {
            return $this->foundationFactory->createResponse($response);
        }
 
        return $response;
    }
 
}
 
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/ContentSecurityPolicyMiddleware.php
    /**
     * @var Strings
     */
    private $stringValidator;
 
    public function __construct(Repository $config, Strings $stringValidator)
    {
        $this->config = $config;
        $this->stringValidator = $stringValidator;
    }
 
    /**
     * @param Request $request
     * @param DelegateInterface $frame
     *
     * @return Response
     */
    public function process(Request $request, DelegateInterface $frame)
    {
        $response = $frame->next($request);
 
        if ($response->headers->has('Content-Security-Policy') === false) {
            $csp = $this->config->get('concrete.security.misc.content_security_policy');
            if ((is_array($csp) && count($csp) > 0) || $this->stringValidator->notempty($csp)) {
                $response->headers->set('Content-Security-Policy', $csp);
            }
        }
 
        return $response;
    }
}
 
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/MiddlewareDelegate.php
 
    public function __construct(
        MiddlewareInterface $middleware,
        DelegateInterface $nextDelegate,
        HttpFoundationFactory $foundationFactory
    ) {
        $this->middleware = $middleware;
        $this->nextDelegate = $nextDelegate;
        $this->foundationFactory = $foundationFactory;
    }
 
    /**
     * Dispatch the next available middleware and return the response.
     *
     * @param Request $request
     * @return Response
     */
    public function next(Request $request)
    {
        $response = $this->middleware->process($request, $this->nextDelegate);
 
        // Negotiate PSR7 responses
        if ($response instanceof ResponseInterface) {
            return $this->foundationFactory->createResponse($response);
        }
 
        return $response;
    }
 
}
 
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/CookieMiddleware.php
     * @var \Concrete\Core\Cookie\ResponseCookieJar
     */
    private $responseCookieJar;
 
    /**
     * @param \Concrete\Core\Cookie\ResponseCookieJar $responseCookieJar
     */
    public function __construct(ResponseCookieJar $responseCookieJar)
    {
        $this->responseCookieJar = $responseCookieJar;
    }
 
    /**
     * {@inheritdoc}
     *
     * @see \Concrete\Core\Http\Middleware\MiddlewareInterface::process()
     */
    public function process(Request $request, DelegateInterface $frame)
    {
        $response = $frame->next($request);
 
        $cleared = $this->responseCookieJar->getClearedCookies();
        foreach ($cleared as $cookie) {
            $response->headers->clearCookie($cookie, DIR_REL . '/');
        }
 
        $cookies = $this->responseCookieJar->getCookies();
        foreach ($cookies as $cookie) {
            $response->headers->setCookie($cookie);
        }
 
        return $response;
    }
}
 
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/MiddlewareDelegate.php
 
    public function __construct(
        MiddlewareInterface $middleware,
        DelegateInterface $nextDelegate,
        HttpFoundationFactory $foundationFactory
    ) {
        $this->middleware = $middleware;
        $this->nextDelegate = $nextDelegate;
        $this->foundationFactory = $foundationFactory;
    }
 
    /**
     * Dispatch the next available middleware and return the response.
     *
     * @param Request $request
     * @return Response
     */
    public function next(Request $request)
    {
        $response = $this->middleware->process($request, $this->nextDelegate);
 
        // Negotiate PSR7 responses
        if ($response instanceof ResponseInterface) {
            return $this->foundationFactory->createResponse($response);
        }
 
        return $response;
    }
 
}
 
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/ApplicationMiddleware.php
 * Middleware for applying state changes to the application
 * @package Concrete\Core\Http\Middleware
 */
class ApplicationMiddleware implements MiddlewareInterface, ApplicationAwareInterface
{
 
    use ApplicationAwareTrait;
 
    /**
     * Apply the request instance to the request singleton
     * @param \Symfony\Component\HttpFoundation\Request $request
     * @param \Concrete\Core\Http\Middleware\DelegateInterface $frame
     * @return \Symfony\Component\HttpFoundation\Response
     */
    public function process(Request $request, DelegateInterface $frame)
    {
        \Concrete\Core\Http\Request::setInstance($request);
        $this->app->instance('Concrete\Core\Http\Request', $request);
 
        return $frame->next($request);
    }
 
}
 
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/MiddlewareDelegate.php
 
    public function __construct(
        MiddlewareInterface $middleware,
        DelegateInterface $nextDelegate,
        HttpFoundationFactory $foundationFactory
    ) {
        $this->middleware = $middleware;
        $this->nextDelegate = $nextDelegate;
        $this->foundationFactory = $foundationFactory;
    }
 
    /**
     * Dispatch the next available middleware and return the response.
     *
     * @param Request $request
     * @return Response
     */
    public function next(Request $request)
    {
        $response = $this->middleware->process($request, $this->nextDelegate);
 
        // Negotiate PSR7 responses
        if ($response instanceof ResponseInterface) {
            return $this->foundationFactory->createResponse($response);
        }
 
        return $response;
    }
 
}
 
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/Middleware/MiddlewareStack.php
    public function withoutMiddleware(MiddlewareInterface $middleware)
    {
        $stack = clone $this;
 
        $stack->middleware = array_map(function($priorityGroup) use ($middleware) {
            return array_map(function($stackMiddleware) use ($middleware)  {
                return $middleware === $stackMiddleware ? null : $stackMiddleware;
            }, $priorityGroup);
        }, $stack->middleware);
 
        return $stack;
    }
 
    /**
     * @inheritdoc
     */
    public function process(Request $request)
    {
        $stack = $this->getStack();
        return $stack->next($request);
    }
 
    /**
     * Reduce middleware into a stack of functions that each call the next
     * @return callable
     */
    private function getStack()
    {
        $processed = [];
 
        foreach ($this->middlewareGenerator() as $middleware) {
            $processed[] = $middleware;
        }
 
        $middleware = array_reverse($processed);
        $stack = array_reduce($middleware, $this->getZipper(), $this->dispatcher);
 
        return $stack;
    }
 
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Http/DefaultServer.php
     */
    public function removeMiddleware(MiddlewareInterface $middleware)
    {
        $this->stack = $this->stack->withoutMiddleware($middleware);
        return $this;
    }
 
    /**
     * Take a request and pass it through middleware, then return the response
     * @param SymfonyRequest $request
     * @return SymfonyResponse
     */
    public function handleRequest(SymfonyRequest $request)
    {
        $stack = $this->stack;
        if ($stack instanceof MiddlewareStack) {
            $stack = $stack->withDispatcher($this->app->make(DispatcherDelegate::class, ['dispatcher' => $this->dispatcher]));
        }
 
        return $stack->process($request);
    }
 
}
 
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Foundation/Runtime/Run/DefaultRunner.php
 
                // Register legacy config values
                'registerLegacyConfigValues',
 
                // Handle loading permission keys
                'handlePermissionKeys',
 
                // Handle eventing
                'handleEventing',
            ]);
        } else {
            $this->initializeSystemTimezone();
            $this->preloadClassAliases();
        }
 
        // Create the request to use
        $request = $this->createRequest();
 
        if (!$response) {
            $response = $this->server->handleRequest($request);
        }
 
        // Prepare and return the response
        return $response->prepare($request);
    }
 
    /**
     * Define the base url if not defined
     * This will define `BASE_URL` to whatever is resolved from the resolver.
     *
     * @deprecated In a future major version this will be part of HTTP middleware
     *
     * @return Response|void Returns a response if an error occurs
     */
    protected function initializeLegacyURLDefinitions()
    {
        if (!defined('BASE_URL')) {
            $resolver = $this->getUrlResolver();
 
            try {
/home/id0223/domains/haireffects.nl/private_html/concrete/src/Foundation/Runtime/DefaultRuntime.php
            $this->status = self::STATUS_ACTIVE;
        }
    }
 
    /**
     * Begin the runtime.
     */
    public function run()
    {
        switch ($this->status) {
            case self::STATUS_ENDED:
                // We've already ended, lets just return
                return;
 
            case self::STATUS_INACTIVE:
                throw new \RuntimeException('Runtime has not yet booted.');
        }
 
        $runner = $this->getRunner();
        $response = $runner->run();
 
        if ($response) {
            $this->sendResponse($response);
        }
 
        return $response;
    }
 
    /**
     * The method that handles properly sending a response.
     *
     * @param \Symfony\Component\HttpFoundation\Response $response
     */
    protected function sendResponse(Response $response)
    {
        $response->send();
 
        // Set the status to ended
        $this->status = self::STATUS_ENDED;
    }
/home/id0223/domains/haireffects.nl/private_html/concrete/dispatcher.php
 * Include all autoloaders.
 * ----------------------------------------------------------------------------
 */
require __DIR__ . '/bootstrap/autoload.php';
 
/*
 * ----------------------------------------------------------------------------
 * Begin Concrete startup.
 * ----------------------------------------------------------------------------
 */
$app = require __DIR__ . '/bootstrap/start.php';
/** @var \Concrete\Core\Application\Application $app */
 
/*
 * ----------------------------------------------------------------------------
 * Run the runtime.
 * ----------------------------------------------------------------------------
 */
$runtime = $app->getRuntime();
if ($response = $runtime->run()) {
 
    /*
     * ------------------------------------------------------------------------
     * Shut it down.
     * ------------------------------------------------------------------------
     */
    $app->shutdown();
} else {
    return $app;
}
 
/home/id0223/domains/haireffects.nl/private_html/index.php
<?php
 
require 'concrete/dispatcher.php';
 
Arguments
  1. "/home/id0223/domains/haireffects.nl/private_html/concrete/dispatcher.php"
    

Environment & details:

Key Value
Version
"9.1.2"
Installed Version
"9.1.2"
Key Value
Version
"7.4.32"
Key Value
concrete.version
"9.1.2"
concrete.version_installed
"9.1.2"
concrete.version_db
"20220908074900"
concrete.installed
"true"
concrete.locale
"nl_NL"
concrete.charset
"UTF-8"
concrete.charset_bom
""
concrete.maintenance_mode
"false"
concrete.debug.display_errors
"true"
concrete.debug.detail
"debug"
concrete.debug.error_reporting
"null"
concrete.debug.hide_keys
"[***]"
concrete.proxy.host
"null"
concrete.proxy.port
"null"
concrete.proxy.user
"null"
concrete.proxy.password
"***"
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;*.webp;*.ogg;*.ogv"
concrete.upload.extensions_denylist
"*.php;*.php2;*.php3;*.php4;*.php5;*.php7;*.php8;*.phtml;*.phar;*.htaccess;*.pl;*.phpsh;*.pht;*.shtml;*.cgi"
concrete.upload.parallel
"4"
concrete.upload.chunking.enabled
"false"
concrete.upload.chunking.chunkSize
"null"
concrete.export.csv.include_bom
"false"
concrete.export.csv.datetime_format
"ATOM"
concrete.interface.panel.page_relations
"false"
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.mail.methods.smtp.messages_per_connection
"null"
concrete.mail.methods.smtp.helo_domain
"localhost"
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.full_contents_assets_hash
"false"
concrete.cache.directory
"/home/id0223/domains/haireffects.nl/private_html/application/files/cache"
concrete.cache.directory_relative
"null"
concrete.cache.page.directory
"/home/id0223/domains/haireffects.nl/private_html/application/files/cache/pages"
concrete.cache.page.adapter
"file"
concrete.cache.levels.overrides.drivers.core_ephemeral.class
"\Stash\Driver\Ephemeral"
concrete.cache.levels.overrides.drivers.core_filesystem.class
"Concrete\Core\Cache\Driver\FileSystemStashDriver"
concrete.cache.levels.overrides.drivers.core_filesystem.options.path
"/home/id0223/domains/haireffects.nl/private_html/application/files/cache/overrides"
concrete.cache.levels.overrides.drivers.core_filesystem.options.dirPermissions
"493"
concrete.cache.levels.overrides.drivers.core_filesystem.options.filePermissions
"420"
concrete.cache.levels.overrides.drivers.redis.class
"Concrete\Core\Cache\Driver\RedisStashDriver"
concrete.cache.levels.overrides.drivers.redis.options.prefix
"concrete_overrides"
concrete.cache.levels.overrides.drivers.redis.options.database
"0"
concrete.cache.levels.overrides.preferred_driver
"core_filesystem"
concrete.cache.levels.expensive.drivers.core_ephemeral.class
"\Stash\Driver\Ephemeral"
concrete.cache.levels.expensive.drivers.core_filesystem.class
"Concrete\Core\Cache\Driver\FileSystemStashDriver"
concrete.cache.levels.expensive.drivers.core_filesystem.options.path
"/home/id0223/domains/haireffects.nl/private_html/application/files/cache/expensive"
concrete.cache.levels.expensive.drivers.core_filesystem.options.dirPermissions
"493"
concrete.cache.levels.expensive.drivers.core_filesystem.options.filePermissions
"420"
concrete.cache.levels.expensive.drivers.redis.class
"Concrete\Core\Cache\Driver\RedisStashDriver"
concrete.cache.levels.expensive.drivers.redis.options.prefix
"concrete_expensive"
concrete.cache.levels.expensive.drivers.redis.options.database
"0"
concrete.cache.levels.expensive.preferred_driver
"core_filesystem"
concrete.cache.levels.object.drivers.core_ephemeral.class
"\Stash\Driver\Ephemeral"
concrete.cache.levels.object.drivers.redis.class
"Concrete\Core\Cache\Driver\RedisStashDriver"
concrete.cache.levels.object.drivers.redis.options.prefix
"concrete_object"
concrete.cache.levels.object.drivers.redis.options.database
"0"
concrete.cache.levels.object.preferred_driver
"core_ephemeral"
concrete.cache.clear.thumbnails
"false"
concrete.cache.last_cleared
"1666009443"
concrete.design.enable_custom
"true"
concrete.design.enable_layouts
"true"
concrete.processes.logging.method
"none"
concrete.processes.logging.file.directory
""
concrete.processes.scheduler.enable
"false"
concrete.processes.delete_threshold
"7"
concrete.messenger.default_bus
"default"
concrete.messenger.buses.default.default_middleware
"true"
concrete.messenger.routing.Concrete\Core\Foundation\Command\AsyncCommandInterface.0
"async"
concrete.messenger.transports.0
"Concrete\Core\Messenger\Transport\DefaultAsync\DefaultAsyncTransport"
concrete.messenger.transports.1
"Concrete\Core\Messenger\Transport\DefaultAsync\DefaultSyncTransport"
concrete.messenger.consume.method
"app"
concrete.messenger.polling_batch.default
"10"
concrete.messenger.polling_batch.rescan_file
"5"
concrete.messenger.polling_batch.delete_page
"100"
concrete.messenger.polling_batch.delete_page_forever
"100"
concrete.messenger.polling_batch.copy_page
"10"
concrete.events.broadcast.driver
""
concrete.log.emails
"true"
concrete.log.errors
"true"
concrete.log.spam
"false"
concrete.log.api
"false"
concrete.log.enable_dashboard_report
"true"
concrete.log.configuration.mode
"simple"
concrete.log.configuration.simple.core_logging_level
"NOTICE"
concrete.log.configuration.simple.handler
"database"
concrete.log.configuration.simple.file.file
""
concrete.jobs.enable_scheduling
"true"
concrete.filesystem.temp_directory
"null"
concrete.filesystem.permissions.file
"420"
concrete.filesystem.permissions.directory
"493"
concrete.email.enabled
"true"
concrete.email.default.address
"********************************"
concrete.email.default.name
""
concrete.email.form_block.address
"***"
concrete.email.forgot_password.address
"***"
concrete.email.forgot_password.name
"null"
concrete.email.register_notification.address
"null"
concrete.email.register_notification.name
"null"
concrete.email.validate_registration.address
"***"
concrete.email.validate_registration.name
"null"
concrete.email.workflow_notification.address
"***"
concrete.email.workflow_notification.name
"null"
concrete.form.store_form_submissions
"auto"
concrete.marketplace.enabled
"true"
concrete.marketplace.request_timeout
"30"
concrete.marketplace.token
"null"
concrete.marketplace.site_token
"null"
concrete.marketplace.intelligent_search
"true"
concrete.marketplace.log_requests
"false"
concrete.external.intelligent_search_help
"true"
concrete.external.news
"true"
concrete.misc.user_timezones
"false"
concrete.misc.package_backup_directory
"/home/id0223/domains/haireffects.nl/private_html/application/files/trash"
concrete.misc.display_package_delete_button
"true"
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.default_jpeg_image_compression
"80"
concrete.misc.default_png_image_compression
"9"
concrete.misc.default_thumbnail_format
"auto"
concrete.misc.inplace_image_operations_limit
"4194304"
concrete.misc.basic_thumbnailer_generation_strategy
"now"
concrete.misc.require_version_comments
"false"
concrete.misc.enable_move_blocktypes_across_sets
"false"
concrete.misc.generator_tag_display_in_header
"true"
concrete.misc.login_redirect
"DESKTOP"
concrete.misc.access_entity_updated
"1539609249"
concrete.misc.do_page_reindex_check
"false"
concrete.misc.latest_version
"9.1.2"
concrete.theme.compress_preprocessor_output
"false"
concrete.theme.generate_less_sourcemap
"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
"https://marketplace.concretecms.com/tools/update_core"
concrete.updates.services.inspect_update
"https://marketplace.concretecms.com/tools/inspect_update"
concrete.updates.skip_core
"false"
concrete.paths.trash
"/!trash"
concrete.paths.drafts
"/!drafts"
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
"120"
concrete.icons.file_manager_listing.height
"120"
concrete.icons.file_manager_detail.handle
"file_manager_detail"
concrete.icons.file_manager_detail.width
"500"
concrete.icons.file_manager_detail.height
"500"
concrete.icons.user_avatar.width
"80"
concrete.icons.user_avatar.height
"80"
concrete.icons.user_avatar.default
"/concrete/images/avatar_none.png"
concrete.file_manager.images.use_exif_data_to_rotate_images
"false"
concrete.file_manager.images.manipulation_library
"gd"
concrete.file_manager.images.create_high_dpi_thumbnails
"true"
concrete.file_manager.images.preview_image_size
"small"
concrete.file_manager.images.preview_image_popover
"true"
concrete.file_manager.images.svg_sanitization.action
"sanitize"
concrete.file_manager.images.svg_sanitization.allowed_tags
""
concrete.file_manager.images.svg_sanitization.allowed_attributes
""
concrete.file_manager.items_per_page_options.0
"10"
concrete.file_manager.items_per_page_options.1
"25"
concrete.file_manager.items_per_page_options.2
"50"
concrete.file_manager.items_per_page_options.3
"100"
concrete.file_manager.items_per_page_options.4
"250"
concrete.file_manager.results
"50"
concrete.file_manager.restrict_max_width
"null"
concrete.file_manager.restrict_max_height
"null"
concrete.file_manager.dont_resize_mimetypes
"image/gif"
concrete.search_users.results
"10"
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.toolbar_tooltips
"true"
concrete.i18n.choose_language_login
"false"
concrete.i18n.auto_install_package_languages
"true"
concrete.i18n.community_translation.entry_point
"https://translate.concretecms.org/api"
concrete.i18n.community_translation.api_token
""
concrete.i18n.community_translation.progress_limit
"60"
concrete.i18n.community_translation.cache_lifetime
"3600"
concrete.i18n.community_translation.package_url
"https://translate.concretecms.org/translate/package"
concrete.urls.concrete
"http://marketplace.concretecms.com"
concrete.urls.concrete_secure
"https://marketplace.concretecms.com"
concrete.urls.concrete_community
"https://community.concretecms.com"
concrete.urls.background_feed
"//backgroundimages.concretecms.com/wallpaper"
concrete.urls.privacy_policy
"//www.concretecms.com/about/legal/privacy-policy"
concrete.urls.background_feed_secure
"https://backgroundimages.concrete5.org/wallpaper"
concrete.urls.background_info
"http://backgroundimages.concretecms.com/get_image_data.php"
concrete.urls.videos
"https://www.youtube.com/user/concrete5cms/videos"
concrete.urls.activity_slots
"https://marketing.concretecms.com/ccm/marketing/activity_slots"
concrete.urls.help.developer
"https://documentation.concretecms.org/developers"
concrete.urls.help.user
"https://documentation.concretecms.org/user-guide"
concrete.urls.help.forum
"https://forums.concretecms.org"
concrete.urls.help.support
"https://www.concretecms.com/support/hiring-help"
concrete.urls.help.remote_search
"https://documentation.concretecms.org/ccm/documentation/remote_search"
concrete.urls.paths.site_page
"/private/sites"
concrete.urls.paths.marketplace.projects
"/profile/projects/"
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
"false"
concrete.white_label.name
"false"
concrete.white_label.background_image
"feed"
concrete.white_label.background_url
"null"
concrete.session.name
"CONCRETE"
concrete.session.handler
"file"
concrete.session.redis.database
"1"
concrete.session.save_path
"null"
concrete.session.max_lifetime
"7200"
concrete.session.gc_probability
"1"
concrete.session.gc_divisor
"100"
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
"true"
concrete.session.cookie.cookie_raw
"false"
concrete.session.cookie.cookie_samesite
"null"
concrete.session.remember_me.lifetime
"1209600"
concrete.user.registration.enabled
"false"
concrete.user.registration.type
"disabled"
concrete.user.registration.captcha
"true"
concrete.user.registration.email_registration
"false"
concrete.user.registration.display_username_field
"true"
concrete.user.registration.display_confirm_password_field
"true"
concrete.user.registration.validate_email
"false"
concrete.user.registration.validate_email_threshold
"5184000"
concrete.user.registration.approval
"false"
concrete.user.registration.notification
"false"
concrete.user.edit_profile.display_username_field
"true"
concrete.user.group.badge.default_point_value
"50"
concrete.user.username.maximum
"64"
concrete.user.username.minimum
"3"
concrete.user.username.allowed_characters.boundary
"A-Za-z0-9"
concrete.user.username.allowed_characters.middle
"A-Za-z0-9_\."
concrete.user.username.allowed_characters.requirement_string
"A username may only contain letters, numbers, dots (not at the beginning/end), and underscores (not at the beginning/end)."
concrete.user.username.allowed_characters.error_string
"A username may only contain letters, numbers, dots (not at the beginning/end), and underscores (not at the beginning/end)."
concrete.user.password.maximum
"128"
concrete.user.password.minimum
"5"
concrete.user.password.required_special_characters
"0"
concrete.user.password.required_lower_case
"0"
concrete.user.password.required_upper_case
"0"
concrete.user.password.reuse
"0"
concrete.user.password.hash_algorithm
"2y"
concrete.user.password.hash_portable
"false"
concrete.user.password.hash_cost_log2
"12"
concrete.user.password.legacy_salt
""
concrete.user.email.test_mx_record
"false"
concrete.user.email.strict
"true"
concrete.user.private_messages.throttle_max
"20"
concrete.user.private_messages.throttle_max_timespan
"15"
concrete.user.deactivation.enable_login_threshold_deactivation
"false"
concrete.user.deactivation.login.threshold
"120"
concrete.user.deactivation.authentication_failure.enabled
"false"
concrete.user.deactivation.authentication_failure.amount
"5"
concrete.user.deactivation.authentication_failure.duration
"300"
concrete.user.deactivation.message
"This user is inactive. Please contact us regarding this account."
concrete.spam.allowlist_group
"0"
concrete.spam.notify_email
""
concrete.calendar.colors.text
"#ffffff"
concrete.calendar.colors.background
"#3A87AD"
concrete.security.session.invalidate_on_user_agent_mismatch
"true"
concrete.security.session.invalidate_on_ip_mismatch
"true"
concrete.security.session.invalidate_inactive_users.enabled
"false"
concrete.security.session.invalidate_inactive_users.time
"300"
concrete.security.misc.content_security_policy
"false"
concrete.security.misc.strict_transport_security
"false"
concrete.security.misc.x_frame_options
"SAMEORIGIN"
concrete.permissions.forward_to_login
"true"
concrete.permissions.model
"simple"
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
"false"
concrete.seo.url_rewriting_all
"false"
concrete.seo.redirect_to_canonical_url
"false"
concrete.seo.canonical_url
"null"
concrete.seo.canonical_url_alternative
"null"
concrete.seo.trailing_slash
"false"
concrete.seo.title_format
"%2$s :: %1$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.statistics.track_downloads
"true"
concrete.limits.sitemap_pages
"100"
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.page.search.always_reindex
"false"
concrete.composer.idle_timeout
"1"
concrete.api.enabled
"false"
concrete.api.grant_types.client_credentials
"true"
concrete.api.grant_types.authorization_code
"true"
concrete.api.grant_types.password_credentials
"false"
concrete.api.grant_types.refresh_token
"true"
concrete.notification.server_sent_events
"false"
concrete.notification.mercure.jwt.publisher.expires_at
"+30 minutes"
concrete.notification.mercure.jwt.subscriber.expires_at
"+30 minutes"
concrete.mutex.semaphore.priority
"100"
concrete.mutex.semaphore.class
"Concrete\Core\System\Mutex\SemaphoreMutex"
concrete.mutex.file_lock.priority
"50"
concrete.mutex.file_lock.class
"Concrete\Core\System\Mutex\FileLockMutex"
concrete.version_db_installed
"20220908074900"
concrete.maintenance.version_job_page_num
"196"
concrete.site
"House of Beauty"
empty
empty
empty
empty
empty
Key Value
USER
"id0223"
HOME
"/home/id0223"
PATH_TRANSLATED
"/home/id0223/domains/haireffects.nl/private_html/haireffects/producten-haireffects"
PATH_INFO
"/haireffects/producten-haireffects"
SCRIPT_NAME
"/index.php"
REQUEST_URI
"/index.php/haireffects/producten-haireffects"
QUERY_STRING
""
REQUEST_METHOD
"GET"
SERVER_PROTOCOL
"HTTP/2.0"
GATEWAY_INTERFACE
"CGI/1.1"
REMOTE_PORT
"49954"
SCRIPT_FILENAME
"/home/id0223/domains/haireffects.nl/private_html/index.php"
SERVER_ADMIN
"webmaster@haireffects.nl"
CONTEXT_DOCUMENT_ROOT
"/home/id0223/domains/haireffects.nl/private_html"
CONTEXT_PREFIX
""
REQUEST_SCHEME
"https"
DOCUMENT_ROOT
"/home/id0223/domains/haireffects.nl/private_html"
REMOTE_ADDR
"18.204.35.30"
SERVER_PORT
"443"
SERVER_ADDR
"185.80.235.140"
SERVER_NAME
"haireffects.nl"
SERVER_SOFTWARE
"Apache/2"
SERVER_SIGNATURE
""
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
HTTP_HOST
"haireffects.nl"
HTTP_USER_AGENT
"claudebot"
HTTP_ACCEPT
"*/*"
proxy-nokeepalive
"1"
H2_STREAM_TAG
"21-3"
H2_STREAM_ID
"3"
H2_PUSHED_ON
""
H2_PUSHED
""
H2_PUSH
"off"
H2PUSH
"off"
HTTP2
"on"
SSL_TLS_SNI
"haireffects.nl"
HTTPS
"on"
UNIQUE_ID
"ZgbVAvgFhPJx0OLCE-BI6AAAAyM"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php/haireffects/producten-haireffects"
REQUEST_TIME_FLOAT
1711723778.5601
REQUEST_TIME
1711723778
empty
0. Concrete\Core\Error\Handler\ErrorHandler
1. Concrete\Core\Error\Handler\JsonErrorHandler