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

Declaration compatibility problem #943

Closed
anonymous-matomo-user opened this issue Aug 18, 2009 · 1 comment
Closed

Declaration compatibility problem #943

anonymous-matomo-user opened this issue Aug 18, 2009 · 1 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. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Milestone

Comments

@anonymous-matomo-user
Copy link

I have the same problem on 2 domains, hosted on the same server:

!http://slashte.de/piwik/ (older piwik version)
and
!http://fzsabstatt.de/piwik/ (piwik current version)

There is a similar failure message like
"Declaration of Piwik_Event_Notification::increaseNotificationCount() should be compatible with that of Event_Notification::increaseNotificationCount()"

piwik was running on both domains a few days ago.
PHP INFO: !http://fzsabstatt.de/piwik/phpinfo.php

@robocoder
Copy link
Contributor

The older piwik version at slashte.de has to be updated to the current version. In 0.4.1, we made changes to accommodate compat busters in PHP 5.2.10 (which your site is now running).

For fzsabstatt.de, the error message shows line numbers and function names that don't match up with the current version. That's a strong indicator that you have a mix of old and new files, i.e., an incomplete upgrade. Re-upload/install the latest Piwik version.

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 0.4.4 milestone Jul 8, 2014
@mattab mattab added the wontfix label Aug 3, 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. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

3 participants