-
-
Notifications
You must be signed in to change notification settings - Fork 616
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
Issue in Installation #464
Comments
I have the same problem |
This looks like a server / php error. What do the logs say? |
Can you set debug to 1 in config/settings.php and see if it shows an error
message?
…On Tue, Oct 26, 2021, 9:03 AM Jay ***@***.***> wrote:
This looks like a server / php error. What do the logs say?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#464 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFV6U6LLFOCWW5CPYKLUI2YMLANCNFSM5ES7525A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
How about setting $appUrl in config/configuration.php? From what I experienced, if you extract files to a folder on the disc but keep the field unmodified, what you got is redirect to path including /install that is invalid and Error 404 pops out. In my case, I extracted archive to "Lean" folder, so installation page only appeared after I modded $appUrl to "/Lean". Btw. @marcelfolaron have you thought about getting verified as a Brave Creator (to allow tipping with BAT tokens)? |
Thanks. Didn't realize github was an option for Brave. Seems like a new
integration, just signed up.
…On Tue, Oct 26, 2021 at 1:40 PM Meic89 ***@***.***> wrote:
How about setting $appUrl in config/configuration.php? From what I
experienced, if you extract files to a folder on the disc but keep the
field unmodified, what you got is redirect to path including /install that
is invalid and Error 404 pops out.
In my case, I extracted archive to "Lean" folder, so installation page
only appeared after I modded $appUrl to "/Lean".
Btw. @marcelfolaron <https://github.com/marcelfolaron> have you thought
about getting verified as a Brave Creator (to allow tipping with BAT
tokens)?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#464 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFUIV2NXTWHPC75DFMLUI3Y3VANCNFSM5ES7525A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
The error log shows.... There is no vendor directory in the src/core folder as downloaded from the repository. Given there is no documentation that I can find regarding the content of this vendor folder, I cannot repair this myself. |
Try downloading the release package instead of the source code as mentioned in the docs. The releases will contain the |
I have similar issues with the installation process. I noticed that the application contains hardcoded fixed paths from the public folder to the private/hidden one. Some examples: public/index.php
public/download.php
This is not always the case, especially on shared hostings, where the configuration can be different, and the user is usually not allowed to change it. |
That was exactly that! Thank you very much :-) |
Hey,
I am not able to install I have followed the below steps
but still it is showing me below error.
Thanks in advance
The text was updated successfully, but these errors were encountered: