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

Error when loading Log.php #4403

Closed
anonymous-matomo-user opened this issue Dec 19, 2013 · 1 comment
Closed

Error when loading Log.php #4403

anonymous-matomo-user opened this issue Dec 19, 2013 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.

Comments

@anonymous-matomo-user
Copy link

The change in commit 63bc449 in core/Error.php causes Piwik to include 'Log.php' from PEAR instead of PIWIK_INCLUDE_PATH.'/core/Log.php'.

Depending on your Server configuration this will cause fatal errors like:

Fatal error: require_once() [function.require]: Failed opening required 'Log.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/piwik/core/Error.php on line 13

@mattab
Copy link
Member

mattab commented Dec 25, 2013

Thanks for the report, duplicates: #4427

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. duplicate For issues that already existed in our issue tracker and were reported previously. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants