Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Blank page at installation #228

Closed
wants to merge 1 commit into from
Closed

Conversation

globule
Copy link

@globule globule commented Jun 12, 2015

On my server I got a blank page at first call (install redirection).
Looking @apache errors I could read
"PHP Warning: in_array() expects parameter 2 to be array, null given in [...]/app/laravel/error.php on line 87"
so I introduced a check : if the value return is null, change it for an empty array because '"in_array" only expect an array value, not a null value.

On my server I got a blank page at first call (install redirection).
Looking @apache errors I could read
"PHP Warning:  in_array() expects parameter 2 to be array, null given in [...]/app/laravel/error.php on line 87"
so I introduced a check : if the value return is null, change it for an empty array because '"in_array" only expect an array value, not a null value.
@mikelbring mikelbring closed this May 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants