• Resolved dotkev

    (@dotkev)


    I was getting a 404 error when using w3 total cache w/ a CDN.

    This was the simple fix:

    --- a/wp-content/plugins/mimetypes-link-icons/mime_type_link_images.php
    +++ b/wp-content/plugins/mimetypes-link-icons/mime_type_link_images.php
    @@ -567,7 +567,7 @@ if ( !class_exists( 'mimetypes_link_icons' ) ) {
    
                                    wp_enqueue_script(
                                            self::$name, // id
    -                                       self::$url . '/js/mtli-str-replace' . self::$suffix . '.js', // url
    +                                       self::$url . 'js/mtli-str-replace' . self::$suffix . '.js', // url
                                            array( 'jquery' ), // dependants
                                            self::SCRIPTS_VERSION, // version
                                            true // load in footer

    http://wordpress.org/plugins/mimetypes-link-icons/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @dotkev,

    Thanks for reporting this. I’d actually already fixed this in the dev version a while ago, we just haven’t released a new version yet 😉

    Smile,
    Juliette

    Plugin Author eagerterrier

    (@eagerterrier)

    v.3.2 to be released in the next day or two, thanks to @jrt

    @dotkev – keep the faith, the solution is near at hand. I’ll post here when v.3.2 goes live.

    TC

    Plugin Author eagerterrier

    (@eagerterrier)

    @dotkev – just to confirm, v3.2 went live this morning, which should address your issue.

    If you have any problems, let us know, otherwise please mark topic as resolved

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘404 error including js when using CDN… with fix’ is closed to new replies.