I'm trying to install Drupal 8. I get stopped on the install with the error "The service definition "request" does not exist.". This occurs after "Choose profile". It happens with both choices Standard or Minimal.

This is with a local Kubuntu 12.10 Lamp setup. Currently D6 and D7 installs are setup and working and the D8 is setup the same.

Any ideas? Is there a special or better place to get help with Drupal 8?

Comments

vayu’s picture

User error. Second question is still important. Is this, or where is, the best place for help with D8?

Thanks

mducharme’s picture

What was the user error?

jaypan’s picture

Drupal 8 is fully self-help. It's not even released as an Alpha version yet, and is still in full development, so there is no one to support it yet. The only people really using it are the developers, which leads to the question, why are you using it?

Contact me to contract me for D7 -> D10/11 migrations.

Blooniverse’s picture

Issue #1987262: [Installation Error] Symfony: "The service definition 'request' does not exist." added! Seems to be linked to Symfony (and maybe even Guzzle). Let's wait & see what the specialer specialists will reply!

Blooniverse’s picture

mducharme’s picture

The files folder not being writable should still fail the step though...

jospratiklive’s picture

Mine problem was the same, files directory was not writable

Blooniverse’s picture

... full [practical] instructions for an instant solution to be found on #1987262-13: [Installation Error] Symfony: "The service definition 'request' does not exist."!

mjarleton’s picture

I can't give you the real answer but I notice that's happen if I choose the French" language (as I am French). By using the english one, I have no more this issue.

cruzeta’s picture

"chmod 766 default/files" and English solved the problem to me.

jewald’s picture

The installer in D8 is quietly trying to chmod the 'sites/default/files' directory to make it writeable and finds that it does not have permission to do so. While determining this, the installer encounters another -and fatal - error and reports on that issue. Make the 'files' directory writeable before you run the installer does avoid the problem.

x.algorithm’s picture

I had wild success with removing the files directory and settings.php, after unsuccessful install attempts.
Make sure that the sites/default/ directory is chmod 766.

rm -Rf sites/default/settings.php
rm -Rf sites/default/files

Now, from the browser start the install over and run through it.

juampynr’s picture

I could reproduce this bug when re-installing Drupal 8 and not recreating the database beforehand (just removed settings.php and files).

sidharthap’s picture

i replicated the same issue with Drupal quickstart 2.0 version. I changed the permission to 777 for settings.php file and files folder and issue resolved for me.

Thanks

Thanks & Regards
Sidhartha

joelbox-mondial-it’s picture

All three, emptying the database, replacing settings.php with default and clearing files directory only solved it for me.