• Resolved rushiadhia

    (@rushiadhia)


    Hello,

    When I tried inserting my API key into the local environment, it gave me the message: “API Key must belong to “Owner”, “Admin”, or “Manager.” ”

    I have confirmed that it is an Owner generated API key. Also it showed me a warning message as below:

    ” Missing argument 3 for MailChimp_API::get(), called in /var/www/regur/public_html/wp-content/plugins/mailchimp/mailchimp.php on line 1022 and defined in /var/www/regur/public_html/wp-content/plugins/mailchimp/lib/mailchimp/mailchimp.php on line 21.”

    However, the same key with almost same configurations is working well on my dev site.

    Details that could help you analyze:

    Site: https://regur.net
    Dev Site: https://dev.regur.regurdev.a2hosted.com/

    Local Environment:
    – Host Environment: Win 8
    – Guest Machine: Debian over Vagrant

    Any response related this would help.

    Thanks
    Rushi

Viewing 2 replies - 1 through 2 (of 2 total)
  • What version of PHP is on your local site and on your live site?

    I changed /wp-content/plugins/mailchimp/lib/mailchimp/mailchimp.php line 21 from

    public function get($endpoint, $count = 10, $fields = [])

    to

    public function get($endpoint, $count = 10, $fields = array())

    Hey there @rushiadhia,

    I apologize for the delayed response – I just wanted to reach out and see if you’re still experiencing any plugin related issues. We pushed an update to the plugin this morning that should resolve several issues users were seeing previously – but if you’re still having trouble please feel free to reply back here with the following details and we’ll be happy to dig in. Thank you!

    – A link to your site where the plugin is installed
    – The plugin version currently installed
    – The theme installed on your page
    – All other active plugins
    – The version of WordPress being used

    Thanks!

    Pearl

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working in local environment’ is closed to new replies.