PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, January 26, 2022

[FIXED] Empty services.json file is breaking site

 January 26, 2022     composer-php, laravel, laravel-4, laravel-artisan, php     No comments   

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
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing