Claudiu Cristea
Claudiu Cristea
How did you fix it?
@njh, any chance to see this committed?
@njh @LOBsTerr why not closing this in favour of #384 which is older and seems more complete. We really need PHP 8.1 support
> > We really need PHP 8.1 support > > If it is urgent, you might wanna use my fork [sweetrdf/easyrdf](https://github.com/sweetrdf/easyrdf) in the meantime. It has PHP 8.1 support and...
I think we should even consider this as the default behaviour for "named_partial". I can provide a PR if you agree.
Should be closed in favour of #726.
I think it's the same bug as in #714
I'm getting the same error in preview. My Drupal site base URL is http://localhost:8080/blog/drupal/web EDIT: I've followed exactly the quick start https://next-drupal.org/learn/quick-start path
Also, applying the patches from https://github.com/chapter-three/next-drupal/issues/26#issuecomment-945509653 didn't help
Just for debugging I've replaced the `RouterPathTranslatorSubscriber::cleanSubdirInPath()` method (see https://github.com/chapter-three/next-drupal/issues/26#issuecomment-950711871) with: ```php protected function cleanSubdirInPath($path, Request $request) { // Remove any possible leading subdir information in case Drupal is //...