WooCommerce migrate tool, failed to parse wp-config correct
After I used the migration tool to move my WooCommerce to CloudWays/Digital ocean on trial.
My wp-config.php got malformed after this
I got this
define('WPTEMPDIR', 'ABSPATHwp-content/uploads/');
And it should be this
define('WPTEMPDIR', ABSPATH . 'wp-content/uploads/');
I corrected this and now I can update my plugins, as I got an error message that the download/streaming folder does not exist or do not has the right permission.
I corrected this manually and this works now.
3
votes
