-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Open
Copy link
Labels
0. Needs triagedocsneeds infoAdditional info needed to triageAdditional info needed to triageupstream
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
I am on the latest tag and i am seeing this in the logs:
Cannot load module "memcached" because required module "igbinary" is not loaded
Cannot load module "redis" because required module "igbinary" is not loaded
This renders Nextcloud unable to load in the browser.
Steps to reproduce
- Update to 32.0.3
- Site does not load
- Check the logs
Expected behavior
Nextcloud should be able to load those modules.
Nextcloud Server version
32
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.4
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Updated from a MINOR version (ex. 32.0.1 to 32.0.2)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
- Default user-backend (database)
- LDAP/ Active Directory
- SSO - SAML
- Other
Configuration report
PHP Warning: Cannot load module "memcached" because required module "igbinary" is not loaded in Unknown on line 0
PHP Warning: Cannot load module "redis" because required module "igbinary" is not loaded in Unknown on line 0
An unhandled exception has been thrown:
OCP\HintException: [0]: Memcache OC\Memcache\Redis not available for distributed cache (Is the matching PHP module installed and enabled?)List of activated Apps
PHP Warning: Cannot load module "memcached" because required module "igbinary" is not loaded
PHP Warning: Cannot load module "redis" because required module "igbinary" is not loaded
OCP\HintException: Memcache OC\Memcache\Redis not available for distributed cacheNextcloud Signing status
The site does not load because of this issueNextcloud Logs
Configuring Redis as session handler
PHP Warning: Cannot load module "memcached" because required module "igbinary" is not loaded in Unknown on line 0
PHP Warning: Cannot load module "redis" because required module "igbinary" is not loaded in Unknown on line 0
PHP Warning: Cannot load module "memcached" because required module "igbinary" is not loaded in Unknown on line 0
PHP Warning: Cannot load module "redis" because required module "igbinary" is not loaded in Unknown on line 0
Warning: /var/www/html/config/redis.config.php differs from the latest version of this image at /usr/src/nextcloud/config/redis.config.php
Warning: /var/www/html/config/reverse-proxy.config.php differs from the latest version of this image at /usr/src/nextcloud/config/reverse-proxy.config.php
Warning: /var/www/html/config/s3.config.php differs from the latest version of this image at /usr/src/nextcloud/config/s3.config.php
Warning: /var/www/html/config/upgrade-disable-web.config.php differs from the latest version of this image at /usr/src/nextcloud/config/upgrade-disable-web.config.php
=> Searching for hook scripts (*.sh) to run, located in the folder "/docker-entrypoint-hooks.d/before-starting"
==> Skipped: the "before-starting" folder is empty (or does not exist)
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.26.0.9. Set the 'ServerName' directive globally to suppress this message
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.26.0.9. Set the 'ServerName' directive globally to suppress this message
PHP Warning: Cannot load module "memcached" because required module "igbinary" is not loaded in Unknown on line 0
PHP Warning: Cannot load module "redis" because required module "igbinary" is not loaded in Unknown on line 0
[Fri Dec 12 01:20:36.038785 2025] [mpm_prefork:notice] [pid 1:tid 1] AH00163: Apache/2.4.65 (Debian) PHP/8.3.28 configured -- resuming normal operations
[Fri Dec 12 01:20:36.038976 2025] [core:notice] [pid 1:tid 1] AH00094: Command line: 'apache2 -D FOREGROUND'Additional info
Please mark this as a high sev bug. This is a critical issue that affects the functionality of the Nextcloud
Metadata
Metadata
Assignees
Labels
0. Needs triagedocsneeds infoAdditional info needed to triageAdditional info needed to triageupstream