CI4 not loading after fresh install — blank page on localhost Post: |
I’m trying to set up CodeIgniter 4 on my local dev machine (Ubuntu 22.04, PHP 8.1) for a side project — a fresher job board I’m working on: https://247uaefreshers.com.
I followed the official CI4 install guide using Composer, no issues during setup. But when I navigate to Code: localhost:8080 I’ve tried: • Running Code: php spark serve • Double-checked Code: .env • Permissions on writable/ seem okay • Tried adding basic echo in Code: app/Controllers/Home.php Anyone seen this behavior before? Wondering if I missed something basic. Appreciate any tips ? |
Messages In This Thread |
CI4 not loading after fresh install — blank page on localhost Post: - by sultanhassann6 - 04-30-2025, 01:13 AM
|