Fuel\Core\PhpErrorException [ Warning ]:
Invalid argument supplied for foreach()
304
305 // pre-process all defined partials
306 foreach ($this->partials as $key => $partials)
307 {
308 $output = '';
309 foreach ($partials as $index => $partial)
310 {
311 // render the partial
312 $output .= $partial->render();
313 }
314
where to find the error
It looks like you're new here. If you want to get involved, click one of these buttons!