Question: Unable To Handle This Request

Unable To Handle This Request

is currently unable to handle this request. HTTP ERROR 500 is showing what to do? Thanks

KM

Kamran Majeed

Asked
is currently unable to handle this request.

HTTP ERROR 500 is showing

what to do?

Thanks
  • MS

    Mian Saleem

    Answered
    Hello,

    Please check your server error logs and let me know the error details so that I can suggest solution.

    Thank you
  • MS

    Mian Saleem

    Answered
    Please refer to [this answer at SO](https://stackoverflow.com/questions/49875775/composer-laravel-install-deep-copy-error/49876383#49876383). Thank you
  • MS

    Mian Saleem

    Answered
    Hello,

    You can try. I never listen this error before so many people have installed it.

    You can delete all the files and then start over again. If still same that means server might require restart or manually install the packages.

    I am not sure about your server but you should have option for command line even cPanel has it too.

    Thank you
  • MS

    Mian Saleem

    Answered
    Hello,

    You should delete and install them all packages by

    1. removing the vendor folder
    2. removing the composer.lock file
    3. install packages

    ```
    rm -rf vendor
    rm composer.lock
    composer install
    ```

    Please check with your server admin/host too, it might be pear or something else. They can help you check.

    Thank you
  • Login to Reply