Ticket #844 (closed Bug: fixed)

Opened 3 years ago

Last modified 3 years ago

PHP 5.3 breaks Piwik

Reported by: halfdan Owned by:
Priority: major Milestone: Piwik 0.4.2
Component: Core Keywords:
Cc: Sensitive:

Description

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 ([class] => Piwik,[classPath] => Piwik,[i] => 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

Change History

Changed 3 years ago by vipsoft

  • milestone changed from 1 - Piwik 0.4.2 to 2- DigitalVibes

Deferring to ZF update.

Changed 3 years ago by vipsoft

  • status changed from new to closed
  • resolution set to fixed

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

Changed 3 years ago by vipsoft

  • milestone changed from 2- DigitalVibes to 1 - Piwik 0.4.2
Note: See TracTickets for help on using tickets.