FOM_Routing Object
(
    [controller] => main
    [method] => show
    [arguments] => %2520_blank
    [app] => Default
    [global] => Array
        (
            [debug] => 1
            [dbactive] => 1
            [enable_dbadmin] => 1
            [default_app] => Default
            [assume_default] => 
            [salt] => kdaIDFku9d#.df'asdf!kfd8
        )

    [routes] => Array
        (
            [:*] => Default/main/show/:*
        )

    [uri_segments] => Array
        (
            [0] => %2520_blank
        )

)

www.oberstaller-sammer.at | /data/web/e41924/html/oberstaller-sammer.at

AJAX PAUSED www.oberstaller-sammer.at/%2520_blank X RETRY

Too few arguments to function php_error\ErrorHandler::php_error\{closure}(), 4 passed in /data/web/e41924/html/oberstaller-sammer.at/System/Controller.php on line 54 and exactly 5 expected

54 System/Controller.php

    trigger_error(var_export($var, 1));
}
function render($directory = "View"){
    $this->render = true;
    $master_view = !is_null($this->master_view) ? $this->master_view : ucfirst($this->Routing->controller);
    if ($this->stop) return false;
    $this->view = !empty($this->view) ? $this->view : $this->Routing->method;
    $full_path = FCPATH.APPDIR.$this->Routing->app."/".$directory.'/'.$master_view.'/'.$this->view.'.php';
    if(!@include($full_path)){
          if ($this->config['global']['debug']) trigger_error('Master view file "'.$full_path.'" - file not found.', E_USER_ERROR);
        else $this->show_404();
    }
    if ( $_php_error_is_ini_enabled ) {
        $catchSurpressedErrors = &$this->catchSurpressedErrors;
        $self = $this;
        // all errors \o/ !
        error_reporting( $this->defaultErrorReportingOn );
        @ini_set( 'html_errors', false );
        set_error_handler(
            function( $code, $message, $file, $line, $context ) use ( $self, &$catchSurpressedErrors ) {
                
function _default($args){
    $this->render();
}
function _show($args){
    if (is_array($args)){
        $this->set_view(implode("/", $args));
    }
    else $this->set_view($args);
    $this->render();
}
function _append(){
function exec_method($_class, $_method, $_arguments, $mandatory = true){
    if (!method_exists($_class, $_method)){
        $classname = get_class($_class);
        $path = new ReflectionClass($classname);
        $path = $path->getFileName();
        if ($mandatory) trigger_error("Method \"{$_method}\" was not found in {$path}.", E_USER_ERROR);
        return false;
    }
    call_user_func_array(array($_class, $_method), array($_arguments));
}
## get default configs
/* Check default application */
$app = isset($config['global']['default_app']) ? $config['global']['default_app'] : "Default";
/* Load default controller */
$app_controller = &load_class(FCPATH.APPDIR.$Routing->app.'/Controller/'.$Routing->controller.'.php', "", $config);
/* Execute methods */
if ( method_exists($app_controller, '_prepend') ) exec_method($app_controller, '_prepend', $Routing->arguments);
                                                    exec_method($app_controller, '_'.$Routing->method, $Routing->arguments, true);
if ( method_exists($app_controller, '_append') ) exec_method($app_controller, '_append', $Routing->arguments);
/* The end.*/
define('APPDIR', str_replace("\\", "/", $path['apps']."/"));
define('FCPATH', str_replace(SELF, '', __FILE__));
define('ROOT', empty($rootdir) ? '/' : '/'.$rootdir.'/');
define('GUARD', true);
/*---------------------
 * Here we go.
 *--------------------*/
if( !require_once(SYSDIR."Master.php") ){
    exit(SYSDIR."Master.php | Mandatory file not found.");
}
 
2475System/Error.php function( $code, $message, $file, $line, $context ) use ( $self, &$catchSurpressedErrors ) {
54System/Controller.php php_error\ErrorHandler->php_error\{closure}()
54System/Controller.php include()
17Applications/Default/Controller/main.phpFOM_Controller->render()
88System/Master.php Main->_show()
164System/Master.php exec_method()
24index.php require_once( "/data/web/e41924/html/oberstaller-sammer.at/System/Master.php" )

session

construct controller
=>
1714078641

request

X-Varnish
=>
"213726661"
Accept-Encoding
=>
"gzip"
Surrogate-Capability
=>
"key=ESI/1.0"
X-Remote-Ip
=>
"18.222.179.186"
X-Forwarded-Port
=>
"443"
X-Forwarded-Proto
=>
"https"
User-Agent
=>
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
Accept
=>
"*/*"
Host
=>
"www.oberstaller-sammer.at"

response

server

TEMP
=>
"/data/web/e41924/phptmp"
TMPDIR
=>
"/data/web/e41924/phptmp"
TMP
=>
"/data/web/e41924/phptmp"
USER
=>
"e41924"
HOME
=>
"/data/web/e41924"
SCRIPT_NAME
=>
"/index.php"
REQUEST_URI
=>
"/%2520_blank"
QUERY_STRING
=>
""
REQUEST_METHOD
=>
"GET"
SERVER_PROTOCOL
=>
"HTTP/1.1"
GATEWAY_INTERFACE
=>
"CGI/1.1"
REDIRECT_URL
=>
"/%20_blank"
REMOTE_PORT
=>
"42840"
SCRIPT_FILENAME
=>
"/data/web/e41924/html/oberstaller-sammer.at/index.php"
SERVER_ADMIN
=>
"[no address given]"
CONTEXT_DOCUMENT_ROOT
=>
"/data/web/e41924/html/oberstaller-sammer.at"
CONTEXT_PREFIX
=>
""
REQUEST_SCHEME
=>
"http"
DOCUMENT_ROOT
=>
"/data/web/e41924/html/oberstaller-sammer.at"
REMOTE_ADDR
=>
"18.222.179.186"
SERVER_PORT
=>
"443"
SERVER_ADDR
=>
"10.128.255.3"
SERVER_NAME
=>
"www.oberstaller-sammer.at"
SERVER_SOFTWARE
=>
"Apache"
SERVER_SIGNATURE
=>
""
PATH
=>
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
HTTP_X_VARNISH
=>
"213726661"
HTTP_ACCEPT_ENCODING
=>
"gzip"
HTTP_SURROGATE_CAPABILITY
=>
"key=ESI/1.0"
HTTP_X_REMOTE_IP
=>
"18.222.179.186"
HTTP_X_FORWARDED_PORT
=>
"443"
HTTP_X_FORWARDED_PROTO
=>
"https"
HTTP_USER_AGENT
=>
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_ACCEPT
=>
"*/*"
HTTP_HOST
=>
"www.oberstaller-sammer.at"
PHP_ADMIN_VALUE
=>
"open_basedir=/data/web/e41924/html/oberstaller-sammer.at:/data/web/e41924/phpsession:/data/web/e41924/phptmp:/tmp:/usr/bin"
SCRIPT_URI
=>
"http://www.oberstaller-sammer.at:443/%20_blank"
SCRIPT_URL
=>
"/%20_blank"
HTTPS
=>
"on"
QS_ConnectionId
=>
"17140786056100040462957"
QS_AllConn
=>
"28"
QS_SrvConn
=>
"28"
UNIQUE_ID
=>
"ZirDsQyT6-arftgtB_vkqgAAAGg"
REDIRECT_STATUS
=>
"200"
REDIRECT_PHP_ADMIN_VALUE
=>
"open_basedir=/data/web/e41924/html/oberstaller-sammer.at:/data/web/e41924/phpsession:/data/web/e41924/phptmp:/tmp:/usr/bin"
REDIRECT_SCRIPT_URI
=>
"http://www.oberstaller-sammer.at:443/%20_blank"
REDIRECT_SCRIPT_URL
=>
"/%20_blank"
REDIRECT_HTTPS
=>
"on"
REDIRECT_QS_ConnectionId
=>
"17140786056100040462957"
REDIRECT_QS_AllConn
=>
"28"
REDIRECT_QS_SrvConn
=>
"28"
REDIRECT_UNIQUE_ID
=>
"ZirDsQyT6-arftgtB_vkqgAAAGg"
FCGI_ROLE
=>
"RESPONDER"
PHP_SELF
=>
"/index.php"
REQUEST_TIME_FLOAT
=>
1714078641.407584
REQUEST_TIME
=>
1714078641