Skip to content

Conversation

@JJJ
Copy link
Collaborator

@JJJ JJJ commented Sep 17, 2021

This change reverts part of 60dd9c8 causing issues with upload paths, and ensures that the 'options_to_clone' argument is correctly used.

Fixes #153

This change reverts part of 60dd9c8 causing issues with upload paths, and ensures that the 'options_to_clone' argument is correctly used.

// Not using rewriting, and using a newer version of WordPress than 3.7.
if ( empty( $use_files_rewriting ) && version_compare( $wp_version, '3.7', '>' ) ) {
if ( empty( $use_files_rewriting ) && version_compare( $wp_version, '3.7', '<' ) ) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JJJ The new logic is "Not using rewriting, and using an older version of WordPress than 3.7." This results in a new network using blogs.dir since upload_path and upload_url_path are empty.

Screenshot 2021-09-17 at 16 48 21

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@christianwach Reverted the revert 😅

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted the revert 😅

@JJJ 🆒 That still leaves the /sites/*/sites/* conundrum and what to do about it. PR as it stands still produces:

Screenshot 2021-09-18 at 12 11 04

As I said, for new multi-network installs it seems sensible not to append $ms_dir but for existing sites that have that schema? I'm not sure.

Copilot AI review requested due to automatic review settings December 8, 2025 05:33
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR attempts to fix issues with upload paths and ensure the options_to_clone argument is correctly used when creating networks via WP-CLI. The changes modify the create method in the WP_MS_Network_Command class to handle network cloning parameters.

Key changes:

  • Fixes indentation for the $clone_network assignment
  • Adds logic to default clone_network to the current site when not specified
  • Refactors the network existence validation by extracting the get_network() call to a variable

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@JJJ JJJ merged commit 8e9a754 into master Dec 8, 2025
13 of 14 checks passed
@JJJ JJJ deleted the issue/153 branch December 8, 2025 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Uplaod problem /uplaod/sites/136/sites/136

3 participants