What does "configured" refer to?
-
I’m having some trouble figuring out where the referenced configuration is coming from in SitePush. I get these errors showing the filesystem path concatenated with URL:
Warning: Currently configured WordPress uploads directory (/www/example/wp-content/uploads) is different from the configured uploads directory in your sites config file (/www/examplehttps://example.com/wp-content/uploads) Warning: Currently configured WordPress must-use plugins directory (/www/example/wp-content/mu-plugins) is different from the configured plugins directory in your sites config file (/www/examplehttps://example.com/wp-content/mu-plugins) Warning: Currently configured WordPress themes directory (/www/example/wp-content/themes) is different from the configured themes directory in your sites config file (/www/examplehttps://example.com/wp-content/themes)
Here’s my sites_config.ini:
[all] cache = no caches[] = /caches/timthumb caches[] = /caches/something_else [live] label = Live Site domain = example.com web_path = /www/example wp_plugin_dir = /wp-content/plugins wp_content_dir = /wp-content db = live live = yes [staging] label = Staging Site domain = staging.example.com web_path = /www/staging.example db = staging live = no
Any idea how I can fix this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘What does "configured" refer to?’ is closed to new replies.