[Plugin: Duplicator] WP_TEMP_DIR
-
Duplicator seems not to handle the WP_TEMP_DIR setting in wp-config.php
I have implemented this workaround where I comment/uncomment the lines as appropriate
/* line below is for production server */
// define(‘WP_TEMP_DIR’, ‘/some-path-to/wp-content/uploads’);
/* line below is for staging server */
define(‘WP_TEMP_DIR’, ‘/some-other-path-to/wp-content/uploads’);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Duplicator] WP_TEMP_DIR’ is closed to new replies.