Okay so I gave the Drupal CMS rc installation a final shot... and, everything seems to be working fine all links are accessible no errors encountered so far ready I can finally test it out fully.
@phenaproxima On the issue of the temporary directory I agree that was a mistake.
I just commented it out and assumed it should work, but as it's a Unix-style path on a Windows machine it seems not.
On the issue of installing Drupal CMS with DDEV. (I had some issues with it related to WSL, Docker and working around ports)
And it was really slow since I am doing it locally. I think I'll wait on the official release and see if the process will be smoother.
In the meantime I'll continue testing till it works I really appreciate the step Drupal CMS RC is taking.
Again thanks @phenaproxima you've been of great assistance.
I've attached some files to show my local development setup.
Also in my settings.php $settings['file_temp_path'] = '/tmp';
is already hardcoded.
@sourav_paul Thank you for giving it a try, I've updated this issue's relationship.
Please have a look at the parent issue as I document the whole experience.
For some context, I was unable to successfully install Drupal CMS RC.
After a successful install then some of the urls don't work.
cholasni → created an issue.
Much thanks
phenaproxima →
Finally the install was a success, I can now test it.
Here's what I did...
I deleted everything and restarted the install a fresh
1. composer install
till everything the files and autoloader files generated.
2. Deleted the web/profiles/drupal_cms_installer/cache
directory.
3. Deleted the web/modules/contrib/automatic_updates/package_manager
directory as directed
4. Began the installation of the Drupal CMS RC without any major issues.
I'm still testing it and will update my experience accordingly.
Still not able to get past the Installer page still receiving the same error;
Tried a fresh install and downgraded to version 11.1.0 the error still persists.
I would love to give Drupal CMS RC a try but unfortunately I can't get it installed.
Anyone with a fix?
I've checked the directory for the missing service and have found that it exists
Cannot autowire service "PhpTuf\ComposerStager\API\Exception\PreconditionException": argument "$precondition" of method "__construct()" references interface "PhpTuf\ComposerStager\API\Precondition\Service\PreconditionInterface" but no such service exists
I've attached the composer.lock it is attached, had to change it to txt file for it to be accepted
cholasni → created an issue.