@vansebas
This is osclass bug.
Go to oc-includes/osclass/model/Region.php
Find this line:
public function findByName($name, $country = null)
Replace it with:
public function findByName($name, $country = null)
{
if(trim($name) == '') {
return array();
}
Will be fixed in next osclass version