Bugs: Browse | Download .csv | Submit New
While installing sf-active from CVS (checked out yesterday) following the guide at http://docs.indymedia.org/view/Devel/ActiveSfInstalling98#8_Setting_up_the_website I came across this: $ php ~/sf-active/sitename/scripts/cli_all_includes.php Warning: in_array(): Wrong datatype for second argument in /home/sfa/sf-active/shared/classes/producer_class.inc on line 487 This message is echoed 12 times in a row. producer_class.inc, line 487, is: if($check && in_array($check, $GLOBALS['build_sites'])){ So $GLOBALS['build_sites'] is no array.
Add A Comment:
Date: 2005-12-30 19:35 Sender: Bart M seems to be fixed. can't reproduce it atm. it doesn't appear to happen with the install script we use now.