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

Allow absolute path when relocating tmp folder outside Piwik document root #833

Closed
robocoder opened this issue Jun 28, 2009 · 1 comment
Closed
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@robocoder
Copy link
Contributor

logger_file_path, compile_dir, and cache_dir are assumed to be paths relative to the Piwik document root (ie PIWIK_INCLUDE_PATH). In 0.4, the relative path requirement was made explicit since earlier versions of Piwik allowed users to use an absolute path for compile_dir and cache_dir, but not logger_file_path. (inconsistency)

This change will permit the user to specify an absolute path (overriding the settings in global.ini.php); basically, we won't prefix with PIWIK_INCLUDE_PATH when an absolute path is specified.

@robocoder
Copy link
Contributor Author

(In [1261]) Fixes #833 - Allow absolute path when relocating tmp folder outside of Piwik
document root.

@robocoder robocoder added this to the Piwik 0.4.2 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

1 participant