Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey Smackayht!

    Thanks for reaching out – I’ll be happy to help out here as much as I can. In order to dig in, could you please get back to me with these details?

      What steps did you take during setup?
      What WordPress theme are you using?
      Could you please send us screenshots of that workflow and error message? Including a link to a hosted screenshot would be perfect. Please be sure to hide any sensitive information from your screenshot, such as your full API key.

    Thanks! I look forward to your reply.

    Pearl

    The file doesn’t exist. Here’s the error from console:

    GET https://SITE/wp-content/plugins/mailchimp/js/admin.js?ver=4.5.3 404 (Not Found)

    This isn’t surprising because the file doesn’t exist. Here’s where you enqueue it in mailchimp.php:

    /**
     * Loads resources for the MailChimp admin page
     *
     * @return void
     */
    function mc_admin_page_load_resources() {
        wp_enqueue_style('mailchimpSF_admin_css', MCSF_URL.'css/admin.css');
        wp_enqueue_script('mailchimpSF_admin_js', MCSF_URL.'js/admin.js');
    }
    add_action('load-settings_page_mailchimpSF_options', 'mc_admin_page_load_resources');

    Please please please work harder to look for bugs in your plugin before pushing updates. This error is triggered every time the admin page is loaded without a browser cache.

    @smackayht notably this probably isn’t the cause of your problem. It’s a harmless error and connecting to the API worked for me despite the error being in console.

    Look in your PHP error logs for hints at what is actually causing your problem. There are a lot of bugs in the current version, hopefully a new one with this and other fixed will be released soon (I am using a hacked up version that includes the various bug fixes I’ve posted about on this forum)

    FWIW this seems to have been fixed in recent versions, but not mentioned in the changelog.

    This should be marked as resolved ??

    • This reply was modified 8 years, 1 month ago by Jer Clarke.

    Thanks @jeremyclarke,

    That is totally correct and I’ll go ahead and mark this thread as resolved. Please let us know if anyone has questions after updating to the most recent plugin version!

    Thanks again,

    Pearl

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Just installed and say missing file’ is closed to new replies.