CodeIgniter Forums
Installation Help - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Installation Help (/showthread.php?tid=73868)



Installation Help - dougwolf - 06-15-2019

I followed the composer installation and edited App.php to contain my base url. But I cannot get past this. What else can I try? 

Whoops!

We seem to have hit a snag. Please try again later..."


RE: Installation Help - donpwinston - 06-15-2019

Rename the "env" file to ".env" and set the CI_ENVIRONMENT value to development and you'll get an error message telling you what's wrong.


RE: Installation Help - dougwolf - 06-18-2019

(06-15-2019, 02:06 PM)donpwinston Wrote: Rename the "env" file to ".env" and set the CI_ENVIRONMENT value to development and you'll get an error message telling you what's wrong.

I did this and it is a permissions issue. I am mixing git development and apache webserver users. Just needed to make cache writable by apache. Thanks!