Whoops, looks like something went wrong.

(1/1) ParseError

syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING)

in /var/www/vhosts/movendo.de/typo3.movendo.de/typo3conf/ext/dce/Classes/Components/ContentElementGenerator/OutputPlugin.php line 54
                );

                PHP;
            foreach ($this->input->getDces() as $dce) {
                if ($dce['hidden']) {
                    continue;
                }
                $dceIdentifier = $dce['identifier'];
                $dceIdentifierSkipFirst4Chars = substr($dceIdentifier, 4);
at Composer\Autoload\includeFile('/var/www/vhosts/movendo.de/typo3.movendo.de/typo3conf/ext/dce/Classes/Components/ContentElementGenerator/OutputPlugin.php')
in /var/www/vhosts/movendo.de/typo3.movendo.de/typo3_src-9.5.31/vendor/composer/ClassLoader.php line 346
     */
    public function loadClass($class)
    {
        if ($file = $this->findFile($class)) {
            includeFile($file);

            return true;
        }

at Composer\Autoload\ClassLoader->loadClass('T3\\Dce\\Components\\ContentElementGenerator\\OutputPlugin')
in /var/www/vhosts/movendo.de/typo3.movendo.de/typo3_src-9.5.31/vendor/typo3/class-alias-loader/src/ClassAliasLoader.php line 135
     * @return bool|null
     */
    public function loadClass($className)
    {
        $classFound = $this->composerClassLoader->loadClass($className);
        if (!$classFound && !$this->caseSensitiveClassLoading) {
            $classFound = $this->composerClassLoader->loadClass(strtolower($className));
        }
        return $classFound;
at TYPO3\ClassAliasLoader\ClassAliasLoader->loadClass('T3\\Dce\\Components\\ContentElementGenerator\\OutputPlugin')
in /var/www/vhosts/movendo.de/typo3.movendo.de/typo3_src-9.5.31/vendor/typo3/class-alias-loader/src/ClassAliasLoader.php line 123
    public function loadClassWithAlias($className)
    {
        $originalClassName = $this->getOriginalClassName($className);

        return $originalClassName ? $this->loadOriginalClassAndSetAliases($originalClassName) : $this->loadClass($className);
    }

    /**
     * Load class with the option to respect case insensitivity
at TYPO3\ClassAliasLoader\ClassAliasLoader->loadClassWithAlias('T3\\Dce\\Components\\ContentElementGenerator\\OutputPlugin')
at spl_autoload_call('T3\\Dce\\Components\\ContentElementGenerator\\OutputPlugin')
at class_exists('T3\\Dce\\Components\\ContentElementGenerator\\OutputPlugin')
in /var/www/vhosts/movendo.de/typo3.movendo.de/typo3_src-9.5.31/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 3712
     * @return string Final class name to instantiate with "new [classname]
     */
    protected static function getClassName($className)
    {
        if (class_exists($className)) {
            while (static::classHasImplementation($className)) {
                $className = static::getImplementationForClass($className);
            }
        }
at TYPO3\CMS\Core\Utility\GeneralUtility::getClassName('T3\\Dce\\Components\\ContentElementGenerator\\OutputPlugin')
in /var/www/vhosts/movendo.de/typo3.movendo.de/typo3_src-9.5.31/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 3677
        }
        if (isset(static::$finalClassNameCache[$className])) {
            $finalClassName = static::$finalClassNameCache[$className];
        } else {
            $finalClassName = self::getClassName($className);
            static::$finalClassNameCache[$className] = $finalClassName;
        }
        // Return singleton instance if it is already registered
        if (isset(self::$singletonInstances[$finalClassName])) {
at TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('T3\\Dce\\Components\\ContentElementGenerator\\OutputPlugin', object(T3\Dce\Components\ContentElementGenerator\InputDatabase), object(T3\Dce\Components\ContentElementGenerator\CacheManager))
in /var/www/vhosts/movendo.de/typo3.movendo.de/typo3conf/ext/dce/Classes/Components/ContentElementGenerator/Generator.php line 49

        $this->outputPlugin = GeneralUtility::makeInstance(
            OutputPlugin::class,
            $this->inputDatabase,
            $this->cacheManager
        );
        $this->outputTcaAndFlexForm = GeneralUtility::makeInstance(
            OutputTcaAndFlexForm::class,
            $this->inputDatabase,
at T3\Dce\Components\ContentElementGenerator\Generator->__construct()
in /var/www/vhosts/movendo.de/typo3.movendo.de/typo3temp/var/cache/code/cache_core/ext_localconf_e1ff4c0f79f4e36bd61f88e8731ab6320e230e47.php line 2047
    $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['extbase']['extensions']['Dce']['modules']
        = $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['extbase']['extensions']['Dce']['plugins'];

    // Register DCEs
    $generator = new \T3\Dce\Components\ContentElementGenerator\Generator();
    $generator->makePluginConfiguration();

    // Only for v8 and v9
    if (!\T3\Dce\Compatibility::isTypo3Version('10.0.0') &&
at TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend->{closure}('dce')
in /var/www/vhosts/movendo.de/typo3.movendo.de/typo3temp/var/cache/code/cache_core/ext_localconf_e1ff4c0f79f4e36bd61f88e8731ab6320e230e47.php line 2113
        ];
    }
};

$boot('dce');
unset($boot);


/**
at require('/var/www/vhosts/movendo.de/typo3.movendo.de/typo3temp/var/cache/code/cache_core/ext_localconf_e1ff4c0f79f4e36bd61f88e8731ab6320e230e47.php')
in /var/www/vhosts/movendo.de/typo3.movendo.de/typo3_src-9.5.31/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php line 366
        $pathAndFilename = $this->cacheDirectory . $entryIdentifier . $this->cacheEntryFileExtension;
        if ($entryIdentifier !== PathUtility::basename($entryIdentifier)) {
            throw new \InvalidArgumentException('The specified entry identifier must not contain a path segment.', 1532528267);
        }
        return file_exists($pathAndFilename) ? require $pathAndFilename : false;
    }
}
at TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend->require('ext_localconf_e1ff4c0f79f4e36bd61f88e8731ab6320e230e47')
in /var/www/vhosts/movendo.de/typo3.movendo.de/typo3_src-9.5.31/typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php line 122
     * @return mixed Potential return value from the include operation
     */
    public function require(string $entryIdentifier)
    {
        return $this->backend->require($entryIdentifier);
    }
}
at TYPO3\CMS\Core\Cache\Frontend\PhpFrontend->require('ext_localconf_e1ff4c0f79f4e36bd61f88e8731ab6320e230e47')
in /var/www/vhosts/movendo.de/typo3.movendo.de/typo3_src-9.5.31/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php line 1554
        if ($allowCaching) {
            $codeCache = $codeCache ?? self::getCacheManager()->getCache('cache_core');
            $cacheIdentifier = self::getExtLocalconfCacheIdentifier();
            if ($codeCache->has($cacheIdentifier)) {
                $codeCache->require($cacheIdentifier);
            } else {
                self::loadSingleExtLocalconfFiles();
                self::createExtLocalconfCacheEntry($codeCache);
            }
at TYPO3\CMS\Core\Utility\ExtensionManagementUtility::loadExtLocalconf(true, object(TYPO3\CMS\Core\Cache\Frontend\PhpFrontend))
in /var/www/vhosts/movendo.de/typo3.movendo.de/typo3_src-9.5.31/typo3/sysext/core/Classes/Core/Bootstrap.php line 560
    {
        if ($allowCaching) {
            $coreCache = $coreCache ?? GeneralUtility::makeInstance(CacheManager::class)->getCache('cache_core');
        }
        ExtensionManagementUtility::loadExtLocalconf($allowCaching, $coreCache);
        return static::$instance;
    }

    /**
at TYPO3\CMS\Core\Core\Bootstrap::loadTypo3LoadedExtAndExtLocalconf(true, object(TYPO3\CMS\Core\Cache\Frontend\PhpFrontend))
in /var/www/vhosts/movendo.de/typo3.movendo.de/typo3_src-9.5.31/typo3/sysext/core/Classes/Core/Bootstrap.php line 142

        if (!$failsafe) {
            IconRegistry::setCache($assetsCache);
            PageRenderer::setCache($assetsCache);
            static::loadTypo3LoadedExtAndExtLocalconf(true, $coreCache);
            static::setFinalCachingFrameworkCacheConfiguration($cacheManager);
            static::unsetReservedGlobalVariables();
            static::loadBaseTca(true, $coreCache);
            static::checkEncryptionKey();
at TYPO3\CMS\Core\Core\Bootstrap::init(object(Composer\Autoload\ClassLoader))
in /var/www/vhosts/movendo.de/typo3.movendo.de/typo3_src-9.5.31/index.php line 24
// Set up the application for the frontend
call_user_func(function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /var/www/vhosts/movendo.de/typo3.movendo.de/typo3_src-9.5.31/index.php line 25
call_user_func(function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});