Set debug mode=true but not out logs
To find the problem by add below command in to header of index.php
ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL);
You need to login in order to like this post: click here
YOU MIGHT ALSO LIKE