=== TASTYIGNITER FRONTEND DIAGNOSTIC === 1. DATABASE CONNECTION: ✅ Connected to: minra_tastyigniter ✅ Table prefix: [] 2. LOCATIONS TABLE: Total locations: 1 - Accra (ID: 1) - ✅ Active 3. THEMES: Installed themes: tastyigniter-orange Active theme: NOT SET ⚠️ Active theme not found or not set 4. SYSTEM SETTINGS: site_logo: no_photo.png timezone: Africa/Accra site_name: Brix N Brew 5. PAGES/LAYOUTS: Total pages: 3 6. RECENT ERRORS: Last errors: [2026-07-28 12:35:46] production.ERROR: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'minra_tastyigniter.ti_settings' doesn't exist (Connection: mysql, Host: localhost, Port: 3306, Database: minra_tastyigniter, SQL: select `item`, `value` from `ti_settings`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'minra_tastyigniter.ti_settings' doesn't exist (Connection: mysql, Host: localhost, Port: 3306, Database: minra_tastyigniter, SQL: select `item`, `value` from `ti_settings`) at /home/minra/public_html/restaurant.minra.top/vendor/laravel/framework/src/Illuminate/Database/Connection.php:838) [previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'minra_tastyigniter.ti_settings' doesn't exist at /home/minra/public_html/restaurant.minra.top/vendor/laravel/framework/src/Illuminate/Database/Connection.php:420) 7. FILE PERMISSIONS: storage: ✅ Writable bootstrap/cache: ✅ Writable public: ✅ Writable 8. ENVIRONMENT CONFIG: APP_ENV: production APP_DEBUG: true APP_URL: https://restaurant.minra.top/ LOCATION_MODE: single 9. ROUTES: ✅ Home route (/) registered Action: Igniter\Main\Classes\MainController@remap === DIAGNOSTIC COMPLETE === 🔧 RECOMMENDATIONS: 2. Check storage/logs/laravel.log for detailed errors: ssh minra@server cd ~/public_html/restaurant.minra.top tail -100 storage/logs/laravel.log 3. If frontend still shows 500, temporarily enable debug: - Edit .env: APP_DEBUG=true - Run: php artisan config:clear - Visit frontend to see exact error - Set back: APP_DEBUG=false Done!