Title: Plugin generates 404 in server log
Last modified: August 30, 2016

---

# Plugin generates 404 in server log

 *  [Dima Stefantsov](https://wordpress.org/support/users/dima-stefantsov/)
 * (@dima-stefantsov)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/plugin-generates-404-in-server-log/)
 * Here is what I always see in my server log:
    [http://4.stefantsov.com/s/?2015.12.23_23.35.45_dkuji1s5.png](http://4.stefantsov.com/s/?2015.12.23_23.35.45_dkuji1s5.png)
 * Clients are trying to download resources like /q​/vopros-po-ploskostopiyu​/fancybox​/
   fancy_shadow_w.png, /page​/1​/fancybox​/fancy_shadow_w.png, etc.
 * I guess it’s source may be in /wp-content/plugins/responsive-lightbox/assets/
   fancybox/jquery.fancybox-1.3.4.css?ver=1.6.6
 *     ```
       .fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale', enabled='true'); }
       .fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale', enabled='true'); }
       ```
   
 * I don’t want my 404 log polluted by a legit plugin. What can be done? Can you,
   maybe, release a fix?
 * [https://wordpress.org/plugins/responsive-lightbox/](https://wordpress.org/plugins/responsive-lightbox/)

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

 *  [Kimberly](https://wordpress.org/support/users/amiga500/)
 * (@amiga500)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/plugin-generates-404-in-server-log/#post-6879155)
 * interesting that the css file isn’t contextually setting your fancybox relative
   path to the responsive-lightbox folder. Typically it should so there is something
   you are doing or arent saying. Anyway, to save time, to fix this you could simply
   modify the css file to hardcode the exact path to the fancy_shadow_w.png file.
   or in your own css file you can override those two css rules and duplicate them
   and place the full path there — that way you dont though the original files.
 *  Thread Starter [Dima Stefantsov](https://wordpress.org/support/users/dima-stefantsov/)
 * (@dima-stefantsov)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/plugin-generates-404-in-server-log/#post-6879260)
 * Hi Kimberly, thanks for the reply.
 * > css file isn’t contextually setting your fancybox relative path to the responsive-
   > lightbox folder. Typically it should so there is something you are doing or
   > arent saying.
 * This is a static CSS file served from /wp-content/plugins/responsive-lightbox/
   assets/fancybox/jquery.fancybox-1.3.4.css
    I have no idea how css file can “contextually
   set relative path”. It is written the way it is.
 * Just to make sure, I have reinstalled the plugin. This static CSS and it’s lines
   are still there:
 *     ```
       .fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale', enabled='true'); }
       .fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale', enabled='true'); }
       .fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale', enabled='true'); }
       .fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale', enabled='true'); }
       .fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale', enabled='true'); }
       .fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale', enabled='true'); }
       .fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale', enabled='true'); }
       .fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale', enabled='true'); }
       ```
   
 * > Anyway, to save time, to fix this you could simply modify the css file to hardcode
   > the exact path
 * That’s not the way I’d prefer to have things done. It looks like a problem every
   one of 200 000 plugin users could/should have. It should be fixed the proper 
   way.
 * Or if it’s me doing something wrong, what is it then?

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

The topic ‘Plugin generates 404 in server log’ is closed to new replies.

 * ![](https://ps.w.org/responsive-lightbox/assets/icon-256x256.png?rev=3460874)
 * [Responsive Lightbox & Gallery](https://wordpress.org/plugins/responsive-lightbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-lightbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-lightbox/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-lightbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-lightbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-lightbox/reviews/)

## Tags

 * [file not found](https://wordpress.org/support/topic-tag/file-not-found/)
 * [log](https://wordpress.org/support/topic-tag/log/)

 * 2 replies
 * 2 participants
 * Last reply from: [Dima Stefantsov](https://wordpress.org/support/users/dima-stefantsov/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/plugin-generates-404-in-server-log/#post-6879260)
 * Status: not resolved