-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Path Issue on Fresh Repo Clone #111
Comments
bd-viget
added a commit
that referenced
this issue
Jul 1, 2024
bd-viget
added a commit
that referenced
this issue
Jul 1, 2024
bd-viget
added a commit
that referenced
this issue
Jul 1, 2024
bd-viget
added a commit
that referenced
this issue
Jul 1, 2024
bd-viget
added a commit
that referenced
this issue
Jul 1, 2024
bd-viget
added a commit
that referenced
this issue
Jul 1, 2024
bd-viget
added a commit
that referenced
this issue
Jul 1, 2024
bd-viget
added a commit
that referenced
this issue
Jul 1, 2024
bd-viget
added a commit
that referenced
this issue
Jul 1, 2024
* [N/A] Fix a small bug in Gravatar fix * [N/A] Fix issue where WordPress isn't installed on repo clone. * [#111] Pre-populate Site info for fresh install * [#111] Include ENV reading step * [#111] Move VigetWP Composer Install to ddev post-start hook * [#111] Added Composer version to VigetWP MU Plugin Composer File
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When cloning the repo for the first time and running
ddev start
, there are a few issues related to directory resolution that need to be resolved.What We Know
403 Forbidden
directory index of "/var/www/html/" is forbidden, client: 192.168.247.5
wp core download
command isn't completing correctly causing thewp-*
files to not be present.ddev wp core download
post installation still works and resolves the issue.There was a second error that only showed up on Eric's computer:
Viget\ComposerScripts\ProjectEventHandler::postInstall Created TensorFlow Lite XNNPACK delegate for CPU.
Another path-related error that showed up while installing for IAFF that could be related:
Invalid working directory specified, /var/www/html/wp-content/themes/iafffoundation/wp-content/mu-plugins/viget-wp does not exist.
Steps to reproduce
wp-starter
ddev project), clone this repo.ddev start
The text was updated successfully, but these errors were encountered: