koolreport icon indicating copy to clipboard operation
koolreport copied to clipboard

Server Exception in MemCache construct package

Open dmoraisn opened this issue 6 years ago • 1 comments

In Package v.4.3.2, the MemCache construct has an error:

Uncaught Exception: Please added servers in ./vendor/koolreport/cache/MemCache.php:29

$ttl = Utility::get($settings,"ttl",5*60);
       $servers = Utility::get($servers,"servers"); // <---- calls $server instead $settings
        if($servers==null)
        {
            throw new \Exception("Please added servers");
        }

dmoraisn avatar Dec 06 '19 20:12 dmoraisn

Yes, thank you for letting us know. We have applied the fixes to the MemCache in koolreport/cache package. It will be releases in next version together with koolreport/core.

koolreport avatar Dec 07 '19 15:12 koolreport