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

Several errors #7417

Closed
webbird opened this issue Mar 12, 2015 · 2 comments
Closed

Several errors #7417

webbird opened this issue Mar 12, 2015 · 2 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@webbird
Copy link

webbird commented Mar 12, 2015

I've just installed Piwik in my local XAMPP environment and I am getting a bunch of errors.

piwik\core\SettingsPiwik.php(421): Notice - Undefined index: instance_id - Piwik 2.11.2
piwik\core\ProxyHttp.php(252): Warning - filemtime(): stat failed for <pathto>\piwik/tmp/assets/asset_manager_global_css.css.deflate - Piwik 2.11.2
piwik\core\Plugin\Report.php(836): Notice - Undefined index: items - Piwik 2.11.2

All I did until now is install, login, call [Administration].

@webbird
Copy link
Author

webbird commented Mar 12, 2015

System check results:

2015-03-12 15_11_24-piwik administration

All other are green, too.

@mnapoli
Copy link
Contributor

mnapoli commented Mar 14, 2015

Which Piwik version have you installed? The first line number do not match the error, I believe you might not have the latest version. Or could you try installing the beta?

In any case these logs are weird because the warnings are voluntarily silenced, so they shouldn't appear in the logs.

Maybe it's because xdebug is installed and xdebug.scream is set to 1, which forces all the error messages to appear… In that case those error messages are not actual errors and will not appear if Piwik is installed in a production server (i.e. not a development PHP installation).

In short, this is probably a PHP configuration issue (XAMPP is pre-configured in development mode) and not a problem with Piwik.

@mattab mattab closed this as completed Mar 16, 2015
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Mar 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

3 participants