Hi,
I've been trying to simply test drupal 8 and I've managed to do it before but I've encountered problems. I don't know if this is a bug that should probably be moved to the Drupal 8 queue of its an issue with simplytest.me
but here is the error message when getting to the "installation profile" bit of the setup
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://s5c036e5040a72f8.s3.simplytest.me/core/install.php?langcode=en&profile=standard&id=1&op=do_nojs&op=do StatusText: OK ResponseText: Home | Drupal @import url("http://s5c036e5040a72f8.s3.simplytest.me/core/misc/normalize/normalize.css?0"); @import url("http://s5c036e5040a72f8.s3.simplytest.me/core/modules/system/system.base.css?0"); @import url("http://s5c036e5040a72f8.s3.simplytest.me/core/modules/system/system.admin.css?0"); @import url("http://s5c036e5040a72f8.s3.simplytest.me/core/modules/system/system.theme.css?0"); @import url("http://s5c036e5040a72f8.s3.simplytest.me/core/modules/system/system.maintenance.css?0"); @import url("http://s5c036e5040a72f8.s3.simplytest.me/core/themes/seven/style.css?0"); Home Installation tasksChoose language(done)Choose profile(done)Verify requirements(done)Set up database(done)Installation profile(active)Configure siteFinished SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes: CREATE TABLE {file_usage} ( `fid` INT unsigned NOT NULL COMMENT 'File ID.', `module` VARCHAR(255) NOT NULL DEFAULT '' COMMENT 'The name of the module that is using the file.', `type` VARCHAR(64) NOT NULL DEFAULT '' COMMENT 'The name of the object type in which the file is used.', `id` VARCHAR(64) NOT NULL DEFAULT 0 COMMENT 'The primary key of the object using the file.', `count` INT unsigned NOT NULL DEFAULT 0 COMMENT 'The number of times this file is used by this object.', PRIMARY KEY (`fid`, `type`, `id`, `module`), INDEX `type_id` (`type`, `id`), INDEX `fid_count` (`fid`, `count`), INDEX `fid_module` (`fid`, `module`) ) ENGINE = InnoDB DEFAULT CHARACTER SET utf8 COMMENT 'Track where a file is used.'; Array ( )
Comments
Comment #1
patrickd commentedHi, this is a known problem, but not of simplytest.me
Have look here: #1969680: Installation fails with MyISAM - key too long
Thanks for your report though!
BTW, you can just reload on the error page and the installation will proceed
Comment #2
patrickd commentedreopening for others until it is fixed
Comment #3
yautja_cetanu commentedI thought it might be but couldn't find anything about it.
I reloaded and continued the installation but found that the site was pretty much completely broken. (No theme, can only look at user 1. No other content on the site, or admin menus. I can edit user 1 and that is it).
This is probably a drupal 8 issue again though.
Comment #4
patrickd commentedWith this patch applied everything should work normal again:
http://simplytest.me/project/drupal/8.x?patch[]=http://drupal.org/files/module-name-1852454-38-pass.patch
Comment #5
djroshi commentedThe recommended patch http://drupal.org/files/module-name-1852454-94.patch no longer applies.
I have rerolled the patch and have installed 8.x. cleanly on simplytest.me using http://drupal.org/files/module-name-1852454-97.patch
Comment #6
patrickd commentedChanged the notice to the new patch, thanks! :)
Comment #7
patrickd commented#1852454: Restrict module and theme name lengths to 50 characters has been committed what resolves this bug! Hurray! :)
Comment #8
Anonymous (not verified) commentedme have a same problem here , I do on the remote server but still no manage to run it.