Issue
I'm getting the
Whoops, looks like something went wrong.
on my production server.
All the sudden, no artisan commands are working. I was getting an error on /bootstrap/compiled.php:4496
.
After removing compiled.php, I'm getting the same message
"array_merge(): Argument #2 is not an array" in /vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository".php:188.
My services.json files is empty, and when I try to PHP artisan cache:clear
, I receive the same error message.
Does anyone know what I can try next? Thanks in advance
Solution
It looks like we ran out of space on the server. That's why it couldn't write to the file.
Answered By - Erin
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.