Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2016
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.66 KB | None | 0 0
  1. Uncaught TYPO3 Exception
  2. #1297759968: Exception while property mapping at property path "":It is not allowed to map property "answers". You need to use $propertyMappingConfiguration->allowProperties('answers') to enable mapping of this property. (More information)
  3.  
  4. TYPO3\CMS\Extbase\Property\Exception thrown in file
  5. /home/username/typo3_src-6.2.26/typo3/sysext/extbase/Classes/Property/PropertyMapper.php in line 112.
  6.  
  7. 16 TYPO3\CMS\Extbase\Property\PropertyMapper::convert(array, "In2code\Powermail\Domain\Model\Mail", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)
  8.  
  9. /home/username/typo3_src-6.2.26/typo3/sysext/extbase/Classes/Mvc/Controller/Argument.php:
  10. 00376: }
  11. 00377: try {
  12. 00378: $this->value = $this->propertyMapper->convert($rawValue, $this->dataType, $this->propertyMappingConfiguration);
  13. 00379: } catch (TargetNotFoundException $e) {
  14. 00380: // for optional arguments no exeption is thrown.
  15.  
  16. 15 TYPO3\CMS\Extbase\Mvc\Controller\Argument::setValue(array)
  17.  
  18. /home/username/typo3_src-6.2.26/typo3/sysext/extbase/Classes/Mvc/Controller/AbstractController.php:
  19. 00421: $argumentName = $argument->getName();
  20. 00422: if ($this->request->hasArgument($argumentName)) {
  21. 00423: $argument->setValue($this->request->getArgument($argumentName));
  22. 00424: } elseif ($argument->isRequired()) {
  23. 00425: throw new \TYPO3\CMS\Extbase\Mvc\Controller\Exception\RequiredArgumentMissingException('Required argument "' . $argumentName . '" is not set for ' . $this->request->getControllerObjectName() . '->' . $this->request->getControllerActionName() . '.', 1298012500);
  24.  
  25. 14 TYPO3\CMS\Extbase\Mvc\Controller\AbstractController::mapRequestArgumentsToControllerArguments()
  26.  
  27. /home/username/typo3_src-6.2.26/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
  28. 00149: call_user_func(array($this, $actionInitializationMethodName));
  29. 00150: }
  30. 00151: $this->mapRequestArgumentsToControllerArguments();
  31. 00152: $this->checkRequestHash();
  32. 00153: $this->controllerContext = $this->buildControllerContext();
  33.  
  34. 13 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::processRequest(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)
  35.  
  36. /home/username/typo3_src-6.2.26/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php:
  37. 00067: $controller = $this->resolveController($request);
  38. 00068: try {
  39. 00069: $controller->processRequest($request, $response);
  40. 00070: } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) {
  41. 00071: }
  42.  
  43. 12 TYPO3\CMS\Extbase\Mvc\Dispatcher::dispatch(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)
  44.  
  45. /home/username/typo3_src-6.2.26/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php:
  46. 00054: /** @var $response \TYPO3\CMS\Extbase\Mvc\ResponseInterface */
  47. 00055: $response = $this->objectManager->get('TYPO3\\CMS\\Extbase\\Mvc\\Web\\Response');
  48. 00056: $this->dispatcher->dispatch($request, $response);
  49. 00057: return $response;
  50. 00058: }
  51.  
  52. 11 TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()
  53.  
  54. /home/username/typo3_src-6.2.26/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
  55. 00193: $requestHandler = $requestHandlerResolver->resolveRequestHandler();
  56. 00194:
  57. 00195: $response = $requestHandler->handleRequest();
  58. 00196: // If response is NULL after handling the request we need to stop
  59. 00197: // This happens for instance, when a USER object was converted to a USER_INT
  60.  
  61. 10 TYPO3\CMS\Extbase\Core\Bootstrap::handleRequest()
  62.  
  63. /home/username/typo3_src-6.2.26/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
  64. 00182: public function run($content, $configuration) {
  65. 00183: $this->initialize($configuration);
  66. 00184: return $this->handleRequest();
  67. 00185: }
  68. 00186:
  69.  
  70. 9 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
  71. 8 call_user_func_array(array, array)
  72.  
  73. /home/username/typo3_src-6.2.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
  74. 06662: $content,
  75. 06663: $conf
  76. 06664: ));
  77. 06665: } else {
  78. 06666: $GLOBALS['TT']->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
  79.  
  80. 7 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("TYPO3\CMS\Extbase\Core\Bootstrap->run", array, "")
  81.  
  82. /home/username/typo3_src-6.2.26/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
  83. 00039: }
  84. 00040: $this->cObj->includeLibs($conf);
  85. 00041: $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
  86. 00042: if ($this->cObj->doConvertToUserIntObject) {
  87. 00043: $this->cObj->doConvertToUserIntObject = FALSE;
  88.  
  89. 6 TYPO3\CMS\Frontend\ContentObject\UserContentObject::render(array)
  90.  
  91. /home/username/typo3_src-6.2.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
  92. 00860: return $this->getContentObject('USER_INT')->render($conf);
  93. 00861: } else {
  94. 00862: return $this->getContentObject('USER')->render($conf);
  95. 00863: }
  96. 00864: }
  97.  
  98. 5 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::USER(array)
  99.  
  100. /home/username/typo3_src-6.2.26/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
  101. 03727: break;
  102. 03728: case 'FUNC':
  103. 03729: $incContent = $INTiS_cObj->USER($INTiS_config[$INTiS_key]['conf']);
  104. 03730: break;
  105. 03731: case 'POSTUSERFUNC':
  106.  
  107. 4 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript_process(array)
  108.  
  109. /home/username/typo3_src-6.2.26/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
  110. 03675: $INTiS_config = $this->config['INTincScript'];
  111. 03676: $this->INTincScript_includeLibs($INTiS_config);
  112. 03677: $this->INTincScript_process($INTiS_config);
  113. 03678: // Check if there were new items added to INTincScript during the previous execution:
  114. 03679: $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);
  115.  
  116. 3 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::recursivelyReplaceIntPlaceholdersInContent()
  117.  
  118. /home/username/typo3_src-6.2.26/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
  119. 03642: }
  120. 03643:
  121. 03644: $this->recursivelyReplaceIntPlaceholdersInContent();
  122. 03645: $GLOBALS['TT']->push('Substitute header section');
  123. 03646: $this->INTincScript_loadJSCode();
  124.  
  125. 2 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript()
  126.  
  127. /home/username/typo3_src-6.2.26/typo3/sysext/cms/tslib/index_ts.php:
  128. 00230: if ($TSFE->isINTincScript()) {
  129. 00231: $TT->push('Non-cached objects', '');
  130. 00232: $TSFE->INTincScript();
  131. 00233: $TT->pull();
  132. 00234: }
  133.  
  134. 1 require("/home/username/typo3_src-6.2.26/typo3/sysext/cms/tslib/index_ts.php")
  135.  
  136. /home/username/typo3_src-6.2.26/index.php:
  137. 00026: ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
  138. 00027:
  139. 00028: require(PATH_tslib . 'index_ts.php');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement