Closed (cannot reproduce)
Project:
Agreement
Version:
3.0.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2025 at 09:24 UTC
Updated:
21 May 2026 at 14:06 UTC
Jump to comment: Most recent
Comments
Comment #2
robertmartin1961 commentedComment #3
robertmartin1961 commentedComment #4
mradcliffeThank you for reporting an issue, Robert.
I am not able to reproduce this issue. There are the same number of arguments defined in the agreement.handler service as in the AgreementHandler class.
Did this this occur when updating from 3.0.1 to 3.0.2?
It is possible that Drupal’s composer autoload file has not been reloaded or cache needs to be cleared or flushed after the deployment.
Comment #5
q8tywolf commentedI am getting the same error when updating from 3.0.1 to 3.0.2
Comment #6
mradcliffeI think this is a code caching issue with PHP.
Somethings to try based on Issue #3492523, comment #55:
Clear APCu cache by either restarting PHP-FPM or the Web server -or- if you do not have access, update
settings['class_loader_auto_detect'] = FALSE;in settings.php, clear Drupal cache, and revert the settingComment #7
mradcliffe