I notice the above waring/error in my php error log file generated for my symfony website.
I can't for the life of me, what is causing it. I am sure I have gone through every css file, as well as image tag (explicity hand crafted or generated using image_tag() etc), and I cannot find where I am using an image path name that would be resolved as css/image under the web folder.
I have also looked at my templates and layout.php file - there are no references to images in css/images.
I need to find out:
- Has anyone come accross this before?
- Am I missing checking/looking at something obvious?
- What is the fix?