Olá, tente fazer esse procedimento:
// Get constants.php if it exists - this can be used to
// override any of the constants defined in this file without
// being overwritten when IP.Board is updated
if ( is_file( dirname( __FILE__ ) . '/constants.php' ) )
{
require_once( dirname( __FILE__ ) . '/constants.php' );/*noLibHook*/
}
ini_set( 'display_errors', '1' );
Se eu te ajudei da um like e melhor resposta!
Resolvido?