S
S
staspligov2016-09-07 14:48:44
Laravel
staspligov, 2016-09-07 14:48:44

When deploying a site to Laravel, an error pops up, how to fix it?

Deployed the site (CMS on Laravel samopis), Gets an
error:
* Get an item at a given offset.
*
* @param mixed $key
* return mixed
*/
public function offsetGet($key)
{
return $this->items[$key];
}
Problem with keys
myglobalstage.com/category/tap

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Muhammad, 2016-09-07
@staspligov

He speaks in plain language: there is no such key in the array. Use dd or dump

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question