Forums
(@slightlydifferent)
2 weeks, 4 days ago
Thanks for sorting so quick
1 year, 8 months ago
Quick and dirty fix. In /wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/Common/HTTP/Response.ph add the following at line 21:
if (is_a($raw, 'WpOrg\Requests\Response')) { $raw = $raw->raw; }
4 years ago
Similarly:
`PHP Fatal error: Uncaught Error: Class ‘AcVendor\\GuzzleHttp\\Psr7\\Utils’ not found