Skip to content

Failure when using Memcached as session handler #195

Description

@rafaelse

Since we switched to Memcached for handling sessions, Heartbeat started failing due to requiring a Moodle file that does not exist:

require_once($CFG->libdir . '/classes/session/util.php');

The server responds with error code 500 and FPM produces the following error message:
PHP message: PHP Fatal error: require_once(): Failed opening required '/var/www/html/lib/classes/session/util.php' (include_path='/var/www/html/lib/pear:.:/usr/local/lib/php') in /var/www/html/admin/tool/heartbeat/index.php on line 151

I would like to know if there's any workaround for this problem or any fix planned for it.

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions