JP Lew
JP Lew
Hi Wolfgang. Thanks for the heads up. I just fixed it, do you mind pulling again and checking?
Can you please try the new version I just posted? I apologize for the inconvenience, a bug slipped in where the script was failing to grep the wp-config file correctly,...
Hi Joshua: thanks for your interest and feedback. :) I think there's a problem with the test conditions. I've had problems similar to yours on other hosts, so I'm grateful...
hi @joshuaiz, firstly my apologies for not helping sooner. @markchitty hit the nail on the head, I made a bizarre oversight with the SSH test. Whenever you get the chance,...
thanks Joshua for your feedback and for the link. Do let me know of any more bugs you come across! Cheers, -JP
Hi Joshua: good to hear from you again. This is related to this bug: https://github.com/jplew/SyncDB/issues/6 The problem is the omission of the trailing slash at the end of the uploads...
You can test for me to confirm, but I believe the trailing slash should also be there for the local one. On Wed, May 7, 2014 at 4:17 AM, Joshua...
awesome! On Wed, May 7, 2014 at 4:40 AM, Joshua Michaels [email protected]: > Seems like it's working - thanks!!! > > J > > On May 6, 2014, at 6:08...
oh this is a really good point. Presently I think SyncDB only works with password-less login. I will test out some solutions and get back to you. The only alternative...
Are you pulling/pushing, or both? The problem might be that for pushing, it should be like this: l_upload_dir=wp-content/uploads/ r_upload_dir=wp-content/uploads And for pulling it should be like this: l_upload_dir=wp-content/uploads r_upload_dir=wp-content/uploads/ I...