Giter VIP home page Giter VIP logo

Comments (11)

muhammadali7768 avatar muhammadali7768 commented on July 18, 2024 14

i cloned a project from github and then run composer install. I got the following error.

Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1

I added .env file and run the composer install command. i got the same error again. Then i deleted composer.lock file and vendor folder and run the composer install command again. The error was gone.

from laravel.

keogblem avatar keogblem commented on July 18, 2024 9

Hi, I got a solution : this issue was due to one of my config/ files that was empty (caused by error when uploading files to server), especially the auth.php which was there but empty (0 octets).

I figure that by running php artisan clear and i got error in the ServiceProvider at line 72 where merging config arrays $this->app['config']->set($key, array_merge(require $path, $config));

So, simple solution : upload again your app files and make sure everything is place 🙂

from laravel.

codermahadi avatar codermahadi commented on July 18, 2024 1

Hi, I got a solution: this issue was due to one of my config/database.php that were empty (caused by an error when the composer updated).

I figure that by running php artisan clear and I got an error in the Database [] not configure DatabaseManage.php at line 252

So, simple solution: upload again your config/database.php files and make sure everything is place 🙂

from laravel.

saeedvz avatar saeedvz commented on July 18, 2024 1

For who has this issue :

I figured out the problem is one of my configs. missing return or using a class that not exists. or something else.

Check configs and be sure that every thing is normal at there

from laravel.

Hillaryudechukwu avatar Hillaryudechukwu commented on July 18, 2024 1

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 255
I followed these steps to fix it

  1. ran php artisan clear and got "PHP Fatal error: Uncaught ErrorException: Method, ReflectionParameter::getClass() is deprecated in and not allowed in php 8.0"
  2. My system had php version 8.0.0.4 and ReflectionParameter::getClass() is deprecated to in php version 8
  3. I brew unlink [email protected] to downgrade my php and that was the fix

from laravel.

nyachoto12 avatar nyachoto12 commented on July 18, 2024 1

just run composer update it worked for me

from laravel.

keogblem avatar keogblem commented on July 18, 2024

I am having the same issue. Please someone help

Note : I am only facing that error when running composer update online in my web hosting area, not on local server.

Thanks

from laravel.

Gdzieniegdzie avatar Gdzieniegdzie commented on July 18, 2024

Same problem.

from laravel.

amirex128 avatar amirex128 commented on July 18, 2024

Hi, I got a solution : this issue was due to one of my config/ files that was empty (caused by error when uploading files to server), especially the auth.php which was there but empty (0 octets).

I figure that by running php artisan clear and i got error in the ServiceProvider at line 72 where merging config arrays $this->app['config']->set($key, array_merge(require $path, $config));

So, simple solution : upload again your app files and make sure everything is place 🙂

nice

from laravel.

ikari7789 avatar ikari7789 commented on July 18, 2024

Seems unrelated to capistrano-laravel, so I'm closing this issue.

from laravel.

dericlima avatar dericlima commented on July 18, 2024

Same issue here, on my case the bootstrap/cache directory wasn't with the right permissions. After updating the permissions everything started to work on the cloud server.

from laravel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.