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

Install script broken #8490

Closed
vincepettit opened this issue Aug 5, 2015 · 2 comments
Closed

Install script broken #8490

vincepettit opened this issue Aug 5, 2015 · 2 comments
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.

Comments

@vincepettit
Copy link

When running the installation script it is trying to check permissions on /home/mysite/public_htmlconfig/
but it be /home/mysite/public_html/config/

This is currently stopping the installation going any further.

@vincepettit
Copy link
Author

I suspect it is on line 408 of core/Config.php as there seems to be a preceding slash to config

$path = "config/" . basename($this->getLocalPath());

I tried updating the code but it is now telling me there is a integrity error as the file has been changed so I can't test it.

@sgiehl
Copy link
Member

sgiehl commented Aug 5, 2015

duplicates #8439, and should already be fixed in latest beta

@sgiehl sgiehl closed this as completed Aug 5, 2015
@sgiehl sgiehl added the duplicate For issues that already existed in our issue tracker and were reported previously. label Aug 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

2 participants