ErrorException
PHP 8.3.119.52.20
file_put_contents(/var/www/html/framework/storage/framework/sessions/UO2uF7OlOCNyaqY0z8bp5UDq3gZROOWZ9eZ4XGlT): Failed to open stream: No space left on device
 / var / www / html / index.php: 51
| Register The Auto Loader
|--------------------------------------------------------------------------
|
| Composer provides a convenient, automatically generated class loader for
| this application. We just need to utilize it! We'll simply require it
| into the script here so we don't need to manually load our classes.
|
*/

require __DIR__.'/framework/vendor/autoload.php';

/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request using
| the application's HTTP kernel. Then, we will send the response back
| to this client's browser, allowing them to enjoy our application.
|
*/

$app = require_once __DIR__.'/framework/bootstrap/app.php';

$kernel = $app->make(Kernel::class);

$response = $kernel->handle($request = Request::capture())->send();

$kernel->terminate($request, $response);

App

Routing

Controller
App\Http\Controllers\ReportsController@reportsDetails
Route name
reports-details-page
Middleware
  • web
  • locale

Request

http://www.fortunebusinessinsights.com/home-fitness-equipment-market-101366
GET
curl "http://www.fortunebusinessinsights.com/home-fitness-equipment-market-101366" \
   -X GET \
   -H 'connection: Keep-Alive' \
   -H 'sec-fetch-mode: navigate' \
   -H 'sec-fetch-user: ?1' \
   -H 'priority: u=0, i' \
   -H 'accept-encoding: gzip, br' \
   -H 'cf-ray: a141f059ed1f8a9e-NRT' \
   -H 'sec-fetch-dest: document' \
   -H 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="126", "Google Chrome";v="126"' \
   -H 'sec-ch-ua-mobile: ?0' \
   -H 'sec-ch-ua-platform: "Windows"' \
   -H 'accept-language: en-US,en;q=0.9' \
   -H 'upgrade-insecure-requests: 1' \
   -H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36' \
   -H 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \
   -H 'sec-fetch-site: none' \
   -H 'x-forwarded-for: 153.121.55.14' \
   -H 'cdn-loop: cloudflare; loops=1' \
   -H 'cf-connecting-ip: 153.121.55.14' \
   -H 'cf-ipcountry: JP' \
   -H 'cf-visitor: {"scheme":"https"}' \
   -H 'x-forwarded-proto: https' \
   -H 'host: www.fortunebusinessinsights.com';

Browser

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Headers

connection
Keep-Alive
sec-fetch-mode
navigate
sec-fetch-user
?1
priority
u=0, i
accept-encoding
gzip, br
cf-ray
a141f059ed1f8a9e-NRT
sec-fetch-dest
document
sec-ch-ua
" Not A;Brand";v="99", "Chromium";v="126", "Google Chrome";v="126"
sec-ch-ua-mobile
?0
sec-ch-ua-platform
"Windows"
accept-language
en-US,en;q=0.9
upgrade-insecure-requests
1
user-agent
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
accept
text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
sec-fetch-site
none
x-forwarded-for
153.121.55.14
cdn-loop
cloudflare; loops=1
cf-connecting-ip
153.121.55.14
cf-ipcountry
JP
cf-visitor
{"scheme":"https"}
x-forwarded-proto
https
host
www.fortunebusinessinsights.com

Body

[]

Context

Versions

Php Version
8.3.11
Laravel Version
9.52.20
Laravel Locale
en
Laravel Config Cached
false
App Debug
true
App Env
production
11:21:43 AM
Runtime 6.71ms
Connection mongodb
report_live.find({"report_id":101366},{"limit":1,"projection":{"report_id":true,"slug":true,"slug_url":true,"title":true,"toc_status":true,"type":true,"company_analysed_status":true,"infographics":true,"cat_names":true,"last_updated":true,"ReportFormat":true,"study_period":true,"baseYear":true,"historical_data":true,"no_of_pages":true,"visibility":true,"parent_cat_obj":true,"market_insight_slug":true,"prod_date":true,"faq_question_answer":true,"companies_analysed":true,"description":true,"meta_title":true,"meta_description":true,"meta_tags":true,"charts_data":true,"related_reports":true,"covid19_related":true,"duck_report":true,"images":true,"display_slug":true,"author_data":true,"regional_data":true,"rel_client_data":true,"related_reports_data":true,"featured_images_data":true,"region":true,"rtd_status":true,"pipedrive_report_status":true,"infographics_chart_data":true,"cagr":true,"summary_key_highlight":true},"typeMap":{"root":"array","document":"array"}})