- Issue created by @ravi kant
- 🇺🇸United States phenaproxima Massachusetts
I am really going to need more detail here. Can you provide steps to reproduce? What did you do? What commands did you run?
- 🇮🇳India ravi kant Jaipur
@phenaproxima
1. Downloaded and run the command./launch-drupal-cms.sh
according "Try it out locally" section of https://new.drupal.org/drupal-cms/release-candidate
2. During the run command i was get error of PHP version which i setphp_version: "8.3"
from.ddev/config.yaml
3. Again run the command./launch-drupal-cms.sh
and installed successfully.
4. Now i copied the local setup URL and run in browser.
5. Getting "403 Forbidden" error. - 🇺🇸United States phenaproxima Massachusetts
Thanks @ravi kant. What version of DDEV are you on? (
ddev --version
) - 🇮🇳India ravi kant Jaipur
@phenaproxima
The ddev version in my local is as -
ddev version v1.23.3
- 🇺🇸United States phenaproxima Massachusetts
That's a pretty old version; can you update to 1.24.0 and try again from scratch? 🙏 If it clears up the error, then this is probably a duplicate of 🐛 Installation error message at first command for Drupal-cms Active , even though the symptoms are different.
- 🇮🇳India ravi kant Jaipur
@phenaproxima
This worked.
1. I have upgraded ddev version to 1.24.0
2. Destroyed previous ddev config -ddev delete
3. Config again ddev -ddev config
4.ddev start
Now
403 Forbidden
error had gone.