Update:
If I remove Redux and CMB2 then the site is workign well.
// Add Redux Framework
if(!class_exists("zBoomReduxFrmawork")){
require_once ('/redux/ReduxCore/framework.php');
require_once ('/redux/sample/config.php');
}
// Add Custom Posts
require_once ('/inc/custom-posts.php');
// Add CMB2
require_once ('/cmb/init.php');
require_once ('/cmb/cmb-functions.php');
But my theme is valueless without Redux and CMB2.
Any suggestion about?