Geen idee hoe het komt dat deze error erop komt of hoe ik dit kan voorkomen iemand suggesties? het stukje code:
foreach($osArray as $possibleOs){
//lets try to find a match with our visistor user.
if(stristr($this->browserInfo,$possibleOs['identificationTag'])==true){
$this->osId=$possibleOs['id'];
}
}
Waarschijnlijk is of $this->browserInfo of $possibleOs['identificationTag'] leeg of een lege string. Controleer daar eens op met een [php]var_dump[/php] of [php]assert[/php]