Ticket #821 (closed Bug: fixed)
Incompatible method declaration in Piwik_Log_APICall
| Reported by: | hatbanger | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Piwik 0.4.1 |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: |
Description
Hi,
I just upgraded to PHP 5.2.10 (from 5.2.9) and now I get the following error accessing piwik:
Declaration of Piwik_Log_APICall::log() should be compatible with that of Piwik_Log::log() in '/path/to/piwik/core/Log/APICall.php' at the line 52
Here's the stack trace:
# 0 Piwik_ErrorHandler(2048, Declaration of Piwik_Log_APICall::log() should be compatible with that of Piwik_Log::log(), /path/to/piwik/core/Log/APICall.php, 52, Array ()) called at [/path/to/piwik/core/Piwik.php:1232] # 1 Piwik::createLogObject() called at [/path/to/piwik/core/Piwik.php:1232] # 2 Piwik::createLogObject() called at [/path/to/piwik/core/FrontController.php:232] # 3 Piwik_FrontController->init() called at [/path/to/piwik/index.php:53]
Benjamin
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

