Advertisement
Mr_media

TVplus_new_paste

Oct 8th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.21 KB | None | 0 0
  1.  
  2. Uncaught TYPO3 Exception
  3. Call to undefined function Ppi\TemplaVoilaPlus\Domain\Model\var_dump_()
  4.  
  5. Error thrown in file
  6. /var/www/www.nl/www/typo3conf/ext/templavoilaplus/Classes/Domain/Model/Template.php in line 82.
  7.  
  8. 17 Ppi\TemplaVoilaPlus\Domain\Model\Template::__construct(NULL)
  9.  
  10.  
  11. /usr/share/typo3_src-8.7.27/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
  12.  
  13. 03966: }
  14. 03967: // Create new instance and call constructor with parameters
  15.  
  16. 03968: $instance = new $finalClassName(...$constructorArguments);
  17.  
  18. 03969: // Register new singleton instance
  19. 03970: if ($instance instanceof SingletonInterface) {
  20.  
  21.  
  22. 16 TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance("Ppi\TemplaVoilaPlus\Domain\Model\Template", NULL)
  23.  
  24.  
  25. /var/www/www..nl/www/typo3conf/ext/templavoilaplus/Classes/Domain/Repository/TemplateRepository.php:
  26.  
  27. 00036: public function getTemplateByUid($uid)
  28. 00037: {
  29.  
  30. 00038: return GeneralUtility::makeInstance(\Ppi\TemplaVoilaPlus\Domain\Model\Template::class, $uid);
  31.  
  32. 00039: }
  33. 00040:
  34.  
  35.  
  36. 15 Ppi\TemplaVoilaPlus\Domain\Repository\TemplateRepository::getTemplateByUid(NULL)
  37.  
  38.  
  39. /var/www/www..nl/www/typo3conf/ext/templavoilaplus/Classes/Controller/BackendLayoutController.php:
  40.  
  41. 01563: $toRepo = GeneralUtility::makeInstance(\Ppi\TemplaVoilaPlus\Domain\Repository\TemplateRepository::class);
  42. 01564: /** @var $toRepo \Ppi\TemplaVoilaPlus\Domain\Repository\TemplateRepository */
  43.  
  44. 01565: $to = $toRepo->getTemplateByUid($toRecord['uid']);
  45.  
  46. 01566: /** @var $to \Ppi\TemplaVoilaPlus\Domain\Model\Template */
  47. 01567: $beTemplate = $to->getBeLayout();
  48.  
  49.  
  50. 14 Ppi\TemplaVoilaPlus\Controller\BackendLayoutController::render_framework_subElements(array, "DEF", "sDEF", 31)
  51.  
  52.  
  53. /var/www/www..nl/www/typo3conf/ext/templavoilaplus/Classes/Controller/BackendLayoutController.php:
  54.  
  55. 01491: <div class="t3-page-ce-body tpm-sub-elements">' .
  56. 01492: ($warnings ? '<div class="tpm-warnings">' . $warnings . '</div>' : '') .
  57.  
  58. 01493: $this->render_framework_subElements($contentTreeArr, $languageKey, $sheet, $calcPerms) .
  59.  
  60. 01494: '<div class="tpm-preview">' . $previewContent . '</div>' .
  61. 01495: $this->render_localizationInfoTable($contentTreeArr, $parentPointer, $parentDsMeta) .
  62.  
  63.  
  64. 13 Ppi\TemplaVoilaPlus\Controller\BackendLayoutController::render_framework_singleSheet(array, "DEF", "sDEF", array, array)
  65.  
  66.  
  67. /var/www/www..nl/www/typo3conf/ext/templavoilaplus/Classes/Controller/BackendLayoutController.php:
  68.  
  69. 01280: return $this->moduleTemplate->getDynamicTabMenu($parts, 'TEMPLAVOILA:pagemodule:' . $this->apiObj->flexform_getStringFromPointer($parentPointer));
  70. 01281: } else {
  71.  
  72. 01282: return $this->render_framework_singleSheet($contentTreeArr, $languageKey, 'sDEF', $parentPointer, $parentDsMeta);
  73.  
  74. 01283: }
  75. 01284: }
  76.  
  77.  
  78. 12 Ppi\TemplaVoilaPlus\Controller\BackendLayoutController::render_framework_allSheets(array, "DEF")
  79.  
  80.  
  81. /var/www/www..nl/www/typo3conf/ext/templavoilaplus/Classes/Controller/BackendLayoutController.php:
  82.  
  83. 01215: $output .= $this->render_outline($contentTreeData['tree']);
  84. 01216: } else {
  85.  
  86. 01217: $output .= $this->render_framework_allSheets($contentTreeData['tree'], $this->currentLanguageKey);
  87.  
  88. 01218: }
  89. 01219:
  90.  
  91.  
  92. 11 Ppi\TemplaVoilaPlus\Controller\BackendLayoutController::render_editPageScreen()
  93.  
  94.  
  95. /var/www/www..nl/www/typo3conf/ext/templavoilaplus/Classes/Controller/BackendLayoutController.php:
  96.  
  97. 00787: }
  98. 00788: // Render "edit current page" (important to do before calling ->sideBarObj->render() - otherwise the translation tab is not rendered!
  99.  
  100. 00789: $editCurrentPageHTML .= $this->render_editPageScreen();
  101.  
  102. 00790:
  103. 00791: $this->content .= $editCurrentPageHTML;
  104.  
  105.  
  106. 10 Ppi\TemplaVoilaPlus\Controller\BackendLayoutController::main()
  107.  
  108.  
  109. /var/www/www..nl/www/typo3conf/ext/templavoilaplus/Classes/Controller/BackendLayoutController.php:
  110.  
  111. 00520: {
  112. 00521: $this->init();
  113.  
  114. 00522: $this->main();
  115.  
  116. 00523: $response->getBody()->write($this->moduleTemplate->renderContent());
  117. 00524: return $response;
  118.  
  119.  
  120. 9 Ppi\TemplaVoilaPlus\Controller\BackendLayoutController::mainAction(TYPO3\CMS\Core\Http\ServerRequest, TYPO3\CMS\Core\Http\Response)
  121.  
  122. 8 call_user_func_array(array, array)
  123.  
  124.  
  125. /usr/share/typo3_src-8.7.27/typo3/sysext/core/Classes/Http/Dispatcher.php:
  126.  
  127. 00039: $targetIdentifier = $request->getAttribute('target');
  128. 00040: $target = $this->getCallableFromTarget($targetIdentifier);
  129.  
  130. 00041: return call_user_func_array($target, [$request, $response]);
  131.  
  132. 00042: }
  133. 00043:
  134.  
  135.  
  136. 7 TYPO3\CMS\Core\Http\Dispatcher::dispatch(TYPO3\CMS\Core\Http\ServerRequest, TYPO3\CMS\Core\Http\Response)
  137.  
  138.  
  139. /usr/share/typo3_src-8.7.27/typo3/sysext/backend/Classes/Http/BackendModuleRequestHandler.php:
  140.  
  141. 00167: $dispatcher = GeneralUtility::makeInstance(Dispatcher::class);
  142. 00168: $this->request = $this->request->withAttribute('target', $moduleConfiguration['routeTarget']);
  143.  
  144. 00169: $response = $dispatcher->dispatch($this->request, $response);
  145.  
  146. 00170: } else {
  147. 00171: // extbase module
  148.  
  149.  
  150. 6 TYPO3\CMS\Backend\Http\BackendModuleRequestHandler::dispatchModule("web_txtemplavoilaplusLayout")
  151.  
  152.  
  153. /usr/share/typo3_src-8.7.27/typo3/sysext/backend/Classes/Http/BackendModuleRequestHandler.php:
  154.  
  155. 00087:
  156. 00088: $moduleName = (string)$this->request->getQueryParams()['M'];
  157.  
  158. 00089: return $this->dispatchModule($moduleName);
  159.  
  160. 00090: }
  161. 00091:
  162.  
  163.  
  164. 5 TYPO3\CMS\Backend\Http\BackendModuleRequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)
  165.  
  166.  
  167. /usr/share/typo3_src-8.7.27/typo3/sysext/core/Classes/Core/Bootstrap.php:
  168.  
  169. 00317:
  170. 00318: // Execute the command which returns a Response object or NULL
  171.  
  172. 00319: $this->response = $requestHandler->handleRequest($request);
  173.  
  174. 00320: return $this;
  175. 00321: }
  176.  
  177.  
  178. 4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)
  179.  
  180.  
  181. /usr/share/typo3_src-8.7.27/typo3/sysext/backend/Classes/Http/Application.php:
  182.  
  183. 00090: }
  184. 00091:
  185.  
  186. 00092: $this->bootstrap->handleRequest($this->request);
  187.  
  188. 00093:
  189. 00094: if ($execute !== null) {
  190.  
  191.  
  192. 3 TYPO3\CMS\Backend\Http\Application::run()
  193.  
  194.  
  195. /usr/share/typo3_src-8.7.27/typo3/sysext/backend/Resources/Private/Php/backend.php:
  196.  
  197. 00022: $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
  198. 00023:
  199.  
  200. 00024: (new \TYPO3\CMS\Backend\Http\Application($classLoader))->run();
  201.  
  202. 00025: });
  203.  
  204.  
  205. 2 {closure}()
  206.  
  207.  
  208. /usr/share/typo3_src-8.7.27/typo3/sysext/backend/Resources/Private/Php/backend.php:
  209.  
  210. 00023:
  211. 00024: (new \TYPO3\CMS\Backend\Http\Application($classLoader))->run();
  212.  
  213. 00025: });
  214.  
  215.  
  216. 1 require("/usr/share/typo3_src-8.7.27/typo3/sysext/backend/Resources/Private/Php/backend.php")
  217.  
  218.  
  219. /usr/share/typo3_src-8.7.27/typo3/index.php:
  220.  
  221. 00001: <?php
  222. 00002:
  223.  
  224. 00003: require __DIR__ . '/sysext/backend/Resources/Private/Php/backend.php';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement