-
Notifications
You must be signed in to change notification settings - Fork 169
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
wordmove pull -d error #611
Comments
Hi, I "simply" think that your
is complaining about it's not finding a proper WP there |
Hi thanks. i thought same exactly like you and tried with --path="path/to/wordpress" . wp config and wordmove yml files are in there it is still same error .. is there any way to see this [secret] part ? i could not find where this --path=[secret][secret] part was set. Plus, wp command could not work if i tried a command in different folder. |
For sure: given a # [...]
local:
vhost: http://127.0.0.1:8080
wordpress_path: /home/john/sites/your_site # use an absolute path here
# [...] the
WP-CLI works by inovking A complete
But in order to test WP-CLI execution you don't need to manually run such command (it will modify you database, so I do not recommend to do so if you're not aware of it), but you could use an unobstrusive command such as The error you're getting is thrown by WP-CLI whichever the command you'll invoke. Moreover, and concluding, it seems that Local has some specific implication about WP-CLI's configuration: https://localwp.com/community/t/wp-cli-error-pass-path-path-to-wordpress/2333/3 (but the post is a bit old, so please double check it yourself). |
@tommyyama2020 this is a more complete and thus correct explanation about how Please be sure to understand this if Local is actually internally using a |
thanks. The same came up.i am asking for double-checking it. |
Hi @pioneerskies
and movefile config is:
can you help me resolve it ? |
Hey @xuanchinh1994 , it would be better to open a fresh new help ticket; moreover because your problem in not releted with the one presented by @tommyyama2020 . Just to give you a clue:
means that your server is negating an HTTP connection from your local machine. Do you have HTTP basic auth or something similar blocking the site from public visits? FTP adapter needs to connect to the site through HTTP in order to get your database...if it can't connect there is not an effective workaround. |
Thanks @pioneerskies I'll open new ticket. #613 And I tried to check it but couldn't find the cause |
Hi,
Got error below with wordmove pull -d. OS is mac. wordmove, ruby are latest.
localbyflywheel is used to set up wordpress. wp command is working fine.
yml's setting is ok.
"this does not seem to be a wordpress installation wordmove"
The text was updated successfully, but these errors were encountered: