Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure when using Memcached as session handler #195

Open
rafaelse opened this issue Sep 21, 2024 · 0 comments
Open

Failure when using Memcached as session handler #195

rafaelse opened this issue Sep 21, 2024 · 0 comments

Comments

@rafaelse
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant