-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment Configuration file #1309
Comments
A few more details? This doesn't give enough to work with. |
OK, I will be more detailed.
…On Thu, 11 Oct 2018, 4:48 pm Instructor, BCIT, ***@***.***> wrote:
A few more details? This doesn't give enough to work with.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1309 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AakFnamnj1sAzMSlOQDSIP2QJgExo3piks5uj2hqgaJpZM4XXymj>
.
|
I have the same problem. (or understanding the .env-configuration wrong) For example i uncommenting app.baseURL in the .env-file(in root folder) and added the value there. I guess that is something the issue-creator have also done. |
Ok
…On Fri, 19 Oct 2018, 11:22 am David R, ***@***.***> wrote:
I have the same problem. (or understanding the .env-configuration wrong)
For example i uncommenting app.baseURL in the .env-file(in root folder)
and added the value there.
And leaving application/Config/App.php as default ($baseURL = '';).
The value will not be changed, so page throws error (empty or invalid base
URL).
I guess that is something the issue-creator have also done.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1309 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AakFnRExM1eKiUwWHut-nEGAzRJmoW2aks5umafSgaJpZM4XXymj>
.
|
What is your OS and other details @Xcreen? I'm on a Mac using the following line in
|
OS: Windows 10 (1803) I tested again and cant reproduce... not sure why its working now and not before... |
@Xcreen Any chance you could try to debug that? I don't have a Windows/Xampp machine around to test it on. or if you and @smartnathan cannot reproduce anymore we can just close it. |
I tried to reproduce with alpha-2, but it was working as expected. But im not sure why we have a .env file in the application-folder? |
The .env in the application folder was wrong, and has been removed. |
Environment Configuration file does not work even after uncommenting adding the value.
The text was updated successfully, but these errors were encountered: