merhaba arkadaşlar.
/home/site/public_html/vqmod/vqcache/vq2-catalog_controller_common_header.php on line 68
Hatası alıyorum, hata kod yeri ise;
	
	
	
		
68 satır tam burası: if ($robot && strpos($this->request->server['HTTP_USER_AGENT'], trim($robot)) !== false) {
Yardım ederseniz sevinirim.
sorunu çözdüm,
bu kısmı sildim düzeldi
if ($robot && strpos($this->request->server['HTTP_USER_AGENT'], trim($robot)) !== false) {
$status = false;
break;
}
			
			/home/site/public_html/vqmod/vqcache/vq2-catalog_controller_common_header.php on line 68
Hatası alıyorum, hata kod yeri ise;
		Kod:
	
	// Daniel's robot detector
		$status = true;
		if (isset($this->request->server['HTTP_USER_AGENT'])) {
			$robots = explode("\n", trim($this->config->get('config_robots')));
			foreach ($robots as $robot) {
				if ($robot && strpos($this->request->server['HTTP_USER_AGENT'], trim($robot)) !== false) {
					$status = false;
					break;
				}
			}
		}
		// A dirty hack to try to set a cookie for the multi-store feature68 satır tam burası: if ($robot && strpos($this->request->server['HTTP_USER_AGENT'], trim($robot)) !== false) {
Yardım ederseniz sevinirim.
sorunu çözdüm,
bu kısmı sildim düzeldi
if ($robot && strpos($this->request->server['HTTP_USER_AGENT'], trim($robot)) !== false) {
$status = false;
break;
}
