I get
Oops, it looks like something went wrong.
on my server.
Suddenly no craft teams work. I received an error message /bootstrap/compiled.php:4496
.
After removing compiled.php I get 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 are empty, and when I try PHP artisan cache:clear
, I get the same error message.
Does anyone know what I can try next? thanks in advance
source
share