You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
robocoder opened this issue
Jun 14, 2009
· 2 comments
Labels
BugFor errors / faults / flaws / inconsistencies etc.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.
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.
(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
BugFor errors / faults / flaws / inconsistencies etc.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.
http://forum.piwik.org/index.php?showtopic=1061
The text was updated successfully, but these errors were encountered: