Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: 4.1.0-b1
-
Component/s: None
-
Labels:None
Description
Every time a page loads there appears to be a php warning generated:
E_WARNING: call_user_func() expects parameter 1 to be a valid callback, class 'ClientDocumentsPlugin' does not have a method 'run' {"code":2,"message":"call_user_func() expects parameter 1 to be a valid callback, class 'ClientDocumentsPlugin' does not have a method 'run'","file":"\\public_html\\app\\models\\plugin_manager.php","line":639}
- Attempt to duplicate this warning. It could be just my system from custom modifications
- Determine whether we need to add a new 'run' method or remove the plugin from the registering the event that appears to be called here
Well I think it is your system on this one. The plugin makes no mention of events whatsoever. I wasn't able to recreate any warning while uploading and downloading a file. I checked the php error log and there was nothing there either.