Hi all,
Getting this after having tried to enable multi-byte support.
NC still works, the only error I see in the web-gui is that when I click Users/Everyone I get the error “An error occured during the request. Unable to proceed.”
Clicking the Admins group, or any other, shows the accounts properly (Except for the Everyone group of course).
Any idea how to proceed?
Thanks.
Edit: Forgot… Using CentOS 6.10 and MariaDB 5.5.63.
root@cyndane2:/var/www/html/nextcloud # sudo -u apache php occ maintenance:repair
- Repair MySQL collation
- Change row format for oc_addressbooks ...
- Change collation for oc_addressbooks ...
In AbstractMySQLDriver.php line 115:
An exception occurred while executing 'ALTER TABLE `oc_addressbooks` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;':
SQLSTATE[HY000]: General error: 1709 Index column size too large. The maximum column size is 767 bytes.
In PDOStatement.php line 107:
SQLSTATE[HY000]: General error: 1709 Index column size too large. The maximum column size is 767 bytes.
In PDOStatement.php line 105:
SQLSTATE[HY000]: General error: 1709 Index column size too large. The maximum column size is 767 bytes.
maintenance:repair [--include-expensive]