Skip to content
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

Closed
abhijeetgotkhindi opened this issue Sep 23, 2021 · 9 comments
Closed

Issue in Installation #464

abhijeetgotkhindi opened this issue Sep 23, 2021 · 9 comments

Comments

@abhijeetgotkhindi
Copy link

Hey,
I am not able to install I have followed the below steps

  • Download latest release package
  • Create an empty MySQL database
  • Upload entire directory to your server
  • Point your domain to the public/ directory
  • Rename config/configuration.sample.php to config/configuration.php
  • Fill in your database credentials (username, password, host, dbname) in config/configuration.php
  • Navigate to <yourdomain.com>/install
  • Follow instructions to install database and set up first user account

but still it is showing me below error.

image

Thanks in advance

@serega404
Copy link

I have the same problem

@grandeljay
Copy link

This looks like a server / php error. What do the logs say?

@marcelfolaron
Copy link
Contributor

marcelfolaron commented Oct 26, 2021 via email

@Meic89
Copy link

Meic89 commented Oct 26, 2021

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)?

@marcelfolaron
Copy link
Contributor

marcelfolaron commented Oct 26, 2021 via email

@CHardaker
Copy link

The error log shows....
PHP Fatal error: require_once(): Failed opening required '../vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/html/8082/src/core/class.autoload.php on line 43

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.

@grandeljay
Copy link

Try downloading the release package instead of the source code as mentioned in the docs. The releases will contain the /vendor directory

@rzelnik
Copy link

rzelnik commented Dec 19, 2021

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

include_once '../config/configuration.php';
include_once '../config/settings.php';
include_once '../src/core/class.autoload.php';

public/download.php

include_once '../config/settings.php';
include_once '../src/core/class.autoload.php';
include_once '../config/configuration.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.

@DFF-fred
Copy link

DFF-fred commented Jan 3, 2022

Try downloading the release package instead of the source code as mentioned in the docs. The releases will contain the /vendor directory

That was exactly that! Thank you very much :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants