Closed (outdated)
Project:
Activity
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2011 at 15:06 UTC
Updated:
29 Oct 2025 at 14:54 UTC
Jump to comment: Most recent
Comments
Comment #1
dawehnerThis is probably an issue of the activity module.
Comment #2
arale43 commentedHi!
I have the same problem. Cutboy, you solved the problem? thanks!!!
Comment #3
windsurfitaly commentedquote #2
Strict warning: Declaration of activity_comments_handler_field_comments::init() should be compatible with that of views_handler_field::init() in require_once()
Comment #4
chythar commentedLooks like the definition of the init() method in the View Handler Field changed. I was able to solve this by changing line 80 in activity_comments.views.inc from:
function init(&$view, $options) {
To:
function init(&$view, &$options) {
I haven't used Activity enough to tell you if this fix breaks anything else, but the error message is gone.
Comment #5
_shyD7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.
If the issue remains relevant for D10+ versions, merge requests with proposed solutions for a new module version (D10+) are welcome in a new follow-up issue.
Thanks!