how do i fix this? this is my php info
https://abputra.id/badminton/info.phpbelow is my config file:
const BASE_URL = '
https://abputra.id/badminton';
const LANGUAGE = 'english';
const DEBUG_MODE = true;
// ------------------------------------------------------------------------
// DATABASE SETTINGS
// ------------------------------------------------------------------------
const DB_HOST = 'mysql';
const DB_NAME = 'abputrai_badminton';
const DB_USERNAME = ' ';
const DB_PASSWORD = ' ';
// ------------------------------------------------------------------------
// GOOGLE CALENDAR SYNC
// ------------------------------------------------------------------------
const GOOGLE_SYNC_FEATURE = false; // Enter TRUE or FALSE
const GOOGLE_CLIENT_ID = '';
const GOOGLE_CLIENT_SECRET = '';
}