• The instructions are a bit confusing due to an error which appears to stem from the git repository markdown where the define additions are prefixed and suffixed with ”’ to denote the code section start and end.

    I think the reason it doesnt pick up is because there is no blank line above ”’
    Also the suffix is unnecessary and results in the

     HTML generation
    
    Also I think the following line is wrong:
    define('SERVICE_URL' =  'https://mws.amazonservices.com');
    should read
    define('SERVICE_URL' ,  'https://mws.amazonservices.com');

    https://ww.wp.xz.cn/plugins/woocommerce-mws-sync/

The topic ‘wp-config.php’ is closed to new replies.