Hi,

I'm trying display a view by views_embed_view() function, but I get e error:

Notice: Array to string conversion in array_diff_assoc() (line 206 of /home3/xptoboxc/public_html/drupal/sites/all/modules/views/plugins/views_plugin_cache.inc). =>
Notice: Array to string conversion in array_diff_assoc() (line 213 of /home3/xptoboxc/public_html/drupal/sites/all/modules/views/plugins/views_plugin_cache.inc). =>
Notice: Array to string conversion in array_diff_assoc() (line 218 of /home3/xptoboxc/public_html/drupal/sites/all/modules/views/plugins/views_plugin_cache.inc). =>

my code:

print views_embed_view('last_opinions');

Comments

dawehner’s picture

Maybe it helps if you attached the export code of the view, but spontaneous I can't tell you where the problem could be.

Island Usurper’s picture

Status: Active » Closed (duplicate)