When doing anything admin on the site, once a single sponsor is added, the cod_sponsors_exhibits.views.inc throws the following error:
PHP Fatal error: Unsupported operand types in /modules/cod_support/cod_sponsors/modules/cod_sponsors_exhibits/views/cod_sponsors_exhibits.views.inc on line 58
The cause appears to be that $handler->display->display_options['style_options']['info'] has no data, so is not an array and cannot be joined with another array.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2856059-cod-sponsors-exhibits.patch | 1.24 KB | robbmlewis |
Comments
Comment #2
robbmlewis commentedFixed the error by checking if the variable exists.