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

Tuesday, March 1, 2022

[FIXED] Laravel page shows "This page isn’t working" instead of errors

 March 01, 2022     laravel, laravel-5, windows, xampp     No comments   

Issue

My laravel project is standing on xampp on windows. Whenever I make a critical error (a typo for example) i should get an error, but instead I'm seeing "This page isn’t working" in google chrome.

I've seen similar problems, but I have no idea how to fix this on Windows.

I have APP_ENV=local and APP_DEBUG=true.


Solution

The error was caused, because I was using the wrong PHP version.

I had XAMPP installed with 7.2.5 PHP version and had to downgrade to 7.1.13.



Answered By - Eternal
  • 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