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

Permission Install #693

Closed
nickkecooper opened this issue May 14, 2020 · 8 comments · Fixed by #696
Closed

Permission Install #693

nickkecooper opened this issue May 14, 2020 · 8 comments · Fixed by #696
Labels
Milestone

Comments

@nickkecooper
Copy link

When I go to install this it is showing the uploads folder has incorrect permissions. I double checked and it has full permissions. Any idea on this? All the other files check out just fine.

@nickkecooper
Copy link
Author

Seems like I fixed it by creating a public folder and then created the uploads folder within that folder, inside the phpvms folder. I moved the whole public folder to the public_html directory as stated. I assumed the uploads folder needed to stay behind with the root files?

@nabeelio
Copy link
Owner

Yeah, the storage folder needs to stay where it is, if that's what you mean

@nabeelio
Copy link
Owner

Oh, I see what you mean. That might be a bug where it's still looking for that folder within the phpvms directory and not where public is currently. Lemme look at that. Did you move the /public contents out?

@nickkecooper
Copy link
Author

I moved the whole /public folder in the the /public_html folder. Once I re-created a /public folder and added /uploads to that folder with correct permissions, the install went smoothly. Glad I can point stuff out I hope to be of help with this project!

@nabeelio
Copy link
Owner

No problem, lemme just clarify... so the index.php, etc, you moved into public_html, and then had to create a public folder in there with /uploads to get that to work? Did you still have an /uploads folder under public_html?

@nabeelio nabeelio added the bug label May 14, 2020
@nabeelio nabeelio added this to the 7.0.0 milestone May 14, 2020
@nickkecooper
Copy link
Author

Sorry, yes I moved the contents in the /public folder into the /public_html. Once I moved the contents I deleted the /public folder. The installer said I did not have the right permissions on the /public/upload folder. I realized that it does not exist in that location as I had moved it to the public_html. Once I created the /public and /uploads folder I was able to do the install. I hope its more clear now :)

@nabeelio
Copy link
Owner

Got it, thanks! I'll have a fix for that

@nabeelio
Copy link
Owner

Fixed in the latest dev; if you get a chance to check it out, that'd be great

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

Successfully merging a pull request may close this issue.

2 participants