Bug #6894

F3\FLOW3\Security\Exception\MissingConfigurationException thrown in file HashService.php

Added by Nys over 5 years ago. Updated almost 5 years ago.

Status:Closed Start date:2010-03-17
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:- Error Handler Report -
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 8 Estimated time:1.00 hour
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

You must configure an encryption key for the HashService
15 F3\FLOW3\Security\Cryptography\HashService::injectSettings(array)
14 F3\FLOW3\Object\ObjectBuilder::injectProperties(array, F3\FLOW3\Security\Cryptography\HashService)
13 F3\FLOW3\Object\ObjectBuilder::createObject("F3\FLOW3\Security\Cryptography\HashService", F3\FLOW3\Object\Configuration\Configuration, array)
12 F3\FLOW3\Object\ObjectManager::getObject("F3\FLOW3\Security\Cryptography\HashService")
11 F3\FLOW3\Object\ObjectBuilder::injectProperties(array, F3\FLOW3\Security\Channel\RequestHashService)
10 F3\FLOW3\Object\ObjectBuilder::createObject("F3\FLOW3\Security\Channel\RequestHashService", F3\FLOW3\Object\Configuration\Configuration, array)
9 F3\FLOW3\Object\ObjectManager::getObject("F3\FLOW3\Security\Channel\RequestHashService")
8 F3\FLOW3\Object\ObjectBuilder::injectArguments(array, array)
7 F3\FLOW3\Object\ObjectBuilder::createObject("F3\FLOW3\Security\Aspect\RequestDispatchingAspect", F3\FLOW3\Object\Configuration\Configuration, array)
6 F3\FLOW3\Object\ObjectManager::getObject("F3\FLOW3\Security\Aspect\RequestDispatchingAspect")
5 F3\FLOW3\AOP\Advice\AfterThrowingAdvice::invoke(F3\FLOW3\AOP\JoinPoint)
4 F3\FLOW3\MVC\Dispatcher_AOPProxy_Development::dispatch(F3\FLOW3\MVC\Web\Request, F3\FLOW3\MVC\Web\Response)
3 F3\FLOW3\MVC\Web\RequestHandler::handleRequest()
2 F3\FLOW3\Core\Bootstrap::run()
1 require("C:\xampp\htdocs\tutorial\Packages\Framework\FLOW3\Scripts\FLOW3.php")

Please include more helpful information!


Related issues

duplicates TYPO3.Flow - Bug #6266: Config of security/cryptography/hashService/encryptionKey Resolved 2010-01-28

History

#1 Updated by Karsten Dambekalns over 5 years ago

  • Status changed from New to Closed
  • Assigned To set to Karsten Dambekalns
  • Target version set to 1.0 alpha 8
  • % Done changed from 0 to 100
  • Estimated time set to 1.00

Wrong way of writing the configuration file, see http://forge.typo3.org/issues/show/6266#note-7 for the solution.

Also available in: Atom PDF