Skip to content

Server Exception in MemCache construct package  #35

@dmoraisn

Description

@dmoraisn

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");
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions