Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 1 post (of 1 total) AuthorPosts September 26, 2017 at 12:32 pm in reply to: How do I get PHP errors to display? #10175 sumit-guptaParticipant Set this in your index.php file: ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); AuthorPosts Viewing 1 post (of 1 total)