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

Class 'Zend_Registry' not found #801

Closed
robocoder opened this issue Jun 14, 2009 · 2 comments
Closed

Class 'Zend_Registry' not found #801

robocoder opened this issue Jun 14, 2009 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@robocoder
Copy link
Contributor

http://forum.piwik.org/index.php?showtopic=1061

@robocoder
Copy link
Contributor Author

In [1199], I originally committed a one-liner to explicitly include "Zend/Registry.php" in core/Common.php's getCacheWebSiteAttributes(). The bug reporter then encountered an error on the next line, class 'Piwik' not found ... despite the fact that "Piwik.php" is already explicitly included (require_once).

In [1203], I reverted the one-liner, pending further investigation or implementation of #620.

@robocoder
Copy link
Contributor Author

(In [1221]) fixes #801, fixes #620 - implement autoloader; remove require_once
FrontController.php from ./index.php to test autoloader; add "false"
parameter to all class_exists() calls to not trigger autoloader

@robocoder robocoder added this to the Piwik 0.4.1 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
Bug For errors / faults / flaws / inconsistencies etc. 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

1 participant