When installing on SQLite, I get to the long progress bar, then at some point I get this:

An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: http://localhost:8888/sqlite_fails/core/install.php?langcode=en&profile=standard&id=1&op=do_nojs&op=do
StatusText: OK
ResponseText: 
Home | Drupal
Drupal
Installation tasksChoose language (done)Choose profile (done)Verify requirements (done)Set up database (done)Installation profile (active)Configure siteFinished
Home                            
SQLSTATE[HY000]: General error: 1 table "node_field_data" has more than one primary key: CREATE TABLE {node_field_data} (
nid INTEGER PRIMARY KEY AUTOINCREMENT CHECK (nid>= 0), 
vid INTEGER NOT NULL CHECK (vid>= 0), 
type VARCHAR(32) NOT NULL DEFAULT '', 
langcode VARCHAR(12) NOT NULL DEFAULT '', 
default_langcode INTEGER NOT NULL DEFAULT 1, 
title VARCHAR(255) NOT NULL DEFAULT '', 
uid INTEGER NOT NULL CHECK (uid>= 0) DEFAULT 0, 
status INTEGER NOT NULL DEFAULT 1, 
created INTEGER NOT NULL DEFAULT 0, 
changed INTEGER NOT NULL DEFAULT 0, 
comment INTEGER NOT NULL DEFAULT 0, 
promote INTEGER NOT NULL DEFAULT 0, 
sticky INTEGER NOT NULL DEFAULT 0, 
PRIMARY KEY (vid, langcode)
);
; Array
(
)

When I click the "error page" link, I get the Configure Site screen, then the Stark theme with a few modules enabled (but not many).

Comments

dcrocks’s picture

You cannot currently install D8 on SQLite. See #1998366: [meta] SQLite is broken. Read from the beginning as a lot happened before it got to its present point. You can apply the patch in #93 even though it fails testing. It will complete install, and has yet to fail for me but I'm not doing anything complicated. It is critical but hasn't moved much; maybe another voice will help.

tim.plunkett’s picture

Gaelan’s picture

Status: Active » Closed (duplicate)

OK.