Search code examples
phpfat-free-framework

I can't get detail errors in Godgiven PHP-API project


I'm using Godgiven PHP-API project that's developed by fat-free and I can't get detail errors just give 500 code error how to solve this problem thank

this link of the project


Solution

  • The php-api god-given project use fat-free

    if you want to show error details in the front end you should use

    $f3->set('DEBUG',3);
    

    you can read more fat-free document