Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author clammr

    (@clammr)

    Thanks Jason. We’d like to dig into this. Can you please share the link to the web site where you were implementing this? Feel free to email to support at clammr dot com.

    Thread Starter Jason Yingling

    (@yingling017)

    I’ve sent an email to your support. Thanks.

    Thread Starter Jason Yingling

    (@yingling017)

    One other note, the plugin was also trying to pull in a google_analytics_object.js file from my theme using this code:

    wp_register_script('google-analytics', get_stylesheet_directory_uri() . '/google_analytics_object.js',
                    false,
                    '1.0',
                    true
                );

    But that file doesn’t exist in my theme, which was causing a 404 on the file, which caused CloudFlare’s Rocket Loader to break all the javascript on my site after that was attempted to be loaded. Not sure why you’re trying to access a file from the theme directory instead of the plugin’s directory.

    Thread Starter Jason Yingling

    (@yingling017)

    Any update about why the plugin is trying to register a script using get_stylesheet_directory_uri instead of the plugin directory? The rest of the issue seems to be cleared up, but I’d rather not use the plugin when it causes a file to 404 as it doesn’t exist in my theme.

    cbmc

    (@cbmc)

    I am also experiencing this problem. The Clammr plugin is causing Google Analytics to stop working.

    Plugin Author clammr

    (@clammr)

    Thanks for your patience. We just released an update that should address this issue. Can you please let us know how it works out? You can reach us at support [at] clammr [dot] com.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Error when activating plugin with PowerPress’ is closed to new replies.