Error

We're sorry, but an unhandled error occurred. Please see the details below.

Undefined offset: 1

/home/users/grabo/public_html/_nowa_www/seo.php line 525

	$astitle = str_replace('Stoły bukowe -', '', $astitle);
}
 
if(strstr($_SERVER['REQUEST_URI'], '/lozka/')) {
	$wz = '#<title>(.*) - (.*) - Grabo</title>#Umsi';
	preg_match($wz, $f, $title);
	$astitle = 'Łóżko bukowe '.$title[1].' - Grabo';
}
 
	if($astitle != '') {        
		$wzor2 = '|<title>([^<]*)<\/title>|Usmi';
		$wzor3 = '<title>'. $astitle .'</title>'."\n";
		$f = preg_replace($wzor2, $wzor3, $f);

Stack trace

# Called Code Document Line
3 seo_buffer()
2 ob_end_flush() ~/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php 1249
1 Symfony\Component\HttpFoundation\Response::closeOutputBuffers() ~/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php 381
0 Symfony\Component\HttpFoundation\Response->send() ~/index.php 50