Uncaught TYPO3 Exception
#1: PHP Warning: Use of undefined constant LOGIN_URL - assumed 'LOGIN_URL' (this will throw an Error in a future version of PHP) in /kunden/283884_36341/hosting/ev-rv-oberhessen.de/webseite_2017-290917/cms/fileadmin/templates/php/pageNotFound.php line 7 (More information)

TYPO3\CMS\Core\Error\Exception thrown in file
/kunden/283884_36341/hosting/ev-rv-oberhessen.de/webseite_2017-290917/typo3_src/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 111.

14 TYPO3\CMS\Core\Error\ErrorHandler::handleError(2, "Use of undefined constant LOGIN_URL - assumed 'LOGis will throw an Error in a future version of PHP)", "/kunden/283884_36341/hosting/ev-rv-oberhessen.de/w90917/cms/fileadmin/templates/php/pageNotFound.php", 7, array)

/kunden/283884_36341/hosting/ev-rv-oberhessen.de/webseite_2017-290917/cms/fileadmin/templates/php/pageNotFound.php:
00005: // set: config ['FE']['pageNotFound_handling'] => 'USER_FUNCTION:fileadmin/templates/php/pageNotFound.php:user_pageNotFound->pageNotFound',
00006: 
00007: define(LOGIN_URL, "http://www.ev-rv-oberhessen.de/intern/login.html");
00008: define(LOGIN_URL_EN, "http://www.ev-rv-oberhessen.de/intern/login.html");
00009: define(NOTFOUND_URL, "http://www.ev-rv-oberhessen.de");

13 require_once("/kunden/283884_36341/hosting/ev-rv-oberhessen.de/w90917/cms/fileadmin/templates/php/pageNotFound.php")

/kunden/283884_36341/hosting/ev-rv-oberhessen.de/webseite_2017-290917/typo3_src/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04880:         // Needed for require_once
04881:         global $T3_SERVICES, $T3_VAR, $TYPO3_CONF_VARS;
04882:         require_once $requireFile;
04883:     }
04884: 

12 TYPO3\CMS\Core\Utility\GeneralUtility::requireOnce("/www/283884_36341/hosting/ev-rv-oberhessen.de/webs90917/cms/fileadmin/templates/php/pageNotFound.php")

/kunden/283884_36341/hosting/ev-rv-oberhessen.de/webseite_2017-290917/typo3_src/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04368:             $requireFile = self::getFileAbsFileName($file);
04369:             if ($requireFile) {
04370:                 self::requireOnce($requireFile);
04371:             }
04372:         } else {

11 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("fileadmin/templates/php/pageNotFound.php:user_pageNotFound->pageNotFound", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/kunden/283884_36341/hosting/ev-rv-oberhessen.de/webseite_2017-290917/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02098:                 'pageAccessFailureReasons' => $this->getPageAccessFailureReasons()
02099:             ];
02100:             echo GeneralUtility::callUserFunction($funcRef, $params, $this);
02101:         } elseif (GeneralUtility::isFirstPartOfStr($code, 'READFILE:')) {
02102:             $readFile = GeneralUtility::getFileAbsFileName(trim(substr($code, 9)));

10 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("USER_FUNCTION:fileadmin/templates/php/pageNotFound.php:user_pageNotFound->pageNotFound", "HTTP/1.0 404 Not Found", "ID was not an accessible page")

/kunden/283884_36341/hosting/ev-rv-oberhessen.de/webseite_2017-290917/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02061:     public function pageNotFoundHandler($code, $header = '', $reason = '')
02062:     {
02063:         $this->pageErrorHandler($code, $header, $reason);
02064:     }
02065: 

9 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundHandler("USER_FUNCTION:fileadmin/templates/php/pageNotFound.php:user_pageNotFound->pageNotFound", "HTTP/1.0 404 Not Found", "ID was not an accessible page")

/kunden/283884_36341/hosting/ev-rv-oberhessen.de/webseite_2017-290917/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02012:     {
02013:         $header = $header ?: $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'];
02014:         $this->pageNotFoundHandler($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling'], $header, $reason);
02015:         die;
02016:     }

8 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundAndExit("ID was not an accessible page")

/kunden/283884_36341/hosting/ev-rv-oberhessen.de/webseite_2017-290917/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01507:                 4 => 'The requested page alias does not exist'
01508:             ];
01509:             $this->pageNotFoundAndExit($pNotFoundMsg[$this->pageNotFound]);
01510:         }
01511:         if ($this->page['url_scheme'] > 0) {

7 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::fetch_the_id()

/kunden/283884_36341/hosting/ev-rv-oberhessen.de/webseite_2017-290917/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01367:         $this->getTimeTracker()->pull();
01368:         // Now, get the id, validate access etc:
01369:         $this->fetch_the_id();
01370:         // Check if backend user has read access to this page. If not, recalculate the id.
01371:         if ($this->beUserLogin && $this->fePreview) {

6 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::determineId()

/kunden/283884_36341/hosting/ev-rv-oberhessen.de/webseite_2017-290917/typo3_src/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00138:         $this->controller->checkAlternativeIdMethods();
00139:         $this->controller->clear_preview();
00140:         $this->controller->determineId();
00141: 
00142:         // Now, if there is a backend user logged in and he has NO access to this page,

5 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/kunden/283884_36341/hosting/ev-rv-oberhessen.de/webseite_2017-290917/typo3_src/typo3/sysext/core/Classes/Core/Bootstrap.php:
00309: 
00310:         // Execute the command which returns a Response object or NULL
00311:         $this->response = $requestHandler->handleRequest($request);
00312:         return $this;
00313:     }

4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/kunden/283884_36341/hosting/ev-rv-oberhessen.de/webseite_2017-290917/typo3_src/typo3/sysext/frontend/Classes/Http/Application.php:
00076:     public function run(callable $execute = null)
00077:     {
00078:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00079: 
00080:         if ($execute !== null) {

3 TYPO3\CMS\Frontend\Http\Application::run()

/kunden/283884_36341/hosting/ev-rv-oberhessen.de/webseite_2017-290917/typo3_src/index.php:
00031: call_user_func(function () {
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

2 {closure}()

/kunden/283884_36341/hosting/ev-rv-oberhessen.de/webseite_2017-290917/typo3_src/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

1 require("/kunden/283884_36341/hosting/ev-rv-oberhessen.de/webseite_2017-290917/typo3_src/index.php")

/kunden/283884_36341/hosting/ev-rv-oberhessen.de/webseite_2017-290917/cms/index.php:
00006: // we include typo3_src/index.php in this script, therefore symlink to file is 
00007: // not needed and still the current version of the TYPO3 index.php is loaded.
00008: require 'typo3_src/index.php';