Hello all,

So i was trying my local site and i saw some broken images that are loaded
via the following code
<img src="{{=URL(r=request,c='static',f='images/product.png')}}" alt="bb"
width="296" height="400" />
This is inside a .load file that loads inside a DIV.

and produces the following URL which does not exist:
http://192.168.0.106/init/static/images.load/product.png

The .load suffix should not be there, unless the /static directory is
no longer an exception controller.

This used to work fine like one month ago, some patch must have broken it.

Could anybody fix that error or explain what if there is a new convention
for static files.

Thanks in advance.

Reply via email to