You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think Epiphany is great and run examples in localhost, i.e. examples/login/.
But appear this error Warning: array_shift() expects parameter 1 to be array, null given ... EpiSession.php on line 58 and its correct.
Just change to
if ($employ) {
$class = array_shift($employ);
}
Best regards
The text was updated successfully, but these errors were encountered:
I still got such an error in than I use examples of login
Warning: array_shift() expects parameter 1 to be array, null given in C:\OpenServer\domains\em.local\epiphany\src\EpiSession.php on line 58
arnebr
added a commit
to arnebr/epiphany
that referenced
this issue
Jan 15, 2017
I think Epiphany is great and run examples in localhost, i.e. examples/login/.
But appear this error
Warning: array_shift() expects parameter 1 to be array, null given ... EpiSession.php on line 58
and its correct.Just change to
Best regards
The text was updated successfully, but these errors were encountered: