Published
- 1 min read
php error
The solution for this is noted below
php error
Solution
ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');
error_reporting(E_ALL);
Try other methods by searching on the site. That is if this doesn’t work