file_put_contents(/var/www/storage/logs/livewire-crash.log): Failed to open stream: Permission denied
bootstrap/app.php
19 \App\Http\Middleware\TrustProxies::class,
20 ]);
21 })
22 ->withExceptions(function ($exceptions) {
23 $exceptions->report(function (Throwable $e) {
24 file_put_contents(
25 storage_path('logs/livewire-crash.log'),
26 '[' . now() . '] ' .
27 $e::class . ' | ' .
28 $e->getMessage() . ' | ' .
29 $e->getFile() . ':' . $e->getLine() . PHP_EOL .
30 $e->getTraceAsString() . PHP_EOL . str_repeat('-', 80) . PHP_EOL,
31 FILE_APPEND
32 );
33 });
34 })->create();
35
Illuminate\Foundation\Exceptions\ReportableHandler->__invoke(object(ErrorException))
Illuminate\Foundation\Exceptions\Handler->reportThrowable(object(ErrorException))
Illuminate\Foundation\Exceptions\Handler->report(object(ErrorException))
Illuminate\Foundation\Http\Kernel->reportException(object(ErrorException))
Illuminate\Foundation\Http\Kernel->handle(object(Illuminate\Http\Request))
Illuminate\Foundation\Application->handleRequest(object(Illuminate\Http\Request))
html/index.php
15
16// Bootstrap Laravel and handle the request...
17/** @var Application $app */
18$app = require_once __DIR__.'/../bootstrap/app.php';
19
20$app->handleRequest(Request::capture());
21
select * from `cache` where `key` in ('cmsbeta_cache_commanditaires')
select * from `directus_collections` where `biznumber` = '000700280' limit 1
select * from `directus_series` where `directus_series`.`collection_key` in (100833388) order by json_unquote(json_extract(`raw`, '$."season"')) asc
select * from `directus_products` where `slug` != '' and `slug` is not null and `biznumber` != '' and `biznumber` is not null and `title` != '' and `title` is not null and `directus_products`.`serie_key` in (100706381, 101047285, 101882125)
{
"any": "tfo.org/single/serie/000700280"
}
Illuminate\Http\Client\Response {#359 // app/Services/ApiDataService.php:147 #response: GuzzleHttp\Psr7\Response {#395 -reasonPhrase: "Internal Server Error" -statusCode: 500 -headers: array:6 [ "Cache-Control" => array:1 [ 0 => "no-cache, private" ] "Content-Type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "Date" => array:1 [ 0 => "Sun, 29 Mar 2026 12:28:36 GMT" ] "Server" => array:1 [ 0 => "nginx/1.25.3" ] "X-Powered-By" => array:1 [ 0 => "PHP/8.3.4" ] "Transfer-Encoding" => array:1 [ 0 => "chunked" ] ] -headerNames: array:6 [ "cache-control" => "Cache-Control" "content-type" => "Content-Type" "date" => "Date" "server" => "Server" "x-powered-by" => "X-Powered-By" "transfer-encoding" => "Transfer-Encoding" ] -protocol: "1.1" -stream: GuzzleHttp\Psr7\Stream {#391 -stream: stream resource @515 : "PHP" : "TEMP" : "w+b" : 0 : true : "php://temp" : [] } -size: null -seekable: true -readable: true -writable: true -uri: "php://temp" -customMetadata: [] } } #decoded: null #decodingFlags: ? int +cookies: GuzzleHttp\Cookie\CookieJar {#377 -cookies: [] -strictMode: false } +transferStats: GuzzleHttp\TransferStats {#396 -request: GuzzleHttp\Psr7\Request {#382 -method: "GET" -requestTarget: null -uri: GuzzleHttp\Psr7\Uri {#378 -scheme: "https" -userInfo: "" -host: "cms-universel.tfo.beta.lesaffranchis.ca" -port: null -path: "/api/tfo.org/single/serie/000700280" -query: "" -fragment: "" -composedComponents: "https://cms-universel.tfo.beta.lesaffranchis.ca/api/tfo.org/single/serie/000700280" } -headers: array:2 [ "User-Agent" => array:1 [ 0 => "GuzzleHttp/7" ] "Host" => array:1 [ 0 => "cms-universel.tfo.beta.lesaffranchis.ca" ] ] -headerNames: array:2 [ "user-agent" => "User-Agent" "host" => "Host" ] -protocol: "1.1" -stream: GuzzleHttp\Psr7\Stream {#381 -stream: stream resource @505 : "PHP" : "TEMP" : "w+b" : 0 : true : "php://temp" : [] } -size: 0 -seekable: true -readable: true -writable: true -uri: "php://temp" -customMetadata: [] } } -response: GuzzleHttp\Psr7\Response {#395} -transferTime: 3.687932 -handlerStats: array:41 [ "url" => "https://cms-universel.tfo.beta.lesaffranchis.ca/api/tfo.org/single/serie/000700280" "content_type" => "text/html; charset=UTF-8" "http_code" => 500 "header_size" => 224 "request_size" => 125 "filetime" => -1 "ssl_verify_result" => 0 "redirect_count" => 0 "total_time" => 3.687932 "namelookup_time" => 0.002295 "connect_time" => 0.003606 "pretransfer_time" => 0.208638 "size_upload" => 0.0 "size_download" => 1183848.0 "speed_download" => 321005.0 "speed_upload" => 0.0 "download_content_length" => -1.0 "upload_content_length" => 0.0 "starttransfer_time" => 3.656661 "redirect_time" => 0.0 "redirect_url" => "" "primary_ip" => "54.235.143.92" "certinfo" => [] "primary_port" => 443 "local_ip" => "172.20.0.25" "local_port" => 33682 "http_version" => 2 "protocol" => 2 "ssl_verifyresult" => 0 "scheme" => "HTTPS" "appconnect_time_us" => 208578 "connect_time_us" => 3606 "namelookup_time_us" => 2295 "pretransfer_time_us" => 208638 "redirect_time_us" => 0 "starttransfer_time_us" => 3656661 "total_time_us" => 3687932 "effective_method" => "GET" "capath" => "/etc/ssl/certs" "cainfo" => "/etc/ssl/certs/ca-certificates.crt" "appconnect_time" => 0.208578 ] -handlerErrorData: 0 } #truncateExceptionsAt: null }