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

Lychee install 4.06 install stops on the check permission step #642

Closed
ghosh8bigfoot opened this issue Jun 28, 2020 · 4 comments
Closed

Comments

@ghosh8bigfoot
Copy link

Detailed description of the problem [REQUIRED]

I downloaded the Lychee zip file and unpacked it under the root directory of my web server, When I go to the home page and go to Lychee/public directory - the installation starts. So far so good. However, on the third step of installation it stops with the permission check where it is all good with reading and writing but has red flags on executable. Does not allow me to proceed from here.

Steps to reproduce the issue

Steps to reproduce the behavior:

  1. Go to 'web home page'
  2. Click on 'lychee/public'
  3. Start Lychee installation
  4. See error on third step

Screenshots
image

If applicable, add screenshots to help explain your problem.
How do I get past this?

Output of the diagnostics [REQUIRED]

(Settings => Diagnostics or https://example.com/Diagnostics or php artisan lychee:diagnostics)

Browser and system

@ildyria
Copy link
Member

ildyria commented Jun 29, 2020

You need to give the execute permission to the said folders to your web user:

chmod a+x .
chmod  a+x storage/framework/
chmod  a+x storage/logs/
chmod  a+x bootstrap/cache/
... etc

@ghosh8bigfoot
Copy link
Author

ghosh8bigfoot commented Jun 29, 2020 via email

ildyria added a commit that referenced this issue Jul 6, 2020
@ildyria
Copy link
Member

ildyria commented Jul 6, 2020

Should be fixed with the latest PR.
We are basically overriding the executable check in the case of Windows.

@ildyria ildyria closed this as completed in 9a73a6b Jul 6, 2020
@ghosh8bigfoot
Copy link
Author

Thank you. Let me give this a try.

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

2 participants