Skip to Content.
Sympa Menu

cc-devel - [cc-devel] [ cctools-Bugs-3428066 ] CEditorials::OnGetSysTags() expected to be a reference

cc-devel AT lists.ibiblio.org

Subject: Developer discussion for Creative Commons technology and tools

List archive

Chronological Thread  
  • From: SourceForge.net <noreply AT sourceforge.net>
  • To: SourceForge.net <noreply AT sourceforge.net>
  • Subject: [cc-devel] [ cctools-Bugs-3428066 ] CEditorials::OnGetSysTags() expected to be a reference
  • Date: Tue, 25 Oct 2011 15:11:57 +1100

Bugs item #3428066, was opened at 2011-10-25 15:11
Message generated for change (Tracker Item Submitted) made by botheredbybees
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=3428066&group_id=80503

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: cchost
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: botheredByBees (botheredbybees)
Assigned to: Victor Stone (fourstones)
Summary: CEditorials::OnGetSysTags() expected to be a reference

Initial Comment:
Just did a fresh install of 5.1 on a test server running PHP
5.3.6-13ubuntu3.2 with Suhosin-Patch (cli) (built: Oct 13 2011 23:09:42)

ERROR(2) "/var/www/cchost/cchost_lib/cc-events.php"(222):
Parameter 2 to CCEditorials::OnGetSysTags() expected to be a
reference, value given [DATE & TIME][127.0.0.1][/submit/samples] An
error occurred

Replaced line 222 with:

//Rather stupid Hack for the call_user_func_array();
$Args = array();
foreach($args as $k => &$arg){
$Args[$k] = &$arg;
}
//End Hack
$results[] = call_user_func_array($callback,$Args);

all seems to be working ok now

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=3428066&group_id=80503



  • [cc-devel] [ cctools-Bugs-3428066 ] CEditorials::OnGetSysTags() expected to be a reference, SourceForge . net, 10/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page