• Resolved Harith

    (@halshakarchi)


    Ever since the latest update I keep seeing 404 errors for the following file:

    /wp-content/plugins/wp-postratings/images/stars_flat(png)/rating_over.png

    which is caused by this code:

    <script type='text/javascript'>
    /* <![CDATA[ */
    var ratingsL10n = {"plugin_url":"https:\/\/www.MYDOMAIN.com\/wp-content\/plugins\/wp-postratings","ajax_url":"https:\/\/www.MYDOMAIN.com\/wp-admin\/admin-ajax.php","text_wait":"Please rate only 1 item at a time.","image":"stars_flat(png)","image_ext":"png","max":"5","show_loading":"1","show_fading":"1","custom":"0"};
    var ratings_mouseover_image=new Image();ratings_mouseover_image.src="https://www.MYDOMAIN.com/wp-content/plugins/wp-postratings/images/stars_flat(png)/rating_over.png";;
    /* ]]> */
    </script>
Viewing 1 replies (of 1 total)
  • Plugin Author Lester Chan

    (@gamerz)

    Sorry due to a XSS security issue, the file names are sanitized and ‘(‘ and ‘)’ are not valid file chars in WP views. I have renamed those images. You will need to go PostRatings options and update the option again to update the filename.

Viewing 1 replies (of 1 total)

The topic ‘Constant 404 due to missing image’ is closed to new replies.