PHP Warning: Illegal string offset
-
Getting this spammed constantly in the error logs.
Errors on size, style and colour.[18-Oct-2014 08:21:40 Africa/Harare] PHP Warning: Illegal string offset ‘size’ in /home4/drakcore/public_html/DB/wp-content/plugins/wysija-newsletters/helpers/render_engine.php on line 109
[18-Oct-2014 08:21:40 Africa/Harare] PHP Warning: Illegal string offset ‘style’ in /home4/drakcore/public_html/DB/wp-content/plugins/wysija-newsletters/helpers/render_engine.php on line 109
[18-Oct-2014 08:21:40 Africa/Harare] PHP Warning: Illegal string offset ‘color’ in /home4/drakcore/public_html/DB/wp-content/plugins/wysija-newsletters/helpers/render_engine.php on line 109——-
Looked at the file and this is the code at line 109 in that file.if (isset($vars['border'])) $result[] = 'border: ' . $vars['border']['size'] . ' ' . $vars['border']['style'] . ' ' . $vars['border']['color'] . ';';
- The topic ‘PHP Warning: Illegal string offset’ is closed to new replies.