Download & Extend

Views Plugin Cache Array to string conversion in array_diff_assoc()

Project:Views
Version:7.x-3.5
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (duplicate)

Issue Summary

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:

<?php
print views_embed_view('last_opinions');
?>

Comments

#1

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

#2

Status:active» closed (duplicate)

Looks like it's the same as #1511396: php 5.4 and "Notice: Array to string conversion".