^ GuzzleHttp\Exception\ServerException {#29
-request : GuzzleHttp\Psr7 \ Request {#17
-method : "GET "
-requestTarget : null
-uri : GuzzleHttp\Psr7 \ Uri {#13
-scheme : "https "
-userInfo : ""
-host : "lebanco.net "
-port : null
-path : "/myapi/proverbe/home "
-query : ""
-fragment : ""
}
-headers : array:2 [
"User-Agent " => array:1 [
0 => "GuzzleHttp/6.5.5 curl/8.7.1 PHP/8.0.30 "
]
"Host " => array:1 [
0 => "lebanco.net "
]
]
-headerNames : array:2 [
"user-agent " => "User-Agent "
"host " => "Host "
]
-protocol : "1.1 "
-stream : GuzzleHttp\Psr7 \ Stream {#16
-stream : stream resource @39
wrapper_type : "PHP "
stream_type : "TEMP "
mode : "w+b "
unread_bytes : 0
seekable : true
uri : "php://temp "
options : []
}
-size : 0
-seekable : true
-readable : true
-writable : true
-uri : "php://temp "
-customMetadata : []
}
}
-response : GuzzleHttp\Psr7 \ Response {#25
-reasonPhrase : "Internal Server Error "
-statusCode : 500
-headers : array:6 [
"Date " => array:1 [
0 => "Fri, 16 May 2025 06:30:52 GMT "
]
"Server " => array:1 [
0 => "Apache "
]
"Vary " => array:1 [
0 => "Accept-Encoding,User-Agent "
]
"Connection " => array:1 [
0 => "close "
]
"Transfer-Encoding " => array:1 [
0 => "chunked "
]
"Content-Type " => array:1 [
0 => "text/html; charset=UTF-8 "
]
]
-headerNames : array:6 [
"date " => "Date "
"server " => "Server "
"vary " => "Vary "
"connection " => "Connection "
"transfer-encoding " => "Transfer-Encoding "
"content-type " => "Content-Type "
]
-protocol : "1.1 "
-stream : GuzzleHttp\Psr7 \ Stream {#22
-stream : stream resource @45
wrapper_type : "PHP "
stream_type : "TEMP "
mode : "w+b "
unread_bytes : 0
seekable : true
uri : "php://temp "
options : []
}
-size : 147517
-seekable : true
-readable : true
-writable : true
-uri : "php://temp "
-customMetadata : []
}
}
-handlerContext : []
#message : """
Server error: `GET https://lebanco.net/myapi/proverbe/home` resulted in a `500 Internal Server Error` response:\n
<!-- Notice: fwrite(): Write of 507 bytes failed with errno=28 No space left on device (500 Internal Server Error) -->\n
< (truncated...)\n
"""
#code : 500
#file : "/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Exception/RequestException.php "
#line : 113
trace : {
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Exception/RequestException.php:113 {
GuzzleHttp\Exception \ RequestException::create(RequestInterface $request, ResponseInterface $response = null, Exception $previous = null, array $ctx = []) …
›
› return new $className($message, $request, $response, $previous, $ctx);
› }
}
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Middleware.php:65 {
GuzzleHttp\Middleware::GuzzleHttp \ {closure} …
› }
› throw RequestException::create($request, $response);
› }
arguments : {
$request : GuzzleHttp\Psr7 \ Request {#17 }
$response : GuzzleHttp\Psr7 \ Response {#25 }
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:203 {
GuzzleHttp\Promise \ Promise::callHandler($index, $value, array $handler) …
› if (isset($handler[$index])) {
› $promise->resolve($handler[$index]($value));
› } elseif ($index === 1) {
arguments : {
GuzzleHttp\Psr7 \ Response {#25 }
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:156 {
GuzzleHttp\Promise\Promise::GuzzleHttp\Promise \ {closure} …
› foreach ($handlers as $handler) {
› self::callHandler($id, $value, $handler);
› }
arguments : {
$index : 1
$value : GuzzleHttp\Psr7 \ Response {#25 }
$handler : array:3 [ …3]
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/TaskQueue.php:47 {
GuzzleHttp\Promise \ TaskQueue->run() …
› while ($task = array_shift($this->queue)) {
› $task();
› }
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:246 {
GuzzleHttp\Promise \ Promise->invokeWaitFn() …
› $this->waitFn = null;
› $wfn(true);
› } catch (\Exception $reason) {
arguments : {
true
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:223 {
GuzzleHttp\Promise \ Promise->waitIfPending() …
› } elseif ($this->waitFn) {
› $this->invokeWaitFn();
› } elseif ($this->waitList) {
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:267 {
GuzzleHttp\Promise \ Promise->invokeWaitList() …
› while (true) {
› $result->waitIfPending();
›
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:225 {
GuzzleHttp\Promise \ Promise->waitIfPending() …
› } elseif ($this->waitList) {
› $this->invokeWaitList();
› } else {
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:62 {
GuzzleHttp\Promise \ Promise->wait($unwrap = true) …
› {
› $this->waitIfPending();
›
}
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Client.php:182 {
GuzzleHttp \ Client->request($method, $uri = '', array $options = []) …
› $options[RequestOptions::SYNCHRONOUS] = true;
› return $this->requestAsync($method, $uri, $options)->wait();
› }
}
/home/lebancon/public_html / photos_view.php:27 {
› try {
› $response = $client->request('GET', API_URL.'/proverbe/home')->getBody()->getContents();
› $proverbes = json_decode($response, true);
arguments : {
$method : "GET "
$uri : "https://lebanco.net/myapi/proverbe/home "
}
}
}
}
^ GuzzleHttp\Exception\ServerException {#202
-request : GuzzleHttp\Psr7 \ Request {#151
-method : "GET "
-requestTarget : null
-uri : GuzzleHttp\Psr7 \ Uri {#34
-scheme : "https "
-userInfo : ""
-host : "lebanco.net "
-port : null
-path : "/myapi/filinfo/home "
-query : ""
-fragment : ""
}
-headers : array:2 [
"User-Agent " => array:1 [
0 => "GuzzleHttp/6.5.5 curl/8.7.1 PHP/8.0.30 "
]
"Host " => array:1 [
0 => "lebanco.net "
]
]
-headerNames : array:2 [
"user-agent " => "User-Agent "
"host " => "Host "
]
-protocol : "1.1 "
-stream : GuzzleHttp\Psr7 \ Stream {#38
-stream : stream resource @101
wrapper_type : "PHP "
stream_type : "TEMP "
mode : "w+b "
unread_bytes : 0
seekable : true
uri : "php://temp "
options : []
}
-size : 0
-seekable : true
-readable : true
-writable : true
-uri : "php://temp "
-customMetadata : []
}
}
-response : GuzzleHttp\Psr7 \ Response {#204
-reasonPhrase : "Internal Server Error "
-statusCode : 500
-headers : array:6 [
"Date " => array:1 [
0 => "Fri, 16 May 2025 06:30:54 GMT "
]
"Server " => array:1 [
0 => "Apache "
]
"Vary " => array:1 [
0 => "Accept-Encoding,User-Agent "
]
"Connection " => array:1 [
0 => "close "
]
"Transfer-Encoding " => array:1 [
0 => "chunked "
]
"Content-Type " => array:1 [
0 => "text/html; charset=UTF-8 "
]
]
-headerNames : array:6 [
"date " => "Date "
"server " => "Server "
"vary " => "Vary "
"connection " => "Connection "
"transfer-encoding " => "Transfer-Encoding "
"content-type " => "Content-Type "
]
-protocol : "1.1 "
-stream : GuzzleHttp\Psr7 \ Stream {#206
-stream : stream resource @103
wrapper_type : "PHP "
stream_type : "TEMP "
mode : "w+b "
unread_bytes : 0
seekable : true
uri : "php://temp "
options : []
}
-size : 147517
-seekable : true
-readable : true
-writable : true
-uri : "php://temp "
-customMetadata : []
}
}
-handlerContext : []
#message : """
Server error: `GET https://lebanco.net/myapi/filinfo/home` resulted in a `500 Internal Server Error` response:\n
<!-- Notice: fwrite(): Write of 507 bytes failed with errno=28 No space left on device (500 Internal Server Error) -->\n
< (truncated...)\n
"""
#code : 500
#file : "/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Exception/RequestException.php "
#line : 113
trace : {
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Exception/RequestException.php:113 {
GuzzleHttp\Exception \ RequestException::create(RequestInterface $request, ResponseInterface $response = null, Exception $previous = null, array $ctx = []) …
›
› return new $className($message, $request, $response, $previous, $ctx);
› }
}
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Middleware.php:65 {
GuzzleHttp\Middleware::GuzzleHttp \ {closure} …
› }
› throw RequestException::create($request, $response);
› }
arguments : {
$request : GuzzleHttp\Psr7 \ Request {#151 }
$response : GuzzleHttp\Psr7 \ Response {#204 }
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:203 {
GuzzleHttp\Promise \ Promise::callHandler($index, $value, array $handler) …
› if (isset($handler[$index])) {
› $promise->resolve($handler[$index]($value));
› } elseif ($index === 1) {
arguments : {
GuzzleHttp\Psr7 \ Response {#204 }
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:156 {
GuzzleHttp\Promise\Promise::GuzzleHttp\Promise \ {closure} …
› foreach ($handlers as $handler) {
› self::callHandler($id, $value, $handler);
› }
arguments : {
$index : 1
$value : GuzzleHttp\Psr7 \ Response {#204 }
$handler : array:3 [ …3]
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/TaskQueue.php:47 {
GuzzleHttp\Promise \ TaskQueue->run() …
› while ($task = array_shift($this->queue)) {
› $task();
› }
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:246 {
GuzzleHttp\Promise \ Promise->invokeWaitFn() …
› $this->waitFn = null;
› $wfn(true);
› } catch (\Exception $reason) {
arguments : {
true
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:223 {
GuzzleHttp\Promise \ Promise->waitIfPending() …
› } elseif ($this->waitFn) {
› $this->invokeWaitFn();
› } elseif ($this->waitList) {
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:267 {
GuzzleHttp\Promise \ Promise->invokeWaitList() …
› while (true) {
› $result->waitIfPending();
›
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:225 {
GuzzleHttp\Promise \ Promise->waitIfPending() …
› } elseif ($this->waitList) {
› $this->invokeWaitList();
› } else {
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:62 {
GuzzleHttp\Promise \ Promise->wait($unwrap = true) …
› {
› $this->waitIfPending();
›
}
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Client.php:182 {
GuzzleHttp \ Client->request($method, $uri = '', array $options = []) …
› $options[RequestOptions::SYNCHRONOUS] = true;
› return $this->requestAsync($method, $uri, $options)->wait();
› }
}
/home/lebancon/public_html / photos_view.php:36 {
› try {
› $response = $client->request('GET', API_URL.'/filinfo/home')->getBody()->getContents();
› $filinfos = json_decode($response, true);
arguments : {
$method : "GET "
$uri : "https://lebanco.net/myapi/filinfo/home "
}
}
}
}
^ GuzzleHttp\Exception\ServerException {#216
-request : GuzzleHttp\Psr7 \ Request {#166
-method : "GET "
-requestTarget : null
-uri : GuzzleHttp\Psr7 \ Uri {#153
-scheme : "https "
-userInfo : ""
-host : "lebanco.net "
-port : null
-path : "/myapi/actualites-categories/10/home "
-query : ""
-fragment : ""
}
-headers : array:2 [
"User-Agent " => array:1 [
0 => "GuzzleHttp/6.5.5 curl/8.7.1 PHP/8.0.30 "
]
"Host " => array:1 [
0 => "lebanco.net "
]
]
-headerNames : array:2 [
"user-agent " => "User-Agent "
"host " => "Host "
]
-protocol : "1.1 "
-stream : GuzzleHttp\Psr7 \ Stream {#196
-stream : stream resource @108
wrapper_type : "PHP "
stream_type : "TEMP "
mode : "w+b "
unread_bytes : 0
seekable : true
uri : "php://temp "
options : []
}
-size : 0
-seekable : true
-readable : true
-writable : true
-uri : "php://temp "
-customMetadata : []
}
}
-response : GuzzleHttp\Psr7 \ Response {#218
-reasonPhrase : "Internal Server Error "
-statusCode : 500
-headers : array:6 [
"Date " => array:1 [
0 => "Fri, 16 May 2025 06:30:54 GMT "
]
"Server " => array:1 [
0 => "Apache "
]
"Vary " => array:1 [
0 => "Accept-Encoding,User-Agent "
]
"Connection " => array:1 [
0 => "close "
]
"Transfer-Encoding " => array:1 [
0 => "chunked "
]
"Content-Type " => array:1 [
0 => "text/html; charset=UTF-8 "
]
]
-headerNames : array:6 [
"date " => "Date "
"server " => "Server "
"vary " => "Vary "
"connection " => "Connection "
"transfer-encoding " => "Transfer-Encoding "
"content-type " => "Content-Type "
]
-protocol : "1.1 "
-stream : GuzzleHttp\Psr7 \ Stream {#220
-stream : stream resource @110
wrapper_type : "PHP "
stream_type : "TEMP "
mode : "w+b "
unread_bytes : 0
seekable : true
uri : "php://temp "
options : []
}
-size : 147517
-seekable : true
-readable : true
-writable : true
-uri : "php://temp "
-customMetadata : []
}
}
-handlerContext : []
#message : """
Server error: `GET https://lebanco.net/myapi/actualites-categories/10/home` resulted in a `500 Internal Server Error` response:\n
<!-- Notice: fwrite(): Write of 507 bytes failed with errno=28 No space left on device (500 Internal Server Error) -->\n
< (truncated...)\n
"""
#code : 500
#file : "/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Exception/RequestException.php "
#line : 113
trace : {
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Exception/RequestException.php:113 {
GuzzleHttp\Exception \ RequestException::create(RequestInterface $request, ResponseInterface $response = null, Exception $previous = null, array $ctx = []) …
›
› return new $className($message, $request, $response, $previous, $ctx);
› }
}
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Middleware.php:65 {
GuzzleHttp\Middleware::GuzzleHttp \ {closure} …
› }
› throw RequestException::create($request, $response);
› }
arguments : {
$request : GuzzleHttp\Psr7 \ Request {#166 }
$response : GuzzleHttp\Psr7 \ Response {#218 }
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:203 {
GuzzleHttp\Promise \ Promise::callHandler($index, $value, array $handler) …
› if (isset($handler[$index])) {
› $promise->resolve($handler[$index]($value));
› } elseif ($index === 1) {
arguments : {
GuzzleHttp\Psr7 \ Response {#218 }
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:156 {
GuzzleHttp\Promise\Promise::GuzzleHttp\Promise \ {closure} …
› foreach ($handlers as $handler) {
› self::callHandler($id, $value, $handler);
› }
arguments : {
$index : 1
$value : GuzzleHttp\Psr7 \ Response {#218 }
$handler : array:3 [ …3]
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/TaskQueue.php:47 {
GuzzleHttp\Promise \ TaskQueue->run() …
› while ($task = array_shift($this->queue)) {
› $task();
› }
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:246 {
GuzzleHttp\Promise \ Promise->invokeWaitFn() …
› $this->waitFn = null;
› $wfn(true);
› } catch (\Exception $reason) {
arguments : {
true
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:223 {
GuzzleHttp\Promise \ Promise->waitIfPending() …
› } elseif ($this->waitFn) {
› $this->invokeWaitFn();
› } elseif ($this->waitList) {
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:267 {
GuzzleHttp\Promise \ Promise->invokeWaitList() …
› while (true) {
› $result->waitIfPending();
›
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:225 {
GuzzleHttp\Promise \ Promise->waitIfPending() …
› } elseif ($this->waitList) {
› $this->invokeWaitList();
› } else {
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:62 {
GuzzleHttp\Promise \ Promise->wait($unwrap = true) …
› {
› $this->waitIfPending();
›
}
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Client.php:182 {
GuzzleHttp \ Client->request($method, $uri = '', array $options = []) …
› $options[RequestOptions::SYNCHRONOUS] = true;
› return $this->requestAsync($method, $uri, $options)->wait();
› }
}
/home/lebancon/public_html / photos_view.php:41 {
› try {
› $response = $client->request('GET', API_URL.'/actualites-categories/10/home')->getBody()->getContents();
› $fanicos = json_decode($response, true);
arguments : {
$method : "GET "
$uri : "https://lebanco.net/myapi/actualites-categories/10/home "
}
}
}
}
^ GuzzleHttp\Exception\ServerException {#230
-request : GuzzleHttp\Psr7 \ Request {#138
-method : "GET "
-requestTarget : null
-uri : GuzzleHttp\Psr7 \ Uri {#168
-scheme : "https "
-userInfo : ""
-host : "lebanco.net "
-port : null
-path : "/myapi/gallery_home "
-query : ""
-fragment : ""
}
-headers : array:2 [
"User-Agent " => array:1 [
0 => "GuzzleHttp/6.5.5 curl/8.7.1 PHP/8.0.30 "
]
"Host " => array:1 [
0 => "lebanco.net "
]
]
-headerNames : array:2 [
"user-agent " => "User-Agent "
"host " => "Host "
]
-protocol : "1.1 "
-stream : GuzzleHttp\Psr7 \ Stream {#210
-stream : stream resource @115
wrapper_type : "PHP "
stream_type : "TEMP "
mode : "w+b "
unread_bytes : 0
seekable : true
uri : "php://temp "
options : []
}
-size : 0
-seekable : true
-readable : true
-writable : true
-uri : "php://temp "
-customMetadata : []
}
}
-response : GuzzleHttp\Psr7 \ Response {#232
-reasonPhrase : "Internal Server Error "
-statusCode : 500
-headers : array:6 [
"Date " => array:1 [
0 => "Fri, 16 May 2025 06:30:54 GMT "
]
"Server " => array:1 [
0 => "Apache "
]
"Vary " => array:1 [
0 => "Accept-Encoding,User-Agent "
]
"Connection " => array:1 [
0 => "close "
]
"Transfer-Encoding " => array:1 [
0 => "chunked "
]
"Content-Type " => array:1 [
0 => "text/html; charset=UTF-8 "
]
]
-headerNames : array:6 [
"date " => "Date "
"server " => "Server "
"vary " => "Vary "
"connection " => "Connection "
"transfer-encoding " => "Transfer-Encoding "
"content-type " => "Content-Type "
]
-protocol : "1.1 "
-stream : GuzzleHttp\Psr7 \ Stream {#234
-stream : stream resource @117
wrapper_type : "PHP "
stream_type : "TEMP "
mode : "w+b "
unread_bytes : 0
seekable : true
uri : "php://temp "
options : []
}
-size : 147517
-seekable : true
-readable : true
-writable : true
-uri : "php://temp "
-customMetadata : []
}
}
-handlerContext : []
#message : """
Server error: `GET https://lebanco.net/myapi/gallery_home` resulted in a `500 Internal Server Error` response:\n
<!-- Notice: fwrite(): Write of 507 bytes failed with errno=28 No space left on device (500 Internal Server Error) -->\n
< (truncated...)\n
"""
#code : 500
#file : "/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Exception/RequestException.php "
#line : 113
trace : {
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Exception/RequestException.php:113 {
GuzzleHttp\Exception \ RequestException::create(RequestInterface $request, ResponseInterface $response = null, Exception $previous = null, array $ctx = []) …
›
› return new $className($message, $request, $response, $previous, $ctx);
› }
}
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Middleware.php:65 {
GuzzleHttp\Middleware::GuzzleHttp \ {closure} …
› }
› throw RequestException::create($request, $response);
› }
arguments : {
$request : GuzzleHttp\Psr7 \ Request {#138 }
$response : GuzzleHttp\Psr7 \ Response {#232 }
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:203 {
GuzzleHttp\Promise \ Promise::callHandler($index, $value, array $handler) …
› if (isset($handler[$index])) {
› $promise->resolve($handler[$index]($value));
› } elseif ($index === 1) {
arguments : {
GuzzleHttp\Psr7 \ Response {#232 }
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:156 {
GuzzleHttp\Promise\Promise::GuzzleHttp\Promise \ {closure} …
› foreach ($handlers as $handler) {
› self::callHandler($id, $value, $handler);
› }
arguments : {
$index : 1
$value : GuzzleHttp\Psr7 \ Response {#232 }
$handler : array:3 [ …3]
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/TaskQueue.php:47 {
GuzzleHttp\Promise \ TaskQueue->run() …
› while ($task = array_shift($this->queue)) {
› $task();
› }
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:246 {
GuzzleHttp\Promise \ Promise->invokeWaitFn() …
› $this->waitFn = null;
› $wfn(true);
› } catch (\Exception $reason) {
arguments : {
true
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:223 {
GuzzleHttp\Promise \ Promise->waitIfPending() …
› } elseif ($this->waitFn) {
› $this->invokeWaitFn();
› } elseif ($this->waitList) {
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:267 {
GuzzleHttp\Promise \ Promise->invokeWaitList() …
› while (true) {
› $result->waitIfPending();
›
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:225 {
GuzzleHttp\Promise \ Promise->waitIfPending() …
› } elseif ($this->waitList) {
› $this->invokeWaitList();
› } else {
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:62 {
GuzzleHttp\Promise \ Promise->wait($unwrap = true) …
› {
› $this->waitIfPending();
›
}
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Client.php:182 {
GuzzleHttp \ Client->request($method, $uri = '', array $options = []) …
› $options[RequestOptions::SYNCHRONOUS] = true;
› return $this->requestAsync($method, $uri, $options)->wait();
› }
}
/home/lebancon/public_html / photos_view.php:46 {
› try {
› $response = $client->request('GET', API_URL.'/gallery_home')->getBody()->getContents();
› $galleries = json_decode($response, true);
arguments : {
$method : "GET "
$uri : "https://lebanco.net/myapi/gallery_home "
}
}
}
}
^ GuzzleHttp\Exception\ServerException {#244
-request : GuzzleHttp\Psr7 \ Request {#162
-method : "GET "
-requestTarget : null
-uri : GuzzleHttp\Psr7 \ Uri {#152
-scheme : "https "
-userInfo : ""
-host : "lebanco.net "
-port : null
-path : "/myapi/gallery/1004 "
-query : ""
-fragment : ""
}
-headers : array:2 [
"User-Agent " => array:1 [
0 => "GuzzleHttp/6.5.5 curl/8.7.1 PHP/8.0.30 "
]
"Host " => array:1 [
0 => "lebanco.net "
]
]
-headerNames : array:2 [
"user-agent " => "User-Agent "
"host " => "Host "
]
-protocol : "1.1 "
-stream : GuzzleHttp\Psr7 \ Stream {#224
-stream : stream resource @122
wrapper_type : "PHP "
stream_type : "TEMP "
mode : "w+b "
unread_bytes : 0
seekable : true
uri : "php://temp "
options : []
}
-size : 0
-seekable : true
-readable : true
-writable : true
-uri : "php://temp "
-customMetadata : []
}
}
-response : GuzzleHttp\Psr7 \ Response {#246
-reasonPhrase : "Internal Server Error "
-statusCode : 500
-headers : array:6 [
"Date " => array:1 [
0 => "Fri, 16 May 2025 06:30:55 GMT "
]
"Server " => array:1 [
0 => "Apache "
]
"Vary " => array:1 [
0 => "Accept-Encoding,User-Agent "
]
"Connection " => array:1 [
0 => "close "
]
"Transfer-Encoding " => array:1 [
0 => "chunked "
]
"Content-Type " => array:1 [
0 => "text/html; charset=UTF-8 "
]
]
-headerNames : array:6 [
"date " => "Date "
"server " => "Server "
"vary " => "Vary "
"connection " => "Connection "
"transfer-encoding " => "Transfer-Encoding "
"content-type " => "Content-Type "
]
-protocol : "1.1 "
-stream : GuzzleHttp\Psr7 \ Stream {#248
-stream : stream resource @124
wrapper_type : "PHP "
stream_type : "TEMP "
mode : "w+b "
unread_bytes : 0
seekable : true
uri : "php://temp "
options : []
}
-size : 147517
-seekable : true
-readable : true
-writable : true
-uri : "php://temp "
-customMetadata : []
}
}
-handlerContext : []
#message : """
Server error: `GET https://lebanco.net/myapi/gallery/1004` resulted in a `500 Internal Server Error` response:\n
<!-- Notice: fwrite(): Write of 507 bytes failed with errno=28 No space left on device (500 Internal Server Error) -->\n
< (truncated...)\n
"""
#code : 500
#file : "/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Exception/RequestException.php "
#line : 113
trace : {
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Exception/RequestException.php:113 {
GuzzleHttp\Exception \ RequestException::create(RequestInterface $request, ResponseInterface $response = null, Exception $previous = null, array $ctx = []) …
›
› return new $className($message, $request, $response, $previous, $ctx);
› }
}
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Middleware.php:65 {
GuzzleHttp\Middleware::GuzzleHttp \ {closure} …
› }
› throw RequestException::create($request, $response);
› }
arguments : {
$request : GuzzleHttp\Psr7 \ Request {#162 }
$response : GuzzleHttp\Psr7 \ Response {#246 }
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:203 {
GuzzleHttp\Promise \ Promise::callHandler($index, $value, array $handler) …
› if (isset($handler[$index])) {
› $promise->resolve($handler[$index]($value));
› } elseif ($index === 1) {
arguments : {
GuzzleHttp\Psr7 \ Response {#246 }
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:156 {
GuzzleHttp\Promise\Promise::GuzzleHttp\Promise \ {closure} …
› foreach ($handlers as $handler) {
› self::callHandler($id, $value, $handler);
› }
arguments : {
$index : 1
$value : GuzzleHttp\Psr7 \ Response {#246 }
$handler : array:3 [ …3]
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/TaskQueue.php:47 {
GuzzleHttp\Promise \ TaskQueue->run() …
› while ($task = array_shift($this->queue)) {
› $task();
› }
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:246 {
GuzzleHttp\Promise \ Promise->invokeWaitFn() …
› $this->waitFn = null;
› $wfn(true);
› } catch (\Exception $reason) {
arguments : {
true
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:223 {
GuzzleHttp\Promise \ Promise->waitIfPending() …
› } elseif ($this->waitFn) {
› $this->invokeWaitFn();
› } elseif ($this->waitList) {
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:267 {
GuzzleHttp\Promise \ Promise->invokeWaitList() …
› while (true) {
› $result->waitIfPending();
›
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:225 {
GuzzleHttp\Promise \ Promise->waitIfPending() …
› } elseif ($this->waitList) {
› $this->invokeWaitList();
› } else {
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:62 {
GuzzleHttp\Promise \ Promise->wait($unwrap = true) …
› {
› $this->waitIfPending();
›
}
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Client.php:182 {
GuzzleHttp \ Client->request($method, $uri = '', array $options = []) …
› $options[RequestOptions::SYNCHRONOUS] = true;
› return $this->requestAsync($method, $uri, $options)->wait();
› }
}
/home/lebancon/public_html / photos_view.php:54 {
›
› $response = $client->request('GET', API_URL.'/gallery/'.$_GET['id'])->getBody()->getContents();
›
arguments : {
$method : "GET "
$uri : "https://lebanco.net/myapi/gallery/1004 "
}
}
}
}
^ GuzzleHttp\Exception\ServerException {#258
-request : GuzzleHttp\Psr7 \ Request {#142
-method : "GET "
-requestTarget : null
-uri : GuzzleHttp\Psr7 \ Uri {#167
-scheme : "https "
-userInfo : ""
-host : "lebanco.net "
-port : null
-path : "/myapi/gallery_photo/1004 "
-query : ""
-fragment : ""
}
-headers : array:2 [
"User-Agent " => array:1 [
0 => "GuzzleHttp/6.5.5 curl/8.7.1 PHP/8.0.30 "
]
"Host " => array:1 [
0 => "lebanco.net "
]
]
-headerNames : array:2 [
"user-agent " => "User-Agent "
"host " => "Host "
]
-protocol : "1.1 "
-stream : GuzzleHttp\Psr7 \ Stream {#238
-stream : stream resource @129
wrapper_type : "PHP "
stream_type : "TEMP "
mode : "w+b "
unread_bytes : 0
seekable : true
uri : "php://temp "
options : []
}
-size : 0
-seekable : true
-readable : true
-writable : true
-uri : "php://temp "
-customMetadata : []
}
}
-response : GuzzleHttp\Psr7 \ Response {#260
-reasonPhrase : "Internal Server Error "
-statusCode : 500
-headers : array:6 [
"Date " => array:1 [
0 => "Fri, 16 May 2025 06:30:55 GMT "
]
"Server " => array:1 [
0 => "Apache "
]
"Vary " => array:1 [
0 => "Accept-Encoding,User-Agent "
]
"Connection " => array:1 [
0 => "close "
]
"Transfer-Encoding " => array:1 [
0 => "chunked "
]
"Content-Type " => array:1 [
0 => "text/html; charset=UTF-8 "
]
]
-headerNames : array:6 [
"date " => "Date "
"server " => "Server "
"vary " => "Vary "
"connection " => "Connection "
"transfer-encoding " => "Transfer-Encoding "
"content-type " => "Content-Type "
]
-protocol : "1.1 "
-stream : GuzzleHttp\Psr7 \ Stream {#262
-stream : stream resource @131
wrapper_type : "PHP "
stream_type : "TEMP "
mode : "w+b "
unread_bytes : 0
seekable : true
uri : "php://temp "
options : []
}
-size : 147517
-seekable : true
-readable : true
-writable : true
-uri : "php://temp "
-customMetadata : []
}
}
-handlerContext : []
#message : """
Server error: `GET https://lebanco.net/myapi/gallery_photo/1004` resulted in a `500 Internal Server Error` response:\n
<!-- Notice: fwrite(): Write of 507 bytes failed with errno=28 No space left on device (500 Internal Server Error) -->\n
< (truncated...)\n
"""
#code : 500
#file : "/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Exception/RequestException.php "
#line : 113
trace : {
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Exception/RequestException.php:113 {
GuzzleHttp\Exception \ RequestException::create(RequestInterface $request, ResponseInterface $response = null, Exception $previous = null, array $ctx = []) …
›
› return new $className($message, $request, $response, $previous, $ctx);
› }
}
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Middleware.php:65 {
GuzzleHttp\Middleware::GuzzleHttp \ {closure} …
› }
› throw RequestException::create($request, $response);
› }
arguments : {
$request : GuzzleHttp\Psr7 \ Request {#142 }
$response : GuzzleHttp\Psr7 \ Response {#260 }
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:203 {
GuzzleHttp\Promise \ Promise::callHandler($index, $value, array $handler) …
› if (isset($handler[$index])) {
› $promise->resolve($handler[$index]($value));
› } elseif ($index === 1) {
arguments : {
GuzzleHttp\Psr7 \ Response {#260 }
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:156 {
GuzzleHttp\Promise\Promise::GuzzleHttp\Promise \ {closure} …
› foreach ($handlers as $handler) {
› self::callHandler($id, $value, $handler);
› }
arguments : {
$index : 1
$value : GuzzleHttp\Psr7 \ Response {#260 }
$handler : array:3 [ …3]
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/TaskQueue.php:47 {
GuzzleHttp\Promise \ TaskQueue->run() …
› while ($task = array_shift($this->queue)) {
› $task();
› }
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:246 {
GuzzleHttp\Promise \ Promise->invokeWaitFn() …
› $this->waitFn = null;
› $wfn(true);
› } catch (\Exception $reason) {
arguments : {
true
}
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:223 {
GuzzleHttp\Promise \ Promise->waitIfPending() …
› } elseif ($this->waitFn) {
› $this->invokeWaitFn();
› } elseif ($this->waitList) {
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:267 {
GuzzleHttp\Promise \ Promise->invokeWaitList() …
› while (true) {
› $result->waitIfPending();
›
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:225 {
GuzzleHttp\Promise \ Promise->waitIfPending() …
› } elseif ($this->waitList) {
› $this->invokeWaitList();
› } else {
}
/home/lebancon/public_html/vendor /guzzlehttp/promises/ src/Promise.php:62 {
GuzzleHttp\Promise \ Promise->wait($unwrap = true) …
› {
› $this->waitIfPending();
›
}
/home/lebancon/public_html/vendor /guzzlehttp/guzzle/ src/Client.php:182 {
GuzzleHttp \ Client->request($method, $uri = '', array $options = []) …
› $options[RequestOptions::SYNCHRONOUS] = true;
› return $this->requestAsync($method, $uri, $options)->wait();
› }
}
/home/lebancon/public_html / photos_view.php:66 {
›
› $response = $client->request('GET', API_URL.'/gallery_photo/'.$_GET['id'])->getBody()->getContents();
› $photos = json_decode($response, true);
arguments : {
$method : "GET "
$uri : "https://lebanco.net/myapi/gallery_photo/1004 "
}
}
}
}
Warning : Undefined variable $photos in /home/lebancon/public_html/photos_view.php on line 84
Warning : Trying to access array offset on value of type null in /home/lebancon/public_html/photos_view.php on line 84
Warning : Trying to access array offset on value of type null in /home/lebancon/public_html/photos_view.php on line 84
Warning : Undefined variable $gallery in /home/lebancon/public_html/photos_view.php on line 115
Warning : Trying to access array offset on value of type null in /home/lebancon/public_html/photos_view.php on line 115
- Galerie de photos - Lebanco.net
Warning : Undefined variable $gallery in /home/lebancon/public_html/photos_view.php on line 267
Warning : Trying to access array offset on value of type null in /home/lebancon/public_html/photos_view.php on line 267
Publié le :
Warning : Undefined variable $gallery in /home/lebancon/public_html/photos_view.php on line 272
Warning : Trying to access array offset on value of type null in /home/lebancon/public_html/photos_view.php on line 272
jeudi 1 janvier 1970
Warning : Undefined variable $photos in /home/lebancon/public_html/photos_view.php on line 371
Warning : foreach() argument must be of type array|object, null given in /home/lebancon/public_html/photos_view.php on line 371
Warning : Undefined variable $galleries in /home/lebancon/public_html/photos_view.php on line 407
Warning : foreach() argument must be of type array|object, null given in /home/lebancon/public_html/photos_view.php on line 407
FIL INFO
Warning : Undefined variable $filinfos in
/home/lebancon/public_html/photos_view.php on line
484
Warning : foreach() argument must be of type array|object, null given in
/home/lebancon/public_html/photos_view.php on line
484
Fanico
Warning : Undefined variable $fanicos in
/home/lebancon/public_html/photos_view.php on line
503
Fatal error : Uncaught TypeError: array_slice(): Argument #1 ($array) must be of type array, null given in /home/lebancon/public_html/photos_view.php:503
Stack trace:
#0 /home/lebancon/public_html/photos_view.php(503): array_slice(NULL, 0, 4)
#1 {main}
thrown in
/home/lebancon/public_html/photos_view.php on line
503