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
Comment #1
dawehnerMaybe it helps if you attached the export code of the view, but spontaneous I can't tell you where the problem could be.
Comment #2
Island Usurper commentedLooks like it's the same as #1511396: php 5.4 and "Notice: Array to string conversion".