Open dchianese opened 4 years ago
Hey @dchianese,
Can you try running this command from the <NBC_Docker Repo>/wp-container-microsites/wp-content
folder.
git submodule init && git submodule sync --recursive && git submodule update --recursive ;
That should bring in all the submodules and plugins for you.
When I run that command I get `Cloning into '/Users/a206107261/repos/wordpress/wp-container-microsites/wp-content/plugins/ad-layers'... ssh: Could not resolve hostname github.com: nodename nor servname provided, or not known fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:alleyinteractive/ad-layers.git' into submodule path '/Users/a206107261/repos/wordpress/wp-container-microsites/wp-content/plugins/ad-layers' failed Failed to clone 'plugins/ad-layers'. Retry scheduled Cloning into '/Users/a206107261/repos/wordpress/wp-container-microsites/wp-content/plugins/ad-layers'... ssh: Could not resolve hostname github.com: nodename nor servname provided, or not known fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:alleyinteractive/ad-layers.git' into submodule path '/Users/a206107261/repos/wordpress/wp-container-microsites/wp-content/plugins/ad-layers' failed Failed to clone 'plugins/ad-layers' a second time, aborting `
Could not resolve hostname github.com: nodename nor servname provided, or not known fatal
These are proxy issues.
Please make sure your $http_proxy
and $https_proxy
environment variables are properly set.
You can also try jumping off the proxy to run the update command.
Same error
I'm also getting this error 😢
When I go to my local microsite page I am getting this wpcom_vip_load_plugin: Unable to load plugin
wordpress-fieldmanager
; the plugin was not found in the plugin directories (/var/www/html/wp-content/plugins)