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

nedjo’s picture

Status: Active » Postponed (maintainer needs more info)

I 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?

nedjo’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)