Welcome Guest, Not a member yet? Register   Sign In
Running on Apache... whoops
#1

Hi, I have some apps built with CI3 working on my machine served by Apache, I am trying to run the CI4 starter app on Apache but I am stuck on the Whoops page without a clue. 
I installed the starter app via composer. Running it using the built in server functions well, I see the welcome page. But with Apache vhost, I can't find out what is wrong.

Here's my vhost:
Code:
<Directory "/Users/karine/Dev/ci4/public/">
Allow From All
AllowOverride All
Options +Indexes
Require all granted
</Directory>
<VirtualHost *:80>
        ServerName "local.ci4.com"
        DocumentRoot "/Users/karine/Dev/ci4/public"
</VirtualHost>


 In my env file:
Code:
CI_ENVIRONNEMENT = development
app.baseURL = 'local.ci4.com'

The mod_rewrite modele is loaded and I set the permissions on writable to 777 just to be sure.

Despite the development environnement, i don't see any log message that can help me figure out where the error is happening.  Huh
Thanks for your help
Reply


Messages In This Thread
Running on Apache... whoops - by kcs - 09-08-2019, 09:41 AM
RE: Running on Apache... whoops - by donpwinston - 09-08-2019, 12:48 PM
RE: Running on Apache... whoops - by dave friend - 09-08-2019, 01:52 PM
RE: Running on Apache... whoops - by kcs - 09-08-2019, 11:10 PM
RE: Running on Apache... whoops - by dave friend - 09-09-2019, 06:43 AM
RE: Running on Apache... whoops - by kcs - 09-09-2019, 02:56 PM
RE: Running on Apache... whoops - by kcs - 09-09-2019, 03:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB