Search code examples
phplinuxxampp

parrot linux xampp PHP errors : No display


My problem is similar to this one PHP errors : No display & No log. I've already set display_errors to On in php.ini and tried to add ini_set('display_errors', '1'); in my php code but it didn't work. Actually it did work for a while but now it doesn't. I can't learn php without displaying errors.


Solution

  • enter image description here

    You can use error_reporting(E_ALL). In case that does not work and you messed up with your .ini file. You can uninstall and reinstall wampp or Xampp.