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

Creation of directory /tmp/templates_c while using api #2001

Closed
anonymous-matomo-user opened this issue Jan 11, 2011 · 2 comments
Closed

Creation of directory /tmp/templates_c while using api #2001

anonymous-matomo-user opened this issue Jan 11, 2011 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

I have a Kohana backend application which uses Piwik API to show tracking statistics.

Calling the API with PHP creates a directory /tmp/templates_c in my application public folder. This directory should not be created in my application folder but in Piwik installation folder.

First, i have coded exactly what it is described on the wiki page : http://dev.piwik.org/trac/wiki/API/CallingTechniques

The only difference between the example and my work is that my application doesn't directly include Piwik : my application and piwik are separated apache subdomains.
One thing : in the Piwik code, folders like tmp/templates_c are relatives, not absolutes. They should be prefixed with PIWIK_INCLUDE_PATH.

This a real bug and not a code mistake as i have exactly done the same thing than in the wiki example.

@robocoder
Copy link
Contributor

(In [fixes #2001 - add comments and flesh out example; confirmed that tmp/templates_c is prefixed by PIWIK_USER_PATH and that the PIWIK_ defines are documented (wiki:API/CallingTechniques) links to [wiki:API/IncludePiwikInYourProject])

@robocoder
Copy link
Contributor

(In [3704]) refs #2001 - nope, not this one (called at install)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants