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
halfdan opened this issue
Jun 30, 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.
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]
The text was updated successfully, but these errors were encountered:
BugFor errors / faults / flaws / inconsistencies etc.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.
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]
The text was updated successfully, but these errors were encountered: