warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\drupaltek\modules\i18n\i18ntaxonomy\i18ntaxonomy.module on line 578.

Comments

Alan Oliveira’s picture

recoverable fatal error: Object of class stdClass could not be converted to string in ...\modules\search\search.pages.inc on line 102.

Alan Oliveira’s picture

Title: bug on taxonomy.module » bug on search.module
Version: 6.x-1.x-dev » 6.x-1.0-beta1

recoverable fatal error: Object of class stdClass could not be converted to string in ...\modules\node\node.module on line 1804.

Alan Oliveira’s picture

Status: Active » Fixed

Problem solved

just disable the MULTILINGUAL POLL

and add the

if ( ! is_array($view->field)) { return; }

on line 578

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.