Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.10.0-b2
-
Component/s: None
-
Labels:None
Description
Possible solution:
On file /plugins/webhooks/models/webhook_events.php:
Find
'file' => $file->getRealPath(),
and replace with
'file' => (new ReflectionClass($class))->getFileName(),
Originally reported on: https://www.blesta.com/forums/index.php?/topic/26374-one-line-fix-for-510beta1-webhooks-failing-when-using-cache/