guyk Posted December 23, 2008 Share Posted December 23, 2008 in AdminImport, the calls array_walk($info, array('this', 'fillInfo'), $category);makes apache crash (undefined error) on windows xampp even with the latest php buildI replaced the call with (here in import category) foreach($info as $key=>$value) $this->fillInfo($value, $key, $category);for a fixit is probably a php bug like http://bugs.php.net/bug.php?id=31720does anybody has the same bug ?if it is the case maybe it is worth to open a bugtrack caseGK Link to comment Share on other sites More sharing options...
Recommended Posts