Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: [Media Sync] Path problems?
    Thread Starter yorb

    (@yorb)

    Thanks for the quick reply! It’s not urgent, but I’ll be happy to give it a try whenever you get around to looking into it and need someone running a Bedrock site to test.

    I’m not sure why they renamed “wp-content” to “app”, but the idea is that WP itself is managed as a dependency (from this repo), and so can be updated using composer just like any other plugin.

    I think where Media Sync is getting tripped up is that Bedrock puts WP in a subdirectory, which is a thing people do for various reasons (see https://ww.wp.xz.cn/support/article/giving-wordpress-its-own-directory/). The result, at least in how Bedrock does it, is the addition of the “wp/” directory in paths like example.com/wp/wp-admin. This is because WP_HOME is /, while WP_SITEURL is /wp.

    I’m also using an old version of Bedrock, which leverages Capistrano for deploys so there’s some symlinking going on in the production environment, but Media Sync breaks the same way in both dev and prod so I don’t think that’s the cause.

    Let me know if I can help provide any more details.

Viewing 1 replies (of 1 total)