jeudi 28 mai 2020

localhost is currently unable to handle this request.HTTP ERROR 500

] PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 16384 bytes) in C:\xampp\htdocs\laravel\storage\framework\views\9ce6cdaa24325154033f80a71530d196495aafb3.php on line 2



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/3ddxzcn
via IFTTT

1 commentaire:

  1. The error is too generic and does not tell you exact problem. What you need is to find out what is the real issue. If your site is serving a Internal Server Error, this can be caused by a number of things, such as:

    Errors in .htaccess files
    Server permission
    Server timeout
    Script timeout
    Or some other Web Server Issues

    Normally, a permissions issue on the file (or files) would be one cause of the 500 Internal Server Error. The simple solution is to run chmod 644 on the problem file(s) or chmod 755 on the directories.

    $ sudo chmod -R 777 /"your files location"

    The best way to debug the error depends upon the server and what's actually running at the time. Consider some debugging tips to help diagnose and fix common causes of this problem.

    RépondreSupprimer