1
/kunden/431424_13355/webseiten/subdomains/app2025.daga-tagung.de/memyc/bootstrap/mycbase/view/View.php(263) : eval()'d code, line 30
2
/kunden/431424_13355/webseiten/subdomains/app2025.daga-tagung.de/memyc/bootstrap/mycbase/view/View.php, line 311
308. * There is just render without calling preRender
309. */
310. if ($this->bPrerender == 0) {
311. $sView = $this->renderHelper(
312. $this->sView,
313. $this->getTemplateFile(),
314. $this->aData,
3
/kunden/431424_13355/webseiten/subdomains/app2025.daga-tagung.de/conf/frontend/conference/controller/ControllerContentConference.php, line 690
687. if ($oArticle->video != '') {
688. $oView->assign('video_file', $oArticle->video);
689. }
690. $oView->render();
691. return $oView->view();
692. }
693.
4
/kunden/431424_13355/webseiten/subdomains/app2025.daga-tagung.de/conf/frontend/conference/controller/ControllerContentConference.php, line 168
165. $this->oRequest->GET_QUERY['article']
166. )
167. ) {
168. return $this->articleViewDetail();
169. } elseif (isset($this->oRequest->GET_QUERY['authors']) && $this->oRequest->GET_QUERY['authors'] == 'all') {
170. return $this->authorsViewDetail();
171. } elseif (isset($this->oRequest->GET_QUERY['roomplans']) && $this->oRequest->GET_QUERY['roomplans'] == 'all') {
5
/kunden/431424_13355/webseiten/subdomains/app2025.daga-tagung.de/memyc/resources/MycTools.php, line 442
439. $oExtensionComponent = new $sFullQualifiedModuleName($this->oRequest, $this->oResponse);
440. $sRenderedData = $oExtensionComponent->setContentData($oContent);
441. if (method_exists($sFullQualifiedModuleName, $sMethodName)) {
442. $sRenderedData = $oExtensionComponent->$sMethodName();
443. if ($sRenderedData != '') {
444. $aExtension = $sRenderedData;
445. return $aExtension;
6
/kunden/431424_13355/webseiten/subdomains/app2025.daga-tagung.de/memyc/frontend/content/controller/Controller.php, line 274
271. $oView->render();
272. return $oView->view();
273. } elseif (!empty($sFullQualifiedModuleName)) {
274. return $this->oMycTools->loadContentMethodOfModule($sFullQualifiedModuleName, $sAction, $oElement);
275. }
276. }
277.
7
/kunden/431424_13355/webseiten/subdomains/app2025.daga-tagung.de/memyc/frontend/content/controller/Controller.php, line 218
215. if (!empty($sContentReplace)) {
216. $oView->assign('content', $sContentReplace);
217. } else {
218. $oView->assign('content', $this->getContent($oElement));
219. }
220. }
221. ($oElement->id != '') ? $oView->assign('id', $oElement->id) : $oView->assign('id', '');
8
/kunden/431424_13355/webseiten/subdomains/app2025.daga-tagung.de/memyc/frontend/content/controller/Controller.php, line 154
151. $this->buildTemplate($oElement['child'])
152. );
153. } else {
154. $aOutput[$sPlaceholder][] = $this->elementContent($oElement['parental']);
155. }
156. }
157. }
9
/kunden/431424_13355/webseiten/subdomains/app2025.daga-tagung.de/memyc/frontend/content/controller/Controller.php, line 109
106. $aResortContent = $this->oMycTools->rebuildContentByParentDependence($aContentData);
107. $iContentRootId = 0;
108. $aContentTree = $this->oMycTools->completeBuildContentTree($aResortContent, $iContentRootId);
109. $sContent = $this->buildTemplate($aContentTree);
110. $this->aDataCollector['#body']['content'] = $sContent;
111. $sData = $this->aDataCollector;
112. $this->oResponse->setData($sData);
10
/kunden/431424_13355/webseiten/subdomains/app2025.daga-tagung.de/memyc/resources/MycClassHandler.php, line 300
297. // \memyc\resources\LoggerRK::setLogFile("111.txt");
298. // \memyc\resources\LoggerRK::log($sModuleName . ' ' . $sMethodName);
299. $oComponent = new $sModuleName($this->oRequest, $this->oResponse);
300. $sMixedOutput = $oComponent->$sMethodName();
301. if ($sMixedOutput != '') {
302. // CSS or JS files will be loaded on demand (in the backend)
303. $this->setDefaultFilesOnDemand($sExtensionName);
11
/kunden/431424_13355/webseiten/subdomains/app2025.daga-tagung.de/memyc/resources/MycClassHandler.php, line 91
88. $sFullName = $aExtensionInformation['fullName'];
89. $sClassName = $aExtensionInformation['shortName'];
90. $sModuleName = $sFullName . '\\' . $sComponent;
91. $sMixedOutput = $this->loadMethodOfModule(
92. $sModuleName,
93. $sActionMethod,
94. $sExtensionName
12
/kunden/431424_13355/webseiten/subdomains/app2025.daga-tagung.de/memyc/bootstrap/bootstrap/controller/Controller.php, line 370
367. $this->oRegistry->CALLEDEXTENSIONS = $orderedBeModuleList;
368.
369. // call now the extension if the route is correct
370. $aDataArray = $this->oMycClassHandler->callRoutes($orderedBeModuleList);
371. $this->oResponse->setData($aDataArray);
372. }
373.
13
/kunden/431424_13355/webseiten/subdomains/app2025.daga-tagung.de/memyc/bootstrap/bootstrap/controller/Controller.php, line 255
252. if ($sString != '') {
253. return $sString;
254. } else {
255. $this->startMemyc($aOrderedFeModuleList);
256. $sTemplateFile = 'template/frontend.html';
257. $oController = new \memyc\core\templatemanager\Controller(
258. $this->oRequest,
14
/kunden/431424_13355/webseiten/subdomains/app2025.daga-tagung.de/memyc/init.php, line 125
122. date_default_timezone_set($oRegistry->TIMEZONE);
123. }
124. $oBootstrapController = new bootstrap\bootstrap\Controller($oHttpRequest, $oHttpResponse);
125. $sOutput = $oBootstrapController->start();
126.
127. // Compressing the output for a faster transfer from server to client
128. $oOutputCompression = new resources\OutputCompression();
15
/kunden/431424_13355/webseiten/subdomains/app2025.daga-tagung.de/index.php, line 21
18. } else {
19. require_once('conf/MycConfiguration.php');
20. // Initializing the system
21. require_once('memyc/init.php');
22. }