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

PHP 5.3 breaks Piwik #844

Closed
halfdan opened this issue Jun 30, 2009 · 2 comments
Closed

PHP 5.3 breaks Piwik #844

halfdan opened this issue Jun 30, 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

@halfdan
Copy link
Member

halfdan commented Jun 30, 2009

Beside the notices that I found there is one major problem executing piwik. Calling the webinterface brings up the folling in text/plain:

The magic method __isset() must have public visibility and cannot be static
in '/var/www/htdocs/piwik.c0demonkey.com/html/libs/Zend/Config.php' at the line 184
#0 Piwik_ErrorHandler(2, The magic method __isset() must have public visibility and cannot be static, /var/www/htdocs/piwik.c0demonkey.com/html/libs/Zend/Config.php, 184, Array ([=> Piwik,classPath => Piwik,[=> 0,path => /var/www/htdocs/piwik.c0demonkey.com/html/core/Piwik.php)) called at [/var/www/htdocs/piwik.c0demonkey.com/html/libs/Zend/Config/Ini.php:27]
#1 require_once() called at [/var/www/htdocs/piwik.c0demonkey.com/html/libs/Zend/Config/Ini.php:27]
#2 require_once(/var/www/htdocs/piwik.c0demonkey.com/html/libs/Zend/Config/Ini.php) called at [/var/www/htdocs/piwik.c0demonkey.com/html/core/Config.php:12]
#3 require_once(/var/www/htdocs/piwik.c0demonkey.com/html/core/Config.php) called at [/var/www/htdocs/piwik.c0demonkey.com/html/core/Piwik.php:12]
#4 require_once(/var/www/htdocs/piwik.c0demonkey.com/html/core/Piwik.php) called at [/var/www/htdocs/piwik.c0demonkey.com/html/core/Loader.php:45]
#5 Piwik_Loader::autoload(Piwik)
#6 spl_autoload_call(Piwik) called at [/var/www/htdocs/piwik.c0demonkey.com/html/core/FrontController.php:186]
#7 Piwik_FrontController->init() called at [/var/www/htdocs/piwik.c0demonkey.com/html/index.php:57]

@robocoder
Copy link
Contributor

Deferring to ZF update.

@robocoder
Copy link
Contributor

(In [1269]) Quick fixes #844 - __isset() must be public for php 5.3; same fix applied in ZF standard/trunk

@halfdan halfdan added this to the Piwik 0.4.2 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

2 participants