WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-477-14fec37-29ded7.MAI' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-477-14fec37-29ded8.MAI' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Disk full (/tmp/#sql-temptable-477-14fec37-29ded9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Disk full (/tmp/#sql-temptable-477-14fec37-29deda.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-477-14fec37-29dedb.MAI' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Disk full (/tmp/#sql-temptable-477-14fec37-29dedc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Disk full (/tmp/#sql-temptable-477-14fec37-29dedd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-477-14fec37-29dede.MAI' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-477-14fec37-29dedf.MAI' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-477-14fec37-29dee0.MAI' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-477-14fec37-29dee1.MAI' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-477-14fec37-29dee2.MAI' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Disk full (/tmp/#sql-temptable-477-14fec37-29dee3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-477-14fec37-29dee4.MAI' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-477-14fec37-29dee5.MAI' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-477-14fec37-29dee6.MAI' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-477-14fec37-29dee7.MAI' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Disk full (/tmp/#sql-temptable-477-14fec37-29dee8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Disk full (/tmp/#sql-temptable-477-14fec37-29dee9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-477-14fec37-29deea.MAI' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-477-14fec37-29deeb.MAI' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-477-14fec37-29deec.MAI' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-477-14fec37-29deed.MAI' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Disk full (/tmp/#sql-temptable-477-14fec37-29deee.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Disk full (/tmp/#sql-temptable-477-14fec37-29deef.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [Disk full (/tmp/#sql-temptable-477-14fec37-29def0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
set_error_handler(function (...$args) {
return $this->customErrorHandler(...$args);
});
try {
$this->streamWrite($stream, $record);
} finally {
restore_error_handler();
}
if ($this->errorMessage !== null) {
$error = $this->errorMessage;
// close the resource if possible to reopen it, and retry the failed write
if (!$this->retrying && $this->url !== null && $this->url !== 'php://memory') {
$this->retrying = true;
$this->close();
$this->write($record);
return;
}
throw new \UnexpectedValueException('Writing to the log file failed: '.$error . Utils::getRecordMessageForException($record));
}
$this->retrying = false;
if ($this->useLocking) {
flock($stream, LOCK_UN);
}
}
/**
* Write to stream
* @param resource $stream
* @param array $record
*
* @phpstan-param FormattedRecord $record
*/
protected function streamWrite($stream, array $record): void
{
fwrite($stream, (string) $record['formatted']);
}
""" Writing to the log file failed: Write of 2267 bytes failed with errno=28 No space left on device\n The exception occurred while attempting to log: Cannot modify header information - headers already sent by (output started at /home/ppf-demo/releases/parispeaceforum.lademo.be/1756200531/web/wp/wp-includes/class-wpdb.php:1855)\n Context: {"exception":{}} """
// ignoring errors here, there's not much we can do about them
flock($stream, LOCK_EX);
}
$this->errorMessage = null;
set_error_handler(function (...$args) {
return $this->customErrorHandler(...$args);
});
try {
$this->streamWrite($stream, $record);
} finally {
restore_error_handler();
}
if ($this->errorMessage !== null) {
$error = $this->errorMessage;
// close the resource if possible to reopen it, and retry the failed write
if (!$this->retrying && $this->url !== null && $this->url !== 'php://memory') {
$this->retrying = true;
$this->close();
$this->write($record);
return;
}
throw new \UnexpectedValueException('Writing to the log file failed: '.$error . Utils::getRecordMessageForException($record));
}
$this->retrying = false;
if ($this->useLocking) {
flock($stream, LOCK_UN);
}
}
/**
* Write to stream
* @param resource $stream
* @param array $record
*
* @phpstan-param FormattedRecord $record
*/
use ProcessableHandlerTrait;
use FormattableHandlerTrait;
/**
* {@inheritDoc}
*/
public function handle(array $record): bool
{
if (!$this->isHandling($record)) {
return false;
}
if ($this->processors) {
/** @var Record $record */
$record = $this->processRecord($record);
}
$record['formatted'] = $this->getFormatter()->format($record);
$this->write($record);
return false === $this->bubble;
}
/**
* Writes the record down to the log of the implementing handler
*
* @phpstan-param FormattedRecord $record
*/
abstract protected function write(array $record): void;
/**
* @return void
*/
public function reset()
{
parent::reset();
$this->resetProcessors();
}
'level_name' => $levelName,
'channel' => $this->name,
'datetime' => $datetime ?? new DateTimeImmutable($this->microsecondTimestamps, $this->timezone),
'extra' => [],
];
try {
foreach ($this->processors as $processor) {
$record = $processor($record);
}
} catch (Throwable $e) {
$this->handleException($e, $record);
return true;
}
}
// once the record exists, send it to all handlers as long as the bubbling chain is not interrupted
try {
if (true === $handler->handle($record)) {
break;
}
} catch (Throwable $e) {
$this->handleException($e, $record);
return true;
}
}
} finally {
if ($this->detectCycles) {
if (isset($fiber)) {
$this->fiberLogDepth[$fiber]--;
} else {
$this->logDepth--;
}
}
}
return null !== $record;
}
*
* @param string|Stringable $message The log message
* @param mixed[] $context The log context
*/
public function warning($message, array $context = []): void
{
$this->addRecord(static::WARNING, (string) $message, $context);
}
/**
* Adds a log record at the ERROR level.
*
* This method allows for compatibility with common interfaces.
*
* @param string|Stringable $message The log message
* @param mixed[] $context The log context
*/
public function error($message, array $context = []): void
{
$this->addRecord(static::ERROR, (string) $message, $context);
}
/**
* Adds a log record at the CRITICAL level.
*
* This method allows for compatibility with common interfaces.
*
* @param string|Stringable $message The log message
* @param mixed[] $context The log context
*/
public function critical($message, array $context = []): void
{
$this->addRecord(static::CRITICAL, (string) $message, $context);
}
/**
* Adds a log record at the ALERT level.
*
* This method allows for compatibility with common interfaces.
*
* @param string $message
* @param array $context
* @return void
*/
public function critical($message, array $context = []): void
{
$this->driver()->critical($message, $context);
}
/**
* Runtime errors that do not require immediate action but should typically
* be logged and monitored.
*
* @param string $message
* @param array $context
* @return void
*/
public function error($message, array $context = []): void
{
$this->driver()->error($message, $context);
}
/**
* Exceptional occurrences that are not errors.
*
* Example: Use of deprecated APIs, poor use of an API, undesirable things
* that are not necessarily wrong.
*
* @param string $message
* @param array $context
* @return void
*/
public function warning($message, array $context = []): void
{
$this->driver()->warning($message, $context);
}
/**
* Normal but significant events.
*
foreach ($this->reportCallbacks as $reportCallback) {
if ($reportCallback->handles($e) && $reportCallback($e) === false) {
return;
}
}
try {
$logger = $this->container->make(LoggerInterface::class);
} catch (Exception $ex) {
throw $e;
}
$level = Arr::first(
$this->levels, fn ($level, $type) => $e instanceof $type, LogLevel::ERROR
);
$context = $this->buildExceptionContext($e);
method_exists($logger, $level)
? $logger->{$level}($e->getMessage(), $context)
: $logger->log($level, $e->getMessage(), $context);
}
/**
* Determine if the exception should be reported.
*
* @param \Throwable $e
* @return bool
*/
public function shouldReport(Throwable $e)
{
return ! $this->shouldntReport($e);
}
/**
* Determine if the exception is in the "do not report" list.
*
* @param \Throwable $e
* @return bool
*/
]);
});
}
/**
* Handle an uncaught exception from the application.
*
* Note: Most exceptions can be handled via the try / catch block in
* the HTTP and Console kernels. But, fatal error exceptions must
* be handled differently since they are not normal exceptions.
*
* @param \Throwable $e
* @return void
*/
public function handleException(Throwable $e)
{
self::$reservedMemory = null;
try {
$this->getExceptionHandler()->report($e);
} catch (Exception $e) {
$exceptionHandlerFailed = true;
}
if (static::$app->runningInConsole()) {
$this->renderForConsole($e);
if ($exceptionHandlerFailed ?? false) {
exit(1);
}
} else {
$this->renderHttpResponse($e);
}
}
/**
* Render an exception to the console.
*
* @param \Throwable $e
* @return void
| Key | Value |
| query_vars | array:1 [ "rest_route" => "/oembed/1.0/embed" ] |
| request | "wp-json/oembed/1.0/embed"
|
| matched_rule | "^wp-json/(.*)?"
|
| matched_query | "rest_route=/oembed%2F1.0%2Fembed"
|
| did_permalink | true
|
| Key | Value |
| current_post | -1
|
| before_loop | true
|
| current_comment | -1
|
| Key | Value |
| url | "https://parispeaceforum.lademo.be/fr/projets/digital-dilemmas-in-conflict-crises/"
|
| Key | Value |
| wp-wpml_current_language | "**"
|
| Key | Value |
| SERVER_SOFTWARE | "************"
|
| REQUEST_URI | "********************************************************************************************************************************"
|
| USER | "********"
|
| HOME | "**************"
|
| HTTP_ACCEPT_ENCODING | "***********************"
|
| HTTP_USER_AGENT | "*******************************************************************************************************"
|
| HTTP_ACCEPT | "***"
|
| HTTP_HOST | "*************************"
|
| REDIRECT_STATUS | "***"
|
| HTTPS | "**"
|
| SERVER_NAME | "*************************"
|
| SERVER_PORT | "***"
|
| SERVER_ADDR | "*************"
|
| REMOTE_PORT | "*****"
|
| REMOTE_ADDR | "**************"
|
| GATEWAY_INTERFACE | "*******"
|
| SERVER_PROTOCOL | "********"
|
| DOCUMENT_ROOT | "****************************************************************"
|
| DOCUMENT_URI | "**********"
|
| SCRIPT_NAME | "**********"
|
| SCRIPT_FILENAME | "**************************************************************************"
|
| CONTENT_LENGTH | "" |
| CONTENT_TYPE | "" |
| REQUEST_METHOD | "***"
|
| QUERY_STRING | "***************************************************************************************************"
|
| FCGI_ROLE | "*********"
|
| PHP_SELF | "**********"
|
| REQUEST_TIME_FLOAT | "***"
|
| REQUEST_TIME | "***"
|
| WP_ENV | "***********"
|
| WP_HOME | "*********************************"
|
| WP_SITEURL | "************************************"
|
| WP_MEMORY_LIMIT | "****"
|
| WP_POST_REVISIONS | "*"
|
| WP_CACHE | "*"
|
| DISABLE_WP_CRON | "*"
|
| FONTAWESOME_KIT | "**********"
|
| API_EVENT | "****"
|
| API_EVENT_CATEGORY | "***"
|
| API_KEY | "************************************"
|
| API_REJECTED_SCHEDULES | "*********"
|
| API_SCHEDULED | "*"
|
| API_SCHEDULE_CREATE | "****"
|
| API_SCHEDULE_UPDATE | "***"
|
| API_SCHEDULE_UPDATE_SESSIONS | "***"
|
| CP_DEBUG | "****"
|
| DB_NAME | "********"
|
| DB_USER | "********"
|
| DB_PASSWORD | "********************"
|
| DB_HOST | "*********"
|
| DB_COLLATE | "**********************"
|
| THEME_NAME | "**********"
|
| DLAB_SUB_DOMAIN | "***************"
|
| DLAB_NAME | "******************"
|
| DLAB_NETWORK | "*********"
|
| DLAB_DOMAIN | "**************"
|
| LOG_CHANNEL | "*****"
|
| COMPOSER_AUTH | "******************************************************************************************************************************************************************************************************"
|
| AUTH_KEY | "****************************************************************"
|
| SECURE_AUTH_KEY | "****************************************************************"
|
| LOGGED_IN_KEY | "****************************************************************"
|
| NONCE_KEY | "****************************************************************"
|
| AUTH_SALT | "****************************************************************"
|
| SECURE_AUTH_SALT | "****************************************************************"
|
| LOGGED_IN_SALT | "****************************************************************"
|
| NONCE_SALT | "****************************************************************"
|
| Key | Value |
| WP_ENV | "***********"
|
| WP_HOME | "*********************************"
|
| WP_SITEURL | "************************************"
|
| WP_MEMORY_LIMIT | "****"
|
| WP_POST_REVISIONS | "*"
|
| WP_CACHE | "*"
|
| DISABLE_WP_CRON | "*"
|
| FONTAWESOME_KIT | "**********"
|
| API_EVENT | "****"
|
| API_EVENT_CATEGORY | "***"
|
| API_KEY | "************************************"
|
| API_REJECTED_SCHEDULES | "*********"
|
| API_SCHEDULED | "*"
|
| API_SCHEDULE_CREATE | "****"
|
| API_SCHEDULE_UPDATE | "***"
|
| API_SCHEDULE_UPDATE_SESSIONS | "***"
|
| CP_DEBUG | "****"
|
| DB_NAME | "********"
|
| DB_USER | "********"
|
| DB_PASSWORD | "********************"
|
| DB_HOST | "*********"
|
| DB_COLLATE | "**********************"
|
| THEME_NAME | "**********"
|
| DLAB_SUB_DOMAIN | "***************"
|
| DLAB_NAME | "******************"
|
| DLAB_NETWORK | "*********"
|
| DLAB_DOMAIN | "**************"
|
| LOG_CHANNEL | "*****"
|
| COMPOSER_AUTH | "******************************************************************************************************************************************************************************************"
|
| AUTH_KEY | "****************************************************************"
|
| SECURE_AUTH_KEY | "****************************************************************"
|
| LOGGED_IN_KEY | "****************************************************************"
|
| NONCE_KEY | "****************************************************************"
|
| AUTH_SALT | "****************************************************************"
|
| SECURE_AUTH_SALT | "****************************************************************"
|
| LOGGED_IN_SALT | "****************************************************************"
|
| NONCE_SALT | "****************************************************************"
|