Closed (cannot reproduce)
Project:
Open Outreach
Version:
7.x-1.0-beta8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2012 at 11:50 UTC
Updated:
22 Jun 2012 at 00:59 UTC
I did a local install of 7x-1.0 Beta on my Ubuntu/Apache box. Install took awhile, but it seems to work until I try to add any content.
Throws this error Recoverable fatal error: Argument 2 passed to SelectQuery::fields() must be an array, null given, called in /var/www/openoutreach/includes/entity.inc on line 284 and defined in SelectQuery->fields() (line 1300 of /var/www/openoutreach/includes/database/select.inc).
public function fields($table_alias, array $fields = array()) { is the function called in select.inc $query->f$query->fields('base', $entity_fields);
Comments
Comment #1
nedjoSome similar bug reports:
Comment #2
nedjoI can't reproduce this problem. Can you please provide details on what you did, what happened, and what errors appeared? For example, what type of content did you try to create?
Comment #3
nedjo