Advanced search
Log In | New Account   
Home My Page Project Tree Code Snippets Project Openings sf-active
Summary Forums Tracker Lists Tasks Docs Surveys News SCM Files

Bugs: Browse | Download .csv | Submit New

[#147] Wrong datatype for second argument in shared/classes/producer_class.inc on line 487

Date:
2005-10-24 00:29
Priority:
3
State:
Closed
Submitted By:
Alster
Assigned To:
Nobody (None)
Summary:
Wrong datatype for second argument in shared/classes/producer_class.inc on line 487

Detailed description
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: Notepad

Followup

Message
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.

Related Tasks:

No Related Tasks

Attached Files:

No Files Currently Attached

Changes:

Field Old Value Date By
status_idOpen2005-12-30 19:35pseudopunk
close_date2005-12-30 19:352005-12-30 19:35pseudopunk

Powered By GForge Collaborative Development Environment