I need a solution on how to proceed in fixing this Wordpress error:Fatal error: Uncaught Error: Cannot use string offset as an array code sample line 586: $widget['panels_info']['widget_index'] = $i;
Asked
Active
Viewed 88 times
0
-
1Well, what's on line 586 of renderer.php? – WillardSolutions Aug 13 '17 at 02:02
-
Possible duplicate of [PHP: "Notice: Undefined variable", "Notice: Undefined index", and "Notice: Undefined offset"](https://stackoverflow.com/questions/4261133/php-notice-undefined-variable-notice-undefined-index-and-notice-undef) – Pavel Janicek Aug 15 '17 at 14:01
-
@EatPeanutButter I added the code – jos Aug 15 '17 at 14:12
-
I still don't know what line 586 says. Have you done any debugging on this at all? – WillardSolutions Aug 15 '17 at 15:12
-
I couldn`t find a sub-file named rendered in my WP contents folders as in '/inc/renderer' in the warning message I got – jos Aug 15 '17 at 18:05