Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /var/www/html/public/index.php on line 14

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/html/public/index.php on line 15

Warning: session_start(): Session cannot be started after headers have already been sent in /var/www/html/app/Services/Localization.php on line 13
Bosnian Real Estate
Internal Server Error
ErrorException
session_start(): Session cannot be started after headers have already been sent
app/Services/Localization.php :13
// Constructor with optional locale parameter
public function __construct($locale = null) {
// Start session if not already started
if (session_status() === PHP_SESSION_NONE) {
session_start();
}
// If a locale is provided, set it for the current session
if ($locale !== null) {
$this->setLocale($locale);
} else {
// If no locale is provided, use the one stored in session or default to 'en_US'
$this->locale = isset($_SESSION['locale']) ? $_SESSION['locale'] : 'en_US';
}
}
Request
GET /
Headers
host
bosnianrealestate.com
connection
keep-alive
pragma
no-cache
cache-control
no-cache
sec-ch-ua
"HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"
sec-ch-ua-mobile
?0
sec-ch-ua-platform
"Windows"
upgrade-insecure-requests
1
user-agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
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
sec-fetch-mode
navigate
sec-fetch-user
?1
sec-fetch-dest
document
accept-encoding
gzip, deflate, br, zstd
Body
No body data
Application
Routing
controller
App\Http\Controllers\HomeController@index
route name
home
Database Queries
No query data