Upgrade Problem
Permalink
Hi,
I am trying to upgrade some old code to concreate5 version 8.3.
By the process of elimination I discovered that this line of code
is generating this error
However, looking up the indicated line it looks like it should be an array.
So I am not sure how to fix this.
Any suggestions?
I am trying to upgrade some old code to concreate5 version 8.3.
By the process of elimination I discovered that this line of code
\Config::save('ENABLE_CACHE', 0);
is generating this error
However, looking up the indicated line it looks like it should be an array.
76 array_set($current, $item, $value); 77 78 $renderer = new Renderer($current);
So I am not sure how to fix this.
Any suggestions?