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

Bug in fresh install on Piwik 2.14.2 - WriteAccessCheck.php and piwik/config path check #8441

Closed
labiloute opened this issue Jul 28, 2015 · 3 comments
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.

Comments

@labiloute
Copy link

Hi,
Little typo I'd say in the "plugins/Diagnostics/Diagnostic/WriteAccessCheck.php" file on a fresh install.
Replace:
$directoriesToCheck[] = 'config/';
by
$directoriesToCheck[] = '/config/';

Or the checked path will be for example : /var/www/piwikconfig

Cheers !

@mnapoli mnapoli added the duplicate For issues that already existed in our issue tracker and were reported previously. label Jul 28, 2015
@mnapoli
Copy link
Contributor

mnapoli commented Jul 28, 2015

Thank you, it duplicates #8439.

@mnapoli mnapoli closed this as completed Jul 28, 2015
@labiloute
Copy link
Author

Sorry for duplicate, #8439 title was not very explicit, so I did not find it searching for piwikconfig keyword

@mnapoli
Copy link
Contributor

mnapoli commented Jul 28, 2015

I have updated the issue title so that it's more explicit.

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