wtf ?
ive never seen this error before today, its not using sessions, and when i search for it on the web, a whole bunch of pages have it, with many seeming to be regular pages that have died.
anyone know whats going on ?
some code :
$arrData = $this->$arData;
$strName = $arrData['Name'];
$strDOB = $arrData['DOB'];
$n = new clsNumerology;
//echo date("h:i:s") . "<BR>";
$arrData['Full_Destiny'] = $n->full($strName);
$arrData['Single_Destiny'] = $n->calc($strName);
$arrData['Full_HeartsDesire'] = $n->hdc($strName,1);
$arrData['Single_HeartsDesire'] = $n->hdc($strName,2);
only gives the error from the first $n object call onwards.