While debugging I found this:
PHP Notice: Constant ABS_PATH already defined in functions.php on line 3
define('ABS_PATH', dirname(dirname(dirname(dirname(__FILE__)))) . '/');
It quickly fills up the debug log file. Besides that I don't know if it poses any danger.