Errors on Installation

Created on 31 January 2019, almost 6 years ago
Updated 12 April 2024, 7 months ago

I was trying first time this module, got Error while trying to install "website temporary unavailable", on repeated reload website loaded.... I uninstalled, later attempted again, the same result....

the Log Error gives:

Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes: CREATE TABLE {follow_links} ( `lid` INT unsigned NOT NULL auto_increment COMMENT 'Unique identifier for the follow_links.', `name` VARCHAR(255) NOT NULL DEFAULT '' COMMENT 'The machine name of the follow_links.', `uid` INT NOT NULL DEFAULT 0 COMMENT 'User\'s users uid. Sitewide follow_links use uid 0', `path` VARCHAR(255) NOT NULL DEFAULT '' COMMENT 'The Drupal path or extenal URL the follow_links should point to.', `options` TEXT DEFAULT NULL COMMENT 'A serialized array of options to be passed to the url() or l() function, such as a query string or HTML attributes.', `title` VARCHAR(255) NOT NULL DEFAULT '' COMMENT 'The human readable name for the link.', `weight` TINYINT NOT NULL DEFAULT 0 COMMENT 'The weight of this follow_links.', PRIMARY KEY (`lid`), UNIQUE KEY `uid_name` (`uid`, `name`) ) ENGINE = InnoDB DEFAULT CHARACTER SET utf8mb4 COMMENT 'Stores sitewide and user follow links.'; Array ( ) in drupal_install_schema() (line 122 of /home/user/example.com/core/includes/schema.inc).

Drupal Version 8.6.7
PHP 7.0.33

πŸ› Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom ZambalaRed

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024