I am working on a new module and just received the following notice message when I was trying to open the admin html grid.
1 |
Notice: Array to string conversion in /var/www/html/{VirtualHost}/app/design/adminhtml/default/default/template/widget/grid.phtml on line 161 |
The reason of this message is that I just copied the Grid.php from another entity that contains different database columns. So I just removed columns which are not defined in install-0.0.1.php ( especially columns with a custom renderer ) to fix the problem.