The server returned a "500 - Whoops, looks like something went wrong."
/**
* Act on a query being started.
*
* @param string $sql The SQL to be executed.
* @param object[]|null $boundParams List of bound params, used with the query.
* Each item is an object that holds: value, dataType
*
* @return void
*
* @since 2.0.0
*/
public function startQuery(string $sql, ?array $boundParams = null): void
{
$this->logs[] = $sql;
// Dereference bound parameters to prevent reporting wrong value when reusing the same query object.
$this->boundParams[] = unserialize(serialize($boundParams));
$this->callStacks[] = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
$this->memoryLogs[] = memory_get_usage();
$this->timings[] = microtime(true);
}
/**
* Act on a query being stopped.
*
* @return void
*
* @since 2.0.0
*/
public function stopQuery(): void
{
$this->timings[] = microtime(true);
$this->memoryLogs[] = memory_get_usage();
}
/**
* Get the logged call stacks.
*
"Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes)"
}
/**
* Special case to deal with Fatal errors and the like.
*
* @return void
*/
public function handleShutdown()
{
// If we reached this step, we are in shutdown handler.
// An exception thrown in a shutdown handler will not be propagated
// to the exception handler. Pass that information along.
$this->canThrowExceptions = false;
$error = $this->system->getLastError();
if ($error && Misc::isLevelFatal($error['type'])) {
// If there was a fatal error,
// it was not handled in handleError yet.
$this->allowQuit = false;
$this->handleError(
$error['type'],
$error['message'],
$error['file'],
$error['line']
);
}
}
/**
* @param InspectorFactoryInterface $factory
*
* @return void
*/
public function setInspectorFactory(InspectorFactoryInterface $factory)
{
$this->inspectorFactory = $factory;
}
public function addFrameFilter($filterCallback)
}
// Propagate error to the next handler.
if ($this->platformExceptionHandler) {
call_user_func_array($this->platformExceptionHandler, [&$exception]);
}
}
/**
* Special case to deal with Fatal errors and the like.
*/
public function handleShutdown()
{
$handler = $this->whoopsShutdownHandler;
$error = $this->getLastError();
// Ignore core warnings and errors.
if ($error && !($error['type'] & (E_CORE_WARNING | E_CORE_ERROR))) {
$handler();
}
}
}
| Key | Value |
| id | "7"
|
| view | "category"
|
| Key | Value |
| joomla | "TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzg3MzEzNDg0O3M6NDoibGFzdCI7aToxNzg3MzEzNDg0O3M6Mzoibm93IjtpOjE3ODczMTM0ODQ7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9"
|
| Key | Value |
| PATH | "/usr/local/bin:/usr/bin:/bin"
|
| TEMP | "/tmp"
|
| TMP | "/tmp"
|
| TMPDIR | "/tmp"
|
| PWD | "/"
|
| LSCAPI_CRIU_SYNC_FD | "7"
|
| DOCUMENT_ROOT | "/home/udqb0598/dys10.fr"
|
| HTTP_ACCEPT | "*/*"
|
| CONTENT_LENGTH | "0"
|
| HTTP_HOST | "dys10.fr"
|
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
|
| HTTP_X_COUNTRY_CODE | "US"
|
| HTTP_X_AUTONOMOUS_SYSTEM | "16509"
|
| HTTP_X_REAL_IP | "216.73.217.2"
|
| HTTP_X_FORWARDED_PROTO | "https"
|
| HTTP_X_FORWARDED_PORT | "443"
|
| HTTP_X_SSL | "yes"
|
| HTTP_X_HTTPS | "1"
|
| UNIQUE_ID | "aog9TI553248VfmagAUfswAAAI8"
|
| SCRIPT_URL | "/index.php/blog-dys-10"
|
| SCRIPT_URI | "https://dys10.fr/index.php/blog-dys-10"
|
| HTTPS | "on"
|
| SSL_TLS_SNI | "dys10.fr"
|
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache"
|
| SERVER_NAME | "dys10.fr"
|
| SERVER_ADDR | "109.234.165.90"
|
| SERVER_PORT | "443"
|
| REMOTE_ADDR | "216.73.217.2"
|
| REQUEST_SCHEME | "https"
|
| CONTEXT_PREFIX | "" |
| CONTEXT_DOCUMENT_ROOT | "/home/udqb0598/dys10.fr"
|
| SERVER_ADMIN | "webmaster@dys10fr.udqb0598.odns.fr"
|
| SCRIPT_FILENAME | "/home/udqb0598/dys10.fr/index.php"
|
| REMOTE_PORT | "23984"
|
| SERVER_PROTOCOL | "HTTP/1.1"
|
| REQUEST_METHOD | "GET"
|
| QUERY_STRING | "id=7&view=category"
|
| REQUEST_URI | "/index.php/blog-dys-10?id=7&view=category"
|
| SCRIPT_NAME | "/index.php"
|
| PATH_INFO | "/blog-dys-10"
|
| PATH_TRANSLATED | "/home/udqb0598/dys10.fr/blog-dys-10"
|
| PHP_SELF | "/index.php"
|
| REQUEST_TIME_FLOAT | 1787313484.7332
|
| REQUEST_TIME | 1787313484
|