5. Whoops\Exception\ErrorException
…/­application/­modules/­frontend/­controllers/­RerunController.php121
4. Whoops\Run handleError
…/­application/­modules/­frontend/­controllers/­RerunController.php121
3. RerunController detail
…/­application/­core/­application.php154
2. Application loadModule
…/­application/­core/­application.php100
1. Application handler_frontend
…/­application/­core/­application.php77
0. Application __construct
…/­public/­index.php46

Whoops \ Exception \ ErrorException (E_WARNING)

Callstack information; navigate with mouse or keyboard using Ctrl+↑ or Ctrl+↓
Copy-to-clipboard button
Exception message and its type
Code snippet where the error was thrown
Server state information
Application provided context information
Whoops\Exception\ErrorException thrown with message "Missing argument 1 for RerunController::detail(), called in /var/www/www.thisiscat.com/www_front/application/core/application.php on line 154 and defined" Stacktrace: #5 Whoops\Exception\ErrorException in /var/www/www.thisiscat.com/www_front/application/modules/frontend/controllers/RerunController.php:121 #4 Whoops\Run:handleError in /var/www/www.thisiscat.com/www_front/application/modules/frontend/controllers/RerunController.php:121 #3 RerunController:detail in /var/www/www.thisiscat.com/www_front/application/core/application.php:154 #2 Application:loadModule in /var/www/www.thisiscat.com/www_front/application/core/application.php:100 #1 Application:handler_frontend in /var/www/www.thisiscat.com/www_front/application/core/application.php:77 #0 Application:__construct in /var/www/www.thisiscat.com/www_front/public/index.php:46

Missing argument 1 for RerunController::detail(), called in /var/www/www.thisiscat.com/www_front/application/core/application.php on line 154 and defined

/var/www/www.thisiscat.com/www_front/application/modules/frontend/controllers/RerunController.php
 
        $url = URL_SERVICE."rerun/categories";
        $data = $this->getdata($url);
        return $data;
    }
 
 
    public function detail($id){
        $BannerBillboard = $this->getbanner(146);
        $topslide = $this->getbanner(157);
/var/www/www.thisiscat.com/www_front/application/modules/frontend/controllers/RerunController.php
 
        $url = URL_SERVICE."rerun/categories";
        $data = $this->getdata($url);
        return $data;
    }
 
 
    public function detail($id){
        $BannerBillboard = $this->getbanner(146);
        $topslide = $this->getbanner(157);
/var/www/www.thisiscat.com/www_front/application/core/application.php
					
				} else if (!empty($nameParams1)) {
					// Call the method and pass arguments to it
					call_user_func_array(array($objController, $nameAction), array($nameParams1) );
					
				} else {
					// If no parameters are given, just call the method without parameters, like $this->home->method();
					$objController->{$nameAction}();
				}

/var/www/www.thisiscat.com/www_front/application/core/application.php
					
		}else{
					
			//assign module class
			$vars['module'] = 'frontend';
			
			//load app
			$this->loadModule($vars);			
		}
 		
/var/www/www.thisiscat.com/www_front/application/core/application.php
				$allowedMethods = $routeInfo[1];
				header("HTTP/1.0 405 Method Not Allowed");
				echo "Error ".$allowedMethods." Method Not Allowed";
				break;
			case FastRoute\Dispatcher::FOUND:
				$handler = $routeInfo[1];
				$vars = $routeInfo[2];
				echo $this->$handler($vars);
				break;
		}				
/var/www/www.thisiscat.com/www_front/public/index.php
// load application class
require APP . 'core/application.php';
require APP . 'core/controller.php';
require APP . 'core/tablecontroller.php';

// start the application
$app = new Application();
 
empty
empty
empty
empty
empty
Key Value
REDIRECT_QS_SrvConn 30
REDIRECT_QS_AllConn 30
REDIRECT_QS_ConnectionId 17116363104553930018441
REDIRECT_UNIQUE_ID ZgV-VlN@bUPCG70ak2QCIAAAAAA
REDIRECT_STATUS 200
QS_SrvConn 30
QS_AllConn 30
QS_ConnectionId 17116363104553930018441
UNIQUE_ID ZgV-VlN@bUPCG70ak2QCIAAAAAA
HTTP_X_FORWARDED_HOST www.thisiscat.com
HTTP_X_FORWARDED_SERVER www.thisiscat.com
HTTP_X_FORWARDED_FOR 18.204.214.205
HTTP_X_FORWARDED_PROTO http
HTTP_HOST 111.223.32.168:8083
HTTP_CONNECTION close
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
SERVER_SIGNATURE
SERVER_SOFTWARE Apache/2.4.6 (CentOS) mod_qos/11.70 PHP/5.4.16
SERVER_NAME www.thisiscat.tk
SERVER_ADDR 111.223.32.168
SERVER_PORT 80
REMOTE_ADDR 111.223.32.168
DOCUMENT_ROOT /var/www/www.thisiscat.com/www_front/public/
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /var/www/www.thisiscat.com/www_front/public/
SERVER_ADMIN root@becteroradio.com
SCRIPT_FILENAME /var/www/www.thisiscat.com/www_front/public/index.php
REMOTE_PORT 3287
REDIRECT_URL /rerun/detail/
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /rerun/detail/
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711636310.455
REQUEST_TIME 1711636310
empty
0. Whoops\Handler\PrettyPageHandler