// ============================================================================ // APPLICATION SETTINGS // ============================================================================ define('APP_NAME', 'MindEase AI'); define('APP_VERSION', '2.0.0'); define('APP_ENV', 'production'); define('APP_DEBUG', false); define('APP_URL', 'http://localhost'); define('APP_KEY', 'your-app-key-here'); // Timezone - must be defined early define('APP_TIMEZONE', 'UTC'); // Set default timezone (after definition) date_default_timezone_set('UTC'); Fatal error: Uncaught Error: Class "MindEase\Core\Logger" not found in /usr/home/teepalettes/domains/mindease.online/public_html/index.php:16 Stack trace: #0 {main} thrown in /usr/home/teepalettes/domains/mindease.online/public_html/index.php on line 16